View Issue Details

IDProjectCategoryView StatusLast Update
0002045DarkRadiantDesign/Codingpublic29.05.2010 16:36
Reportermattn Assigned Togreebo  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.2 
Target Version1.1.0Fixed in Version1.1.0 
Summary0002045: Compile error on Ubuntu 9.10 (missing limits header inclusion)
DescriptionAttached is a patch that fixes this issue. The problem is that LONG_MAX is used there, but the limits header wasn't included.
TagsNo 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"
limit.diff (314 bytes)   

Activities

mattn

mattn

20.12.2009 17:19

updater   ~0002775

it must be limits.h <limits> is not enough there.
greebo

greebo

21.12.2009 05:13

administrator   ~0002777

Committed, thank you. :)
mattn

mattn

21.12.2009 08:50

updater   ~0002782

i'm sorry - commited was <limits> but <limits.h> is needed
greebo

greebo

21.12.2009 17:14

administrator   ~0002786

Done.

Issue History

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