2025-07-25 18:19 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0003427Spring engineLinuxpublic2013-01-30 19:07
Reportersss123next 
Assigned Toabma 
PriorityhighSeverityblockReproducibilityalways
StatusresolvedResolutionno change required 
Product Version91.0 
Target VersionFixed in Version 
Summary0003427: failed to compile against new version of boost/glibc
Descriptioncompilation patch
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • patch file icon boost.patch (548 bytes) 2013-01-29 21:43 -
    diff -aurN spring_91.0/AI/Skirmish/E323AI/CScopedTimer.h spring_91.0_/AI/Skirmish/E323AI/CScopedTimer.h
    --- spring_91.0/AI/Skirmish/E323AI/CScopedTimer.h	2012-08-30 23:58:47.000000000 +0300
    +++ spring_91.0_/AI/Skirmish/E323AI/CScopedTimer.h	2013-01-28 19:47:24.828622214 +0200
    @@ -36,7 +36,7 @@
     
     	static unsigned int GetEngineRuntimeMSec() {
     		boost::xtime t;
    -		boost::xtime_get(&t, boost::TIME_UTC);
    +		boost::xtime_get(&t, boost::TIME_UTC_);
     		const unsigned int milliSeconds = t.sec * 1000 + (t.nsec / 1000000);
     		return milliSeconds;
     	}
    
    patch file icon boost.patch (548 bytes) 2013-01-29 21:43 +

-Relationships
+Relationships

-Notes

~0009672

abma (administrator)

thats already fixed: https://github.com/Error323/E323AI/commit/78f8a5e5aea1fe20468917945f9378ee1425e83e

fixed version will be released with spring 92.0
+Notes

-Issue History
Date Modified Username Field Change
2013-01-29 21:43 sss123next New Issue
2013-01-29 21:43 sss123next File Added: boost.patch
2013-01-30 19:07 abma Note Added: 0009672
2013-01-30 19:07 abma Status new => resolved
2013-01-30 19:07 abma Resolution open => no change required
2013-01-30 19:07 abma Assigned To => abma
+Issue History