Error compiling latest git master

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
JPL
 
 
Posts: 523
Joined: Mon Apr 09, 2012 12:27 pm
Contact:

Error compiling latest git master

Post by JPL »

Code: Select all

gzdoom/src/r_data/models/models.cpp: At global scope:
gzdoom/src/r_data/models/models.cpp:551:13: error: ‘void ParseModelDefLump(int)’ was declared ‘extern’ and later ‘static’ [-fpermissive]
 static void ParseModelDefLump(int Lump)
             ^~~~~~~~~~~~~~~~~
make[2]: *** [src/CMakeFiles/zdoom.dir/build.make:864: src/CMakeFiles/zdoom.dir/r_data/models/models.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:808: src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
User avatar
JPL
 
 
Posts: 523
Joined: Mon Apr 09, 2012 12:27 pm
Contact:

Re: Error compiling latest git master

Post by JPL »

_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: Error compiling latest git master

Post by _mental_ »

Fixed in 26ebb93.
Post Reply

Return to “Closed Bugs [GZDoom]”