rene beekman wrote:
hi,
i'm trying to get gem to run on mac os 10.3.9 i have pd 0.38-3 app in /Applications and i've copied gem.pd_darwin into "/Library/Application Support/Pd" i've made a .pdrc in my home dir, which includes the line: -lib '/Library/Application Support/Pd/Gem.pd_darwin'
the space in the path is giving me problems; pd cannot find the library at /Library/Application ...
i guess the first thing is that you should remove the ".pd_darwin" from the -lib flag: "-lib Gem.pd_darwin" will try to load "Gem.pd_darwin.pd_darwin" (on osX; on linux it would be Gem.pd_darwin.pd_linux)
i've tried double quotes, same result
is there a way to make pd accept a path with a space in the name???
this problem is rather with your operating system. try to escape the space like "Application\ Support"
mfg.asd.r IOhannes