Boost logo

Boost :

From: Hartmut Kaiser (HartmutKaiser_at_[hidden])
Date: 2005-02-17 00:57:02


 
Larry Evans wrote:

> cd
> /home/evansl/prog_dev/boost-release/boost_1_32_0/lje/libs/fiel
> ds_visitor/test/
> make wave
> wave --traceto wave.trace.out --output test_wave.out -S
> /usr/include/c++/3.3 -S /usr/include/c++/3.3/i486-linux -S
> /usr/include test_wave.cpp
> make: *** [wave] Killed
>
> Compilation exited abnormally with code 2 at Wed Feb 16 15:00:28
>
> The wave.trace.out is empty and test_wave.out contains:
>
> #line 42 "/usr/include/c++/3.3/iostream"
> #pragma GCC system_header
>
> Any ideas?

Does the compilaton fail or does wave execution hang? Could you provide the
files you're try to preprocess? Please make sure to use a release build of
wave, otherwise it's too slow. For gcc it might be result in faster runs not
to use the flex_string class but the std::string class from the C++Std
library (which is based on a copy on write implementation).

Regards Hartmut


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