OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

Linux x86 architecture detection build failure

Open piedar opened this issue 11 years ago • 0 comments

As per this report and my own experience, Linux x86 builds fail in OniPlatform.h with

#   error Xiron Platform Abstraction Layer - Unsupported Platform!

The solution is to change i386 => __i386__ just like https://github.com/piedar/OpenNI2-FreenectDriver/commit/9292bcfe2ef78b4f87f01e80624409bc75ccac23.

piedar avatar Nov 16 '13 08:11 piedar