9 Jun
2002
9 Jun
'02
5:46 a.m.
I'm getting errors in xtime.cpp relating to uint64_t when building with the Intel-win32 v6.0 compiler. The errors are: xtime.cpp libs\thread\build\../src\xtime.cpp(80): error: namespace "boost" has no member "uint64_t" const boost::uint64_t TIMESPEC_TO_FILETIME_OFFSET = ((boost::uint64_t)27111902UL << 32) + (boost::uint64_t)3577643008UL; Has anyone else run into this? Any help is appreciated. Glenn