verbose: amongst the paths that fail is "tried /Users/(user)/Desktop/Gem/Gem.pd_darwin and succeeded" and yet "/Users/(user)/Desktop/Gem: can't load library" at the end (not other unique message types)
i attached two images. the first shows root after compile and the second shows the actual location of Gem.pd_darwin after "Show Original" on the alias (it's in Gem/src/.libs)
On Mon, May 2, 2016 at 4:22 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 05/01/2016 12:00 AM, j-p k wrote:
...and it builds w/ no errors. at the root level are aliases pointing to the darwins, including gem.pd_darwin.
note, that while your filesystem might be case-insensitive, Pd is not. Gem is written with a capital G, so it should be Gem.pd_darwing, and (more importantly), you should use "-lib /path/to/Gem" to load the externals /path/to/Gem.pd_darwin.
you also might want to run this from the cmdline and with a high verbosity, to see whether the loading throws any helpful errors.
$ /Applications/Pd-0.37-5.app/Contents/Resources/bin/pd \ -verbose -verbose -lib /path/to/Gem
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev