View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002130 | Spring engine | General | public | 2010-09-17 11:24 | 2010-09-17 16:14 | ||||
Reporter | spliff | ||||||||
Assigned To | hoijui | ||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.82.5 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002130: won't build with CMake versions prior to 2.8 on Windows | ||||||||
Description | Under 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 Information | http://springrts.com/phpbb/viewtopic.php?f=11&t=24041 | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
hoijui (reporter) 2010-09-17 16:14 |
thanks spliff :-) fixed in: http://github.com/spring/spring/commit/2213ea1619e426cdcc59514d715e18cc02e62bb7 |