Well I got it to compile by turning off some things that were not
necessary and setting some paths in Xcode but it builds with 91
warnings and when I attempt to load it in pd I get this:
/Applications/PD/Pd-0.39.2-extended-test7.app/Contents/Resources/
Scripts/../extra/Gem.pd_darwin: dlopen(/Applications/PD/Pd-0.39.2-
extended-test7.app/Contents/Resources/Scripts/../extra/Gem.pd_darwin,
10): Symbol not found: __ZN7GemSIMDD1Ev
Referenced from: /Applications/PD/Pd-0.39.2-extended-test7.app/
Contents/Resources/Scripts/../extra/Gem.pd_darwin
Expected in: flat namespace
Gem: can't load library
I turned off the markex stuff, GemDrag, GemOutput, Gemorb, Gemwindow,
Gemtablet, orb, orbserial, Gemextwin, some pix linux stuff and
pixfilm stuff that it could not find. Thats it. I really need a
version of gem with font support for my current project. I don't
really know where to go from here. Would appreciate some help.
Alain
On Apr 29, 2007, at 5:08 PM, Nose Hair wrote:
> I've been trying unsuccessfully to compile gem with font support
> for PPC running os 10.4.9. I have got as far as compiling
> freetype2, cppunit and FTGL but when I go to run the Xcode project
> to compile gem_darwin, I get a bunch of errors like "Base/
> configDarwin.h no such file or directory" when I see the file in
> the directory, among many other errors. I also tried to compile
> using ./configure and make but I get
>
> glsl_program.cpp: In member function `virtual void
> glsl_program::LinkProgram()':
> glsl_program.cpp:411: error: 'kCGLCPGPUVertexProcessing' was not
> declared in this scope
> glsl_program.cpp:412: error: 'kCGLCPGPUFragmentProcessing' was not
> declared in this scope
> make[1]: *** [glsl_program.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [Manips] Error 2
>
> I have the most recent cvs stuff so I dont know what to do. I was
> able to compile the gemlibs just fine but I guess the full echilada
> takes a little more knowhow. Any help would be awesome.
>
> Thanks,
> Alain
>