Getting errors like this when compiling:
singlecolourfit.cpp:71: error: ‘INT_MAX’ was not declared in this scope
To fix it, and make it work, I needed to add this line:
#include <limits.h>
both to singlecolourfit.cpp and alpha.cpp.
Using gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) on 64-bits.
Original issue reported on code.google.com by niert...@gmail.com on 13 Jan 2009 at 8:16
Original issue reported on code.google.com by
niert...@gmail.com
on 13 Jan 2009 at 8:16