Ben Bogart - FMPM/F1999 hat gesagt: // Ben Bogart - FMPM/F1999 wrote:
I fixed the orb.h just recleaning and starting again from scratch.
I'm not getting this error though:
../../../gem-0.86/src/AuxLibs/particle -I../../../include -I../../../GemLibs/glm -I/usr/local/include -I..
/usr/bin/ld: cannot find -lparticle collect2: ld returned 1 exit status make: *** [Gem.pd_linux] Error 1not sure about this one, I don't know enough about compiling to fix the -lparticle lib problem... run ldconfig?
It should be in GemLibs/particle/libparticle.a
You try to link it from gem-0.86/src/AuxLibs/particle, which is not the particle library for 0.87. ldconfig won't help, as the GemLibs probably aren't "installed" in a ldconfig-controlled directory. Something's wrong in your Makefile...
Frank Barknecht _ ______footils.org__