Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-04-06 06:17:25


> Has anyone been able to compile boost/tuple/tuple.hpp on vc7. It used to
> work on vc6. The test program:

We know about the problem, but haven't found a workaround yet, sorry, you
may have to wait for the first VC7 patch before this (hopefully) get sorted
out.

>
> #include "boost/config.hpp"
> #include "boost/tuple/tuple.hpp"
> int main(int argc, char* argv[])
> {
> return 0;
> }
>
> crashes vc7 compiler in
> boost\type_traits\composite_traits.hpp(155)
>
> The following show headers from vc7 lists boost_1_25_1 as the current
> library. I have upgraded to 1-27 but am still using the directory name
as
> is for th BGL book samples.
>
> TestTuple.cpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config/user.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/config/select_compiler_config.hpp
> Note: including file:
C:\BGL\boost_1_25_1\boost/config/compiler/visualc.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/config/select_stdlib_config.hpp
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\utility
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\iosfwd
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\cstdio
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\yvals.h
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\use_ansi.h
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\stdio.h
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\cstring
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\string.h
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\cwchar
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\wchar.h
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\xstddef
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\cstddef
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\stddef.h
> Note: including file:
C:\BGL\boost_1_25_1\boost/config/stdlib/dinkumware.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/config/select_platform_config.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config/platform/win32.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config/suffix.hpp
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\limits.h
> Note: including file: C:\BGL\boost_1_25_1\boost/tuple/tuple.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/static_assert.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/config.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/tuple/detail/tuple_basic_no_partial_spec.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/type_traits.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/type_traits/fwd.hpp
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\cstdlib
> Note: including file: D:\Program Files\Microsoft Visual Studio
> .NET\Vc7\include\stdlib.h
> Note: including file: C:\BGL\boost_1_25_1\boost/type_traits/ice.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/conversion_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/arithmetic_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/arithmetic_traits.hpp
> Note: including file: C:\BGL\boost_1_25_1\boost/type_traits/cv_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/composite_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/transform_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/transform_traits_spec.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/transform_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/alignment_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/object_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/function_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/transform_traits.hpp
> Note: including file:
C:\BGL\boost_1_25_1\boost/type_traits/same_traits.hpp
> Note: including file:
> C:\BGL\boost_1_25_1\boost/type_traits/function_traits.hpp
> c:\BGL\boost_1_25_1\boost\type_traits\composite_traits.hpp(155) : fatal
> error C1001: INTERNAL COMPILER ERROR
> (compiler file 'msc1.cpp', line 2844)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more information
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk