Hi Juan, On Mon, Sep 30, 2013 at 7:50 PM, "Juan J. Martínez" <[email protected]> wrote: > Try it and let me know if it works in Mac: >
Here is what search paths I get: SEARCH PATH ['/usr/local/lib/libavbin.dylib', '/Users/pc/lib/libavbin.dylib', '/usr/local/lib/libavbin.dylib', '/usr/lib/libavbin.dylib'] SEARCH PATH ['/Users/pc/dev/skyward/build/Skyward_LM.app/Contents/MacOS/avbin', '/Users/pc/dev/skyward/build/Skyward_LM.app/Contents/MacOS/lib/avbin', 'avbin', '/Users/pc/lib/avbin', '/usr/local/lib/avbin', '/usr/lib/avbin'] The bug is that paths starting with slash are searched in "DYLD_LIBRARY_PATH" and relative paths are searched in "LD_LIBRARY_PATH". Not sure what specific fix to apply. Also is it intended that bare name, without lib*.dylib is searched for? I believe it's same crappy problem of using same function call for name and libname.dylib that is wrong. In fact there are dynamic libraries in OS X without extension but they are loaded with load_framework. -- Paul -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
