$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-08 06:10:20
Toon Knapen wrote:
> Hi,
>
> Again when trying to compile my project on windows, after it compiled
> succesfully on linux, I hit trouble when compiling a file called
> 'exception.cpp' (error log in attachment). If I rename the file to soth.
> else, the problem disappears. I have no idea how to start analysing this
> problem, anyone has a clue ?
I need to see the content of Jamfile at
c:\cvstop\femtown\lib\dynamic
I see this:
added properties:<main-target-type>LIB
removedproperties:<main-target-type>OBJ
which suggest that the same file is included in "lib" *and* and "obj" rule.
Looks like exactly what's described in
http://boost.org/boost-build2/doc/html/bbv2/faq.html#id2540896
- Volodya