Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created November 13, 2010 06:50
Show Gist options
  • Save olsonjeffery/675156 to your computer and use it in GitHub Desktop.
Save olsonjeffery/675156 to your computer and use it in GitHub Desktop.
ooc-glu, Compiling regenerated modules...
gcc -std=gnu99 -Wall -g -I/home/jeff/src/rock/libs/headers/ -Irock_tmp -w -c rock_tmp/ooc-glu/glu/Glu.c -o rock_tmp/glu_Glu.o -I/home/jeff/src/rock/libs/headers/ -Irock_tmp -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS -I.libs/source -I.libs/sdk -I.libs/out -I.libs/ooc-sdl -I.libs/ooc-glu -w -lGLU -lGL
gcc -std=gnu99 -Wall -g -I/home/jeff/src/rock/libs/headers/ -Irock_tmp -w .libs/source-linux32.a .libs/sdk-linux32.a .libs/out-linux32.a .libs/ooc-sdl-linux32.a .libs/ooc-glu-linux32.a .libs/source-linux32.a .libs/sdk-linux32.a .libs/out-linux32.a .libs/ooc-sdl-linux32.a .libs/ooc-glu-linux32.a -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS -I.libs/source -I.libs/sdk -I.libs/out -I.libs/ooc-sdl -I.libs/ooc-glu -o icmadness -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -lSDL -lGLEW -lGL -lGLU -lm -lSDL_image -lftgl -I/usr/include/FTGL -I/usr/include/freetype2 -lpthread /home/jeff/src/rock/libs/linux32/libgc.a
.libs/source-linux32.a(gfx_Texture.o): In function `gfx_Texture__Texture_loadGLImage':
/home/jeff/src/inception-engine/source/gfx/Texture.ooc:118: undefined reference to `GLenum_class'
/home/jeff/src/inception-engine/source/gfx/Texture.ooc:121: undefined reference to `GLuint_class'
.libs/source-linux32.a(hud_ConvertCoords.o): In function `hud_ConvertCoords____hud_ConvertCoords_closure345':
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:52: undefined reference to `GLdouble_class'
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:54: undefined reference to `GLdouble_class'
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:56: undefined reference to `GLdouble_class'
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:58: undefined reference to `GLfloat_class'
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:60: undefined reference to `GLfloat_class'
/home/jeff/src/inception-engine/source/hud/ConvertCoords.ooc:62: undefined reference to `GLfloat_class'
collect2: ld returned 1 exit status
C compiler failed (got code 1), aborting compilation process
[FAIL]
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment