Skip to content

Absolute path in libFreenectDriver.0.4.0.dylib (OSX 10.9) #380

Open
@paolo-scoppola

Description

@paolo-scoppola
  1. go to /libfreenect/build/lib/OpenNI2-FreenectDriver
  2. otool -l libFreenectDriver.0.4.0.dylib
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions