
27 Mar
2008
27 Mar
'08
11:10 a.m.
Anders Broman wrote:
Hi, Chacking out tthe latest SVN version I had to manually change in smi.h: #ifdef HAVE_LIMITS_H #include "limits.h" #endif to #include "limits.h"
Any ideas why?
Adding to Juergens comments, MSVC8 has limits.h but does not need it with the SVN version. What is it MSCV6 is missing?
Juergen,
Can you change this bit of win.h back? MSCV8 needs strtof defined too.
Index: win/win.h =================================================================== --- win/win.h (revision 7961) +++ win/win.h (working copy) @@ -77,9 +77,7 @@ */
#if defined(_MSC_VER) -#if _MSC_VER <= 1200 #define strtof(f1,f2) ((float)strtod(f1,f2)) #endif -#endif
#endif /* _WIN_H */
--
There's no point in being grown up if you can't be childish sometimes.
-- Dr. Who