MantisBT - Zandronum
View Issue Details
0000762Zandronum[All Projects] Bugpublic2012-04-11 12:322018-09-30 19:53
MP2E 
Torr Samaho 
hightrivialalways
closedfixed 
x86_64Arch Linuxn/a
 
1.0 
0000762: r3311 fails to build in GCC 4.7.0 on Linux
'https://bitbucket.org/MP2E/skulltag/changeset/a439ca060709 [^]'
'https://bitbucket.org/MP2E/skulltag/changeset/0d834a903ecb [^]'

upnpnat.cpp fails to compile in GCC 4.7.0 due to being unable to find usleep. This is quickly fixed with the 2 changesets above(should be merged into one, I just kinda spaced on committing the first time because I did a lot at once :X).
No tags attached.
Issue History
2012-04-11 12:32MP2ENew Issue
2012-04-11 13:41Edward-sanNote Added: 0003206
2012-04-11 13:41Edward-sanNote Edited: 0003206bug_revision_view_page.php?bugnote_id=3206#r1699
2012-04-14 21:03Torr SamahoNote Added: 0003254
2012-04-15 09:43MP2ENote Added: 0003279
2012-04-15 13:19Torr SamahoStatusnew => resolved
2012-04-15 13:19Torr SamahoFixed in Version => 1.0
2012-04-15 13:19Torr SamahoResolutionopen => fixed
2012-04-15 13:19Torr SamahoAssigned To => Torr Samaho
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 19:53Blzut3Statusresolved => closed

Notes
(0003206)
Edward-san   
2012-04-11 13:41   
ZDoom already fixed the compilation in tarray.h here:
'http://zdoom.org/Changelog/3524/files [^]'

(0003254)
Torr Samaho   
2012-04-14 21:03   
I adapted your upnpnat.cpp changes to be Windows compatible, added this and also backported the ZDoom fix from revision 3524. Please check if this fixes all the GCC 4.7 issues.
(0003279)
MP2E   
2012-04-15 09:43   
Works 100% :)