Boost logo

Boost Users :

From: Glenn Thorne (gathorne_at_[hidden])
Date: 2002-10-10 11:35:32


I'm getting the following errors when trying to build Boost using the Intel
C++ v6.0 compiler. The build completes as expected with msvc.

Is there a problem with boost::uint64_t in this configuration or am I
missing a setting somewhere?

Any help will be appreciated.

Thanks!

Glenn

********
C:\boost_1_28_0>set INTELC="C:\Program Files\Intel\Compiler60\IA32"
C:\boost_1_28_0>bjam "-sTOOLS=intel-win32"
...found 330 targets...
...updating 12 targets...
vc-C++
libs\thread\build\bin\libboost_thread.lib\intel-win32\debug\runtime-link-
static\threading-multi\xtime.obj
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;
                       ^

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;
                                                                       ^

libs\thread\build\../src\xtime.cpp(80): error: expected a ")"
          const boost::uint64_t TIMESPEC_TO_FILETIME_OFFSET =
((boost::uint64_t)
27111902UL << 32) + (boost::uint64_t)3577643008UL;

^

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;

                            ^

libs\thread\build\../src\xtime.cpp(80): error: expected a ";"
          const boost::uint64_t TIMESPEC_TO_FILETIME_OFFSET =
((boost::uint64_t)
27111902UL << 32) + (boost::uint64_t)3577643008UL;

                                     ^

compilation aborted for libs\thread\build\../src\xtime.cpp (code 2)

    "C:\Program Files\Intel\Compiler60\IA32/bin/icl" /Zm400 -nologo -GX -c
/Z
7 /Od /Ob0 /GX /GR
MTd -I"libs\thread\build" -I"C:\boost_1_28_0" -I"C:\PROGR
A~1\MICROS~3\VC98\include" -I"../include" -Fo"libs\thread\build\bin\libboo
st_t
hread.lib\intel-win32\debug\runtime-link-static\threading-multi\xtime.obj"
-Tp"
libs\thread\build\../src\xtime.cpp"

...failed vc-C++
libs\thread\build\bin\libboost_thread.lib\intel-win32\debug\run
time-link-static\threading-multi\xtime.obj...
...skipped
<libs!thread!build\libboost_thread.lib\intel-win32\debug\runtime-link
-static\threading-multi>libboost_thread.CMD for lack of
<libs!thread!build\libbo
ost_thread.lib\intel-win32\debug\runtime-link-static\threading-multi>xtime.o
bj..
.
...skipped
<libs!thread!build\libboost_thread.lib\intel-win32\debug\runtime-link
-static\threading-multi>libboost_thread.lib for lack of
<libs!thread!build\libbo
ost_thread.lib\intel-win32\debug\runtime-link-static\threading-multi>xtime.o
bj..
.
********


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net