Boost logo

Boost-Build :

Subject: Re: [Boost-build] property.jam:334:error: '<<<<<<<' is not a valid property specification
From: Larry Evans (cppljevans_at_[hidden])
Date: 2010-06-08 16:45:10


On 06/08/10 15:29, Rene Rivera wrote:
[snip]

> That basically says you have '<<<<<<<' in the
> trunk/libs/regex/build/Jamfile.v2 file someplace. And since the current
> trunk
> <https://svn.boost.org/trac/boost/browser/trunk/libs/regex/build/Jamfile.v2>
> doesn't show such a string it must be local to your version of it.
Yes. I must have made some change to it long ago and forgot about it.
The <<<< was caused by the update which inserted the <<< to flag where
the conflict was.

Thanks for the quick response Rene.
I deleted the Jamfile.v2 and then did:

~/prog_dev/boost-svn/ro/trunk/libs/regex/build $ svn update
Restored 'Jamfile.v2'
At revision 62599.
~/prog_dev/boost-svn/ro/trunk/libs/regex/build $ cd ../../thread/example
~/prog_dev/boost-svn/ro/trunk/libs/thread/example $ bjam monitor
sh: icpc: not found
...patience...
...found 530 targets...
...updating 9 targets...
common.mkdir ../../../bin.v2/libs/thread/example
common.mkdir ../../../bin.v2/libs/thread/example/gcc-4.4_20090630
common.mkdir ../../../bin.v2/libs/thread/example/gcc-4.4_20090630/debug
common.mkdir
../../../bin.v2/libs/thread/example/gcc-4.4_20090630/debug/threading-multi
gcc.compile.c++
../../../bin.v2/libs/thread/example/gcc-4.4_20090630/debug/threading-multi/monitor.o
gcc.compile.c++
../../../bin.v2/libs/thread/build/gcc-4.4_20090630/debug/threading-multi/pthread/thread.o
gcc.compile.c++
../../../bin.v2/libs/thread/build/gcc-4.4_20090630/debug/threading-multi/pthread/once.o
gcc.link.dll
../../../bin.v2/libs/thread/build/gcc-4.4_20090630/debug/threading-multi/libboost_thread.so.1.44.0
gcc.link
../../../bin.v2/libs/thread/example/gcc-4.4_20090630/debug/threading-multi/monitor
...updated 9 targets...
~/prog_dev/boost-svn/ro/trunk/libs/thread/example $

Now it works!

-Larry


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk