LeO - 2008-06-28

After trying my first steps with Ubuntu, I managed to install the required libs and run the configure. (Note: It would be good to give a sample how to install them and how the libs are named).

Running the make brings me the following Error:

g -O2  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -MT md3view.o -MD -MP -MF ".deps/md3view.Tpo" -c -o md3view.o md3view.cpp; \     then mv -f ".deps/md3view.Tpo" ".deps/md3view.Po"; else rm -f ".deps/md3view.Tpo"; exit 1; fi
md3view.cpp:75: Fehler: »<anonymous>« has incomplete type
md3view.cpp:75: Fehler: invalid use of »GLvoid«
md3view.cpp: In function »int resizeWindow(int, int)«:
md3view.cpp:75: Fehler: zu wenige Argumente für function »int initGL(<type error>)«
md3view.cpp:105: Fehler: an dieser Stelle in der Datei
md3view.cpp: At global scope:
md3view.cpp:111: Fehler: »<anonymous>« has incomplete type
md3view.cpp:111: Fehler: invalid use of »GLvoid«
md3view.cpp: In function »int main(int, char**)«:
md3view.cpp:111: Fehler: zu wenige Argumente für function »int initGL(<type error>)«
md3view.cpp:388: Fehler: an dieser Stelle in der Datei
make[2]: *** [md3view.o] Fehler 1
make[2]: Verlasse Verzeichnis '/home/yoga/Games/Chess/src'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/yoga/Games/Chess/src'
make: *** [all-recursive] Fehler 1

anybody an idea how to fix it?

LeO