Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-09 07:19:48


>We've had this problem before. We found out that the IDE has a different
>preset settings than the command line compiler. The default compiler
options
>are different. (Actually, the IDE invokes the compiler with options that
override
>the "stock" default settings.) If the -Ve flag is set to your build, the
compiler
>reports an "internal compiler error". -Ve is the setting for the
"zero-length
>empty base class" setting. It should be on by default, but it shouldn't be

>causing any internal errors.

After a fair bit of messing around I found that generating debug info (with
-v) was causing the problem in this case, bit of a killer really...

I see the same issue with tie_example.cpp as well.

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


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