On Oct 12, 2016, at 9:30 AM, Jonathan Wilkes <jancsika@yahoo.com> wrote:
When building the app bundle, Hans (I think) wrote a script that can grab the/opt/local/lib dependencies, copy them to the app bundle, and revise the pathin the binary using @executable_path to make sure the dependecies in the appbundle are correctly found when loading an external.
Now, with homebrew:otool -L oggread~.pd_darwin/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 915.0.0)***There's no path listed at all to the ogg lib dependencies. When I try to loadoggread~ with the Purr Data app bundle I just created it doesn't search/usr/local/lib and consequently reports missing symbols.