View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002045 | DarkRadiant | Design/Coding | public | 20.12.2009 17:16 | 29.05.2010 16:36 |
| Reporter | mattn | Assigned To | greebo | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.2 | ||||
| Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
| Summary | 0002045: Compile error on Ubuntu 9.10 (missing limits header inclusion) | ||||
| Description | Attached is a patch that fixes this issue. The problem is that LONG_MAX is used there, but the limits header wasn't included. | ||||
| Tags | No tags attached. | ||||
| Attached Files | limit.diff (314 bytes)
Index: libs/texturelib.h =================================================================== --- libs/texturelib.h (Revision 5112) +++ libs/texturelib.h (Arbeitskopie) @@ -29,6 +29,7 @@ #include "math/Plane3.h" #include "igl.h" #include <vector> +#include <limits> #include "iimage.h" #include "ishaders.h" | ||||
| it must be limits.h <limits> is not enough there. | |
| Committed, thank you. :) | |
| i'm sorry - commited was <limits> but <limits.h> is needed | |
| Done. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 20.12.2009 17:16 | mattn | New Issue | |
| 20.12.2009 17:16 | mattn | File Added: limit.diff | |
| 20.12.2009 17:19 | mattn | Note Added: 0002775 | |
| 21.12.2009 05:12 | greebo | Status | new => assigned |
| 21.12.2009 05:12 | greebo | Assigned To | => greebo |
| 21.12.2009 05:13 | greebo | Note Added: 0002777 | |
| 21.12.2009 05:13 | greebo | Status | assigned => resolved |
| 21.12.2009 05:13 | greebo | Fixed in Version | => 1.1.0 |
| 21.12.2009 05:13 | greebo | Resolution | open => fixed |
| 21.12.2009 05:14 | greebo | Build | => 5113 |
| 21.12.2009 05:14 | greebo | Target Version | => 1.1.0 |
| 21.12.2009 08:50 | mattn | Note Added: 0002782 | |
| 21.12.2009 17:14 | greebo | Note Added: 0002786 | |
| 29.05.2010 16:36 | greebo | Status | resolved => closed |