
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