$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: thorneg (yg-boost-users_at_[hidden])
Date: 2002-06-09 00:46:56
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