View Issue Details

IDProjectCategoryView StatusLast Update
0002130Spring engineGeneralpublic2010-09-17 16:14
Reporterspliff Assigned Tohoijui  
PrioritynormalSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version0.82.5 
Summary0002130: won't build with CMake versions prior to 2.8 on Windows
DescriptionUnder windows there's a 32k limit to arguments passed to a command. Therefore linking something like spring-multhreaded with 100's of object file paths returns a typically vague windows error "parameter incorrect" and the build aborts.

This was fixed in CMake 2.8 by passing paths to ld in a @response file.

Suggest changing minimum cmake version number to 2.8, at least for MinGW.
Additional Informationhttp://springrts.com/phpbb/viewtopic.php?f=11&t=24041
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Issue History

Date Modified Username Field Change
2010-09-17 11:24 spliff New Issue
2010-09-17 16:14 hoijui Note Added: 0005557
2010-09-17 16:14 hoijui Status new => resolved
2010-09-17 16:14 hoijui Resolution open => fixed
2010-09-17 16:14 hoijui Assigned To => hoijui