Hi, i trying to compile gzdoom on linux (lubuntu 32bit) but i everytime get stuck at this:
http://pastebin.com/2zLCmxEb
I get tip that i have missing SDL libraries or outdated, so i tried install dev. or simply 1.2.15 lasted versions and tried to test them and it worked fine (in SDL version of glgears). But still cannot continune :/
GZDoom compile error
Moderator: Graf Zahl
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: GZDoom compile error
I get "unknown paste id" on Pastebin...
Are you attempting to compile the trunk or the 1.7.0 tag? It was discovered after release that 1.7.0 doesn't compile on Linux. The SVN trunk (r1495 and later) should compile, though.
Are you attempting to compile the trunk or the 1.7.0 tag? It was discovered after release that 1.7.0 doesn't compile on Linux. The SVN trunk (r1495 and later) should compile, though.
-
- Posts: 2
- Joined: Thu Dec 27, 2012 10:53
Re: GZDoom compile error
Always last trunk... :/ I paste it here for sure,
Code: Select all
aeyesx@AOD257:~/gzdoom/release$ make
[ 1%] Built target bz2
[ 4%] Built target lzma
[ 4%] Built target lemon
[ 5%] Built target re2c
[ 6%] Built target updaterevision
[ 7%] Built target zipdir
[ 15%] Built target gme
[ 28%] Built target dumb
[ 28%] Built target arithchk
[ 29%] Built target qnan
[ 36%] Built target gdtoa
[ 36%] Built target pk3
[ 36%] Built target brightmaps_pk3
[ 36%] Built target lights_pk3
src/svnrevision_gz.h is up to date at revision 1498.
[ 36%] Built target revision_check
[ 36%] Building CXX object src/CMakeFiles/zdoom.dir/sdl/hardware.o
In file included from /home/aeyesx/gzdoom/src/./gl/system/gl_system.h:94:0,
from /home/aeyesx/gzdoom/src/sdl/sdlglvideo.h:7,
from /home/aeyesx/gzdoom/src/sdl/hardware.cpp:50:
/home/aeyesx/gzdoom/src/./gl/system/gl_interface.h:206:2: error: ‘PFNGLMULTITEXCOORD2FPROC’ does not name a type
/home/aeyesx/gzdoom/src/./gl/system/gl_interface.h:207:2: error: ‘PFNGLMULTITEXCOORD2FVPROC’ does not name a type
make[2]: *** [src/CMakeFiles/zdoom.dir/sdl/hardware.o] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: GZDoom compile error
Odd. Something must be wrong in the build files.
If you look here, there was the same problem but grubber fixed it somehow.
If you look here, there was the same problem but grubber fixed it somehow.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: GZDoom compile error
This looks to be a problem with the OpenGL headers which seem to miss some typedefs.
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: GZDoom compile error
Please try again with r1499 or later.