View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000621 | Spring engine | General | public | 2007-09-02 16:10 | 2007-09-02 17:03 | ||||
Reporter | pbrook | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000621: [patch] Build failure with gcc4.2 | ||||||||
Description | Trying to build spring on recent Debian unstable (gcc4.2) fails with: rts/Game/Camera/FreeController.cpp:228: error: no matching function for call to 'min(double, float)' Attached patch fixes this by using fabsf instead of fabs. | ||||||||
Additional Information | There are many other bogus-looking uses of fabs. However these don't effect function overloading, so should be optimized to fabsf by the compiler. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-09-02 16:10 | pbrook | New Issue | |
2007-09-02 16:10 | pbrook | File Added: patch | |
2007-09-02 17:03 | Kloot | Note Added: 0001211 | |
2007-09-02 17:03 | Kloot | Status | new => resolved |
2007-09-02 17:03 | Kloot | Resolution | open => fixed |
2007-09-02 17:03 | Kloot | Assigned To | => Kloot |