The only use for thread local storage right now is for XnProfiling (a performance profiling framework). You can safely ignore this by editing Include/Linux-x86/XnPlatformLinux-x86.h.
Just replace line 139 from this:
#define XN_THREAD_STATIC __thread
To:
#define XN_THREAD_STATIC
(This will cause XnProfiling to lose some functionality, but is irrelevant to normal behavior).
Hope this can get you a bit further.
Eddie.
~
Doug.
--
You received this message because you are subscribed to the Google Groups "OpenNI" group.
To post to this group, send email to openn...@googlegroups.com.
To unsubscribe from this group, send email to openni-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openni-dev?hl=en.