Boost logo

Boost :

From: Neil Groves (neil_at_[hidden])
Date: 2008-06-18 09:29:51


I have come across many similar error messages. In most cases turning off
precompiled headers solves the problem. In my case it appeared to be a bug
with the implementation of namespaces in Visual C++.

Try turning off precompiled headers for this file.

HTH,
Neil Groves

On Wed, Jun 18, 2008 at 1:07 PM, Bernd Martin Wollny <
bm.wollny_at_[hidden]> wrote:

> Hello,
>
> I just tried to upgrade to boots 1.35
> Compiling boost was OK.
> Compiling my project in debug mode is OK.
> but compiling the project in release mode failed always.
>
> Driver.cpp
> C:\Boost\include\boost-1_35\boost\format\feed_args.hpp(203) :
> fatal error C1001: INTERNAL COMPILER ERROR
> (compiler file 'msc1.cpp', line 2708)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more
> information
>
>
> Trying to disable some compiler switches don't solve my problem.
>
> compiler switches:
> /O2 /G7 /GA /I "E:\Devel\TRIOPTICS\EFL-Production2\\" /D "NDEBUG" /D
> "WIN32" /D "_WINDOWS" /D "NO_DEPRECATED" /D "NO_ATL_REG_EXP" /D
> "_NO_DEFAULT_PARAMETER" /D "_BOOST" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD
> /Zc:forScope /GR /Yu"stdafx.h" /Fp"Release/build/MTF-Field.pch" /Fx /FAcs
> /Fa"Release/build/" /Fo"Release/build/" /Fd"Release/build/vc70.pdb"
> /FR"Release/build/" /W3 /WX /nologo /c /Wp64 /TP
>
> after some test I found that the switch
> /FR"Release/build/" cause the Problem.
>
> Do any one know this Problem ?
>
> bye
> Bernd
>
>
>
>
> --
> Bernd Martin Wollny TRIOPTICS GmbH -
> www.trioptics.com
> b.wollny_at_[hidden] Hafenstrasse 39, 22880
> Wedel/GERMANY
> Software Designer Geschäftsführer: Dipl.-Ing.
> Eugen Dumitrescu
> phone / fax: +49 (0)4103 18006-26 /-20 Amtsgericht Pinneberg HRB 3215
>
>
> All E-Mails from bm.wollny_at_[hidden] are digital signed. If you get a
> unsigned E-Mail, this E-Mail are a fake. Look at http://www.gnupg.org .
>
>
>
> _______________________________________________
> 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