ofxPCL icon indicating copy to clipboard operation
ofxPCL copied to clipboard

libboost_python-mt.dylib Error

Open micuat opened this issue 11 years ago • 0 comments

It seems your library depends on Python which is not pre-installed on OSX (at least on 10.6.8).

Debugger Output

Running…
dyld: Library not loaded: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
  Referenced from: /Users/xxxx/xxxx/of_v0.7.4_osx_release/apps/myApps/example-greedy-projection/bin/example-greedy-projectionDebug.app/Contents/MacOS/../../../data/pcl/lib/libboost_python-mt.dylib
  Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)

Solution

Delete -lboost_python-mt option from OFXPCL_OTHER_LDFLAGS and I confirmed it working without error on openFrameworks v0.7.4 (not libopenframeworks).

There may be other Boost libraries that have same problem.

By the way, great job for updating to the latest PCL and merging my examples!

micuat avatar Mar 02 '13 19:03 micuat