View Issue Details
| 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 | ||
| 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. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||