Add portable makefile definitions#65
Add portable makefile definitions#65suihkulokki wants to merge 1 commit intostructureio:developfrom suihkulokki:develop
Conversation
This set of changes adds support for building OpenNI2 on most Linux based architectures without tinkering. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
|
With minimal changes to this, I was able to compile/run on an Nvidia TX1 |
|
@beeedy How did you do it? |
|
@fulkast I will go through my changes and compile a list to see exactly what I had to change in order to get this to run. I plan to get to this within the next day, and will get back to you then. The only change I can recall at this very moment was to change the setting that makes compilation error out on unused variables. I will verify this and any other changes that were made. |
|
Notice that if you have Debian or Ubuntu, this fix is already included in the openni2 packages. Just install with "apt install openni2-utils libopenni2-dev" |
|
Is there a more active codebase for OpenNI2 somewhere? |
|
@beeedy The repository is at https://anonscm.debian.org/cgit/pkg-multimedia/openni2.git . But the changes you see there are mostly just packaging related. The actual codebase changes are in the set of patches at https://anonscm.debian.org/cgit/pkg-multimedia/openni2.git/tree/debian/patches |
|
@suihkulokki Verified that "apt install openni2-utils libopenni2-dev" works on a vanilla TX1 board. Thank you immensely |
This set of changes adds support for building OpenNI2 on most
Linux based architectures without tinkering.
This has also been submitted to debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801123
Signed-off-by: Riku Voipio riku.voipio@linaro.org