Boost logo

Boost-Build :

From: Mark Elston (m.elston_at_[hidden])
Date: 2004-06-15 21:29:40


I finally figured out why CVS was giving me timeouts. I'm
behind a firewall!! I looked at the sourceforge docs on accessing
via other ports and viola!!

BTW, thanks for all the help on my other issues.

Anyway, I got the latest and built then tried building the
example/libraries example and, when using msvc, I am down to
a single warning:

'warning: using independent target <plib1\bin\msvc\debug>lib1.rsp'

just as Vladimir mentioned.

However, I also have Cygwin gcc installed. If I put 'using gcc ;'
in my user-config.jam file I get the following:

...found 18 targets...
...updating 6 targets...
gcc.compile.c++ app\bin\gcc\debug\app.o
spawn: No such file or directory

If I use 'using gcc : 3.3.1 gcc ;' instead then I get:

...found 18 targets...
...updating 4 targets...
gcc.compile.c++ app\bin\gcc-3.3.1\debug\app.o
gcc: installation problem, cannot exec `cc1plus': No such file or directory

"gcc" -Wall -ftemplate-depth-100 -O0 -fno-inline -g -I"lib1\include" -c
-o "app\bin\gcc-3.3.1\debug\app.o" "app\app.cpp"

...failed gcc.compile.c++ app\bin\gcc-3.3.1\debug\app.o...
gcc.compile.c++ lib1\bin\gcc-3.3.1\debug\lib1.o
gcc: installation problem, cannot exec `cc1plus': No such file or directory

"gcc" -Wall -ftemplate-depth-100 -O0 -fno-inline -g -c -o
"lib1\bin\gcc
-3.3.1\debug\lib1.o" "lib1\lib1.cpp"

...failed gcc.compile.c++ lib1\bin\gcc-3.3.1\debug\lib1.o...
...skipped <plib1\bin\gcc-3.3.1\debug>lib1.dll for lack of
<plib1\bin\gcc-3.3.1\
debug>lib1.o...
...skipped <papp\bin\gcc-3.3.1\debug>app.exe for lack of
<papp\bin\gcc-3.3.1\deb
ug>app.o...
...failed updating 2 targets...
...skipped 2 targets...

This is a standard cygwin install. This used to work with the 2.0-m9.1
release on sourceforge. Any ideas?

Mark

---------------------------------------------------------------
Mark Elston
melston_at_[hidden]
---------------------------------------------------------------
'I daresay you haven't had much practice,' said the Queen.
'When I was your age, I always did it for half-an-hour a day.
Why, sometimes I've believed as many as six impossible things
before breakfast.'

The White Queen
Through the Looking Glass
---------------------------------------------------------------

 


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