Bug #1288
closedwebgl example fails to load boost regex dylib
0%
Description
Hi,
I have somehow managed to build witty and the webgl example. All built fine and now there is webgl.wt file that I want to try and see.
but below is what I get when I try to do that,
ravo-imac:webgl Rama$ ../../build/examples/webgl/webgl.wt ---docroot . ---http-address 0.0.0.0 ---http-port 8080
dyld: Library not loaded: libboost_regex.dylib
Referenced from: /Users/Rama/Desktop/wt-3.1.7a/examples/webgl/../../build/examples/webgl/webgl.wt
Reason: image not found
Trace/BPT trap
ravo-imac:webgl Rama$
I tried setting DYLD_LIBRARY_PATH to path where boost libs are installed (built today and already setup through cmake while configuring witty), but that doesnt work. The variable BOOST_REGEX_LIB (cmake config) does point to the right location where regex lib is installed.
Can you suggest anything here please?
Updated by Wim Dumon over 12 years ago
Hello,
I'm not a mac man, but I think you have to use dyldinfo to debug problems like these.
Regards,
Wim.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
- Target version set to 3.2.2
Updated by Koen Deforche over 12 years ago
- Status changed from Feedback to Closed