[r183] Can't Compile
Posted: Fri Sep 26, 2008 21:25
When I try to build on my 64-bit ubuntu system, this is what I get:
[spoiler][/spoiler]
[spoiler]
Code: Select all
[ 0%] Built target lemon
[ 2%] Built target re2c
[ 2%] Built target updaterevision
[ 3%] Built target zipdir
[ 4%] Built target snes_spc
[ 21%] Built target dumb
[ 21%] Built target arithchk
[ 21%] Built target qnan
[ 31%] Built target gdtoa
[ 31%] Built target pk3
[ 31%] Generating ../../brightmaps.pk3
[ 32%] Built target brightmaps_pk3
[ 32%] Generating ../../lights.pk3
[ 32%] Built target lights_pk3
Scanning dependencies of target revision_check
src/svnrevision_gz.h is up to date at revision 183.
[ 32%] Built target revision_check
[ 32%] Building CXX object src/CMakeFiles/zdoom.dir/sdl/sdlglvideo.o
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./doomtype.h:115,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:6:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./basictypes.h:98:7: warning: no newline at end of file
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/i_video.h:26,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:10:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./basictypes.h:98:7: warning: no newline at end of file
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./textures/textures.h:4,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_struct.h:8,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:20:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./basictypes.h:98:7: warning: no newline at end of file
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sound/i_soundinternal.h:4,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./s_sound.h:25,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./actor.h:41,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./r_defs.h:35,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_intern.h:6,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:21:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./basictypes.h:98:7: warning: no newline at end of file
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./s_sound.h:25,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./actor.h:41,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./r_defs.h:35,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_intern.h:6,
from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:21:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/sound/i_soundinternal.h:104:7: warning: no newline at end of file
In file included from /home/chris/Desktop/gzdoom_svn/src/trunk/src/sdl/sdlglvideo.cpp:19:
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:63: error: ‘subsector_t’ has not been declared
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:97: error: ‘FTextureID’ does not name a type
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:125: error: ‘angle_t’ has not been declared
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:133: error: ‘angle_t’ does not name a type
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:151: error: variable or field ‘gl_RecalcVertexHeights’ declared void
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:151: error: ‘vertex_t’ was not declared in this scope
/home/chris/Desktop/gzdoom_svn/src/trunk/src/./gl/gl_functions.h:151: error: ‘v’ was not declared in this scope
make[2]: *** [src/CMakeFiles/zdoom.dir/sdl/sdlglvideo.o] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2