Open
Description
- go to /libfreenect/build/lib/OpenNI2-FreenectDriver
- otool -l libFreenectDriver.0.4.0.dylib
- you can see at the top:
name <path_to_libfreenect>/libfreenect/build/lib/OpenNI2-FreenectDriver/libFreenectDriver.0.4.dylib (offset 24)
4 "install_name_tool -change" doens't work because libFreenectDriver.0.4.dylib is a link to libFreenectDriver.0.4.0.dylib.
This force you to keep libFreenectDriver.0.4.dylib in the above location, otherwise your app doesn't run.
Is there any solution?
Thanks,
Paolo
Metadata
Metadata
Assignees
Labels
No labels