gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
246 stars 121 forks source link

Problems Compiling on Mac OS X (Apple Mach-O Linker (Id) Error) #54

Closed ranveeraggarwal closed 8 years ago

ranveeraggarwal commented 8 years ago

I followed the precise instructions to get the example code working on OS X, but whenever I build (it compiles), (and on linking) I get the following error:

ld: library not found for -lXnFormats
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Basically the linker cannot find -lXnFormats. What can be done to solve this error?

PS: I am using XCode 7.1 with OS X El Capitan v10.11.1.

ccerhan commented 8 years ago

Hello,

Yo can find my answer in this link.

I hope it works for you, too.

ranveeraggarwal commented 8 years ago

Yes, this worked. Thanks :smile: