IOhannes m zmoelnig wrote:
Martin Peach wrote:
I ran into a similar thing a few days ago. X11 was already installed but all the libs had an extra version number, for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib. So I manually made symbolic links to them like: sudo ln -s libX11.6.dylib libX11.6.2.dylib one at a time until Gem loaded OK.
hmm, Gem on OS-X has nothing to do with X11. do you mean pdp instead?
Hmmm, could be. I just remember it was pd-extended and it wouldn't load everything until I did that.
Martin