lemankk / as3openni

Automatically exported from code.google.com/p/as3openni
0 stars 0 forks source link

libXnVNite.dylib PROBLEM MACosx #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running the AS3OpenNI_Alpha_1.3.0 Binary from the terminal

Installed properly and OpenNI and Nite library.

The first few times I tried to run the as3opepni binary it was running properly 
but now it cant find the libXnVNite.dylib

I get this when i run it..

dyld: Library not loaded: ../../Bin/Release/libXnVNite.dylib
  Referenced from: ./AS3OpenNI_Alpha_1.3.0
  Reason: image not found
Trace/BPT trap

Im on Mac Snow Leopard

What is wrong!! How should I direct the binary to the file?!

thank you!!

Original issue reported on code.google.com by johnma...@gmail.com on 13 Jul 2011 at 1:56

GoogleCodeExporter commented 8 years ago
The LIBS are - in my understanding - being looked for at the relative path of 
"../../Bin/Release"  

One solution is to deposit the libs (libOpenNI.dylib and libXnVNite.dylib) in a 
folder you create at that relative address.   

Another solution is to search and destroy the references to that Bin/Release 
path in the source for the libs - then recompile.  If anyone has another/better 
idea, please chime in.  THANKS!

Original comment by hydrates...@gmail.com on 13 Jul 2011 at 6:54

GoogleCodeExporter commented 8 years ago
Ok but Which is that Relative address!?  

where should it be?! 

Original comment by johnma...@gmail.com on 13 Jul 2011 at 7:39

GoogleCodeExporter commented 8 years ago
SOLVED!!

http://code.google.com/p/as3openni/issues/detail?id=1#c0

Original comment by johnma...@gmail.com on 14 Jul 2011 at 5:38