Skip to content

Instantly share code, notes, and snippets.

@jicksta
Created March 25, 2012 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jicksta/f1f69fa98a15c54e6f30 to your computer and use it in GitHub Desktop.
Save jicksta/f1f69fa98a15c54e6f30 to your computer and use it in GitHub Desktop.
LanternEQ build error on Mac OS X, 3/24/12
Lantern $ make
g++ -c EQ/WLD/zonemesh.cpp -O3 -Wall -c -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I. -o EQ/WLD/zonemesh.o
In file included from EQ/WLD/zonemesh.h:7,
from EQ/WLD/zonemesh.cpp:1:
EQ/WLD/WLD.h:17:19: error: GL/gl.h: No such file or directory
EQ/WLD/WLD.h:18:20: error: GL/glu.h: No such file or directory
EQ/WLD/WLD.h:19:22: error: GL/glext.h: No such file or directory
In file included from EQ/WLD/Fragments/WLD_fragments.h:16,
from EQ/WLD/WLD.h:22,
from EQ/WLD/zonemesh.h:7,
from EQ/WLD/zonemesh.cpp:1:
EQ/WLD/Fragments/../WLD_STRUCTURES.h:74: error: ISO C++ forbids declaration of ‘GLuint’ with no type
EQ/WLD/Fragments/../WLD_STRUCTURES.h:74: error: expected ‘;’ before ‘*’ token
In file included from EQ/WLD/zonemesh.h:7,
from EQ/WLD/zonemesh.cpp:1:
EQ/WLD/WLD.h:76: error: ‘GLuint’ has not been declared
EQ/WLD/zonemesh.cpp: In member function ‘void ZoneMesh::debug()’:
EQ/WLD/zonemesh.cpp:208: warning: deprecated conversion from string constant to ‘char*’
EQ/WLD/zonemesh.cpp:209: warning: deprecated conversion from string constant to ‘char*’
EQ/WLD/zonemesh.cpp:210: warning: deprecated conversion from string constant to ‘char*’
EQ/WLD/zonemesh.cpp:215: warning: unused variable ‘vert’
make: *** [EQ/WLD/zonemesh.o] Error 1
Lantern $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment