I'm having a bit of trouble getting aedGUI to install on Leopard 10.5 (x86). It's failing during the OpenGL test when running the makefile in the test section. A long list of "undefined symbols" errors: g++ -g -O2 `/sw/bin/sdl-config --cflags` -I../include/ gltest.o -o gltest \
-Wl,-rpath,../src/.libs/ \
-L../src/.libs/ -laedGUI -L/sw/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -lSDL_ttf
Undefined symbols:
"_glTexImage2D", referenced from:
LoadGLTextures() in gltest.o
LoadGLTextures() in gltest.o
CreateScreenTex() in gltest.o
DrawGUI(SDL_Surface*) in gltest.o
"_glEnable", referenced from:
InitGL() in gltest.o
InitGL() in gltest.o
InitGL() in gltest.o
InitGL() in gltest.o
... Looks like it can't locate the appropriate header file or something? Forgive me, I'm new to C/C++. Everything up until this point has been in Java, so I'm completely nub at this point. I have all the required SDL stuff installed. Apparently I missed something? Which brings me to another question. I have Freetype 2.3.5 installed. Should that be okay? The source comes packaged with version 2.2.1...