Hi Riki, >> curve.cpp: In static member function 'static double Curve::NaN()': >> curve.cpp:35: error: 'numeric_limits' is not a member of 'std' >> curve.cpp:35: error: expected primary-expression before 'double' >> curve.cpp:35: error: expected ';' before 'double' >> curve.cpp:35: error: expected unqualified-id before '>' token
Could you try something for me? If you add the line #include <limits> to the top of src/chart/curve.cpp, does it fix the build? thanks! -- Nathan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]