python-openhmd icon indicating copy to clipboard operation
python-openhmd copied to clipboard

Python bindings for OpenHMD

Results 10 python-openhmd issues
Sort by recently updated
recently updated
newest added

running install running build running build_ext skipping 'pyopenhmd.cpp' Cython extension (up-to-date) building 'openhmd' extension C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.27.29110\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-IC:\Program Files (x86)\openhmd\include" -IC:\Users\username\AppData\Local\Programs\Python\Python38\include...

I'm attempting to build this on Ubuntu 20.04, and I'm running into an issue: ```OpenHMD.cpp -o build/temp.linux-x86_64-3.8/OpenHMD.o OpenHMD.cpp: In member function ‘void OpenHMD::printDeviceInfo()’: OpenHMD.cpp:68:24: error: ‘OHMD_BUTTON_COUNT’ was not declared in...

Lubosz, Thanks for your work on python-rift. I slightly modified the setup.py to include /usr/local/include in the search path for brew users on mac. I would be most thankful if...

Morning Lubosz, I extended the README.md file with a bit more detailed installation instruction for debian linux and macOSX users, because the procedure started more and more to differ form...

hi @lubosz and @TheOnlyJoey, Last June 20th, 2017 TheOnlyJoey (form OpenHMD) submitted a bunch of changes. Unfortunately cause the introduced OHMD_BUTTON_COUNT lines the build process to crash. I use the...

Hi, I going to be investigating a buffer overflow issue that I'm seeing on libopenhmd0 (0.2.0-3) on RaspberryPi Raspbian Stretch. I see the issue occurs with your Cython based bindings...

Hi i get an Import Error: undefined symbol PyString_InternFromString

Hi ! I intalled openHMD and Cython and other stuff. I try to compile and install python-rift with python2.7 and i have this error : running build running build_ext cythoning...

Wheezy has an earlier version of Cython. And building OpenHMD with the default ./configure options places the headers in /usr/local/include, which doesn't seem to be on the include path. To...