$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Anteru (newsgroups_at_[hidden])
Date: 2008-04-18 04:16:35
ê¹íì¬ schrieb:
> I built the bjam and then use following command to compile the boost 1.35.0.
>
> D:\boost_1_35_0>bjam -q --toolset=msvc
>
> But I had a error message, " .\boost/mpl/protect.hpp(27) : fatal error
> C1001: INTERNAL COMPILER ERROR".
>
> How can I resolve this?
>
> Plz, help me.
>
> Environment:
> Windows XP sp2 korean
> VC++6.0
Looking at the 1.35 release notes
(http://boost.org/users/news/version_1_35_0), it seems that VC6 is no
longer supported. VC6 has loads of bugs when it comes to C++ support, so
this is basically now wonder, and I doubt there is anything you can do
to get it compile boost besides using an older version (1.33.1 or
something like that).
Cheers,
Anteru