
Steven Watanabe wrote:
AMDG
gcc.compile.c++ bin\quaternion.test\gcc-4.3.0\debug\quaternion.o In file included from c:\Documents and Settings\Steven\My Documents\boost/boost/math/tools/config.hpp:24, from c:\Documents and Settings\Steven\My Documents\boost/boost/math/special_functions/sinc.hpp:18, from c:\Documents and Settings\Steven\My Documents\boost/boost/math/quaternion.hpp:28, from quaternion.cpp:47: c:\Documents and Settings\Steven\My Documents\boost/boost/math/special_functions/detail/round_fwd.hpp:36: error: ISO C++ 1998 does not support 'long long'
I'm testing a fix for this, but I'm left with a bunch of warnings: warning: use of C99 long long integer constant That I can't get rid of, not even with __extension__, anyone any ideas? Thanks, John.