Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created May 16, 2010 02:40
Show Gist options
  • Save jrabbit/402595 to your computer and use it in GitHub Desktop.
Save jrabbit/402595 to your computer and use it in GitHub Desktop.
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/sw/include/freetype2 -I/sw/include/ -I/sw/include/SDL -I/System/Library/Frameworks/OpenGL.framework/Versions/A -I/sw/include/freetype2 -I/sw/include -arch i386 -O2 -pipe -mmmx -msse2 -msse3 -m3dnow -ffast-math -mfpmath=sse -fno-trapping-math -ffinite-math-only -fno-signaling-nans -MT displaylists.lo -MD -MP -MF .deps/displaylists.Tpo -c displaylists.cpp -o displaylists.o >/dev/null 2>&1
In file included from commands.h:8,
from events.h:10,
from events.cpp:1:
../scenes/entities/worldb.h:259: error: ‘PFNGLISRENDERBUFFEREXTPROC’ does not name a type
../scenes/entities/worldb.h:260: error: ‘PFNGLBINDRENDERBUFFEREXTPROC’ does not name a type
../scenes/entities/worldb.h:261: error: ‘PFNGLDELETERENDERBUFFERSEXTPROC’ does not name a type
../scenes/entities/worldb.h:262: error: ‘PFNGLGENRENDERBUFFERSEXTPROC’ does not name a type
../scenes/entities/worldb.h:263: error: ‘PFNGLRENDERBUFFERSTORAGEEXTPROC’ does not name a type
../scenes/entities/worldb.h:264: error: ‘PFNGLGETRENDERBUFFERPARAMETERIVEXTPROC’ does not name a type
../scenes/entities/worldb.h:265: error: ‘PFNGLISFRAMEBUFFEREXTPROC’ does not name a type
../scenes/entities/worldb.h:266: error: ‘PFNGLBINDFRAMEBUFFEREXTPROC’ does not name a type
../scenes/entities/worldb.h:267: error: ‘PFNGLDELETEFRAMEBUFFERSEXTPROC’ does not name a type
../scenes/entities/worldb.h:268: error: ‘PFNGLGENFRAMEBUFFERSEXTPROC’ does not name a type
../scenes/entities/worldb.h:269: error: ‘PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC’ does not name a type
../scenes/entities/worldb.h:270: error: ‘PFNGLFRAMEBUFFERTEXTURE1DEXTPROC’ does not name a type
../scenes/entities/worldb.h:271: error: ‘PFNGLFRAMEBUFFERTEXTURE2DEXTPROC’ does not name a type
../scenes/entities/worldb.h:272: error: ‘PFNGLFRAMEBUFFERTEXTURE3DEXTPROC’ does not name a type
../scenes/entities/worldb.h:273: error: ‘PFNGLFRAMEBUFFERRENDERBUFFEREXTPROC’ does not name a type
../scenes/entities/worldb.h:274: error: ‘PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC’ does not name a type
../scenes/entities/worldb.h:275: error: ‘PFNGLGENERATEMIPMAPEXTPROC’ does not name a type
make[4]: *** [events.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/sw/include/freetype2 -I/sw/include/ -I/sw/include/SDL -I/System/Library/Frameworks/OpenGL.framework/Versions/A -I/sw/include/freetype2 -I/sw/include -arch i386 -O2 -pipe -mmmx -msse2 -msse3 -m3dnow -ffast-math -mfpmath=sse -fno-trapping-math -ffinite-math-only -fno-signaling-nans -MT raycast.lo -MD -MP -MF .deps/raycast.Tpo -c raycast.cpp -o raycast.o >/dev/null 2>&1
mv -f .deps/displaylists.Tpo .deps/displaylists.Plo
mv -f .deps/raycast.Tpo .deps/raycast.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./bullet -I/sw/include/freetype2 -I/sw/include/ -I/sw/include/SDL -I/System/Library/Frameworks/OpenGL.framework/Versions/A -I/sw/include/freetype2 -I/sw/include -arch i386 -O2 -pipe -mmmx -msse2 -msse3 -m3dnow -ffast-math -mfpmath=sse -fno-trapping-math -ffinite-math-only -fno-signaling-nans -MT settings.lo -MD -MP -MF .deps/settings.Tpo -c settings.cpp -o settings.o >/dev/null 2>&1
mv -f .deps/settings.Tpo .deps/settings.Plo
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment