Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2007-12-07 04:00:47


Petrus B. van Bork wrote:
> Dear All:
>
> I still cannot get simple_ls to run in Eclipse with CDT 4.02. Here is
> the compiler output I get - I have been all over the 'net trying to
> find something to help, without success, so I turn to this list
> again.
> I apologize for keeping on a this but I very, very badly need the
> filesystem functionality.
>
> My console output is:

Petrus: the compile failure you are seeing is from one of our test cases
that *isn't supposed to build* (we have tests that verify that incorrect
usage generates a compiler error).

What is it exactly you are trying to build? Looks to me like you have
invoked the Jamfile in /status/ which is designed for *testing* Boost, and
would have to run using bjam not Eclipse.

Have you read and followed the getting started instructions:
http://www.boost.org/more/getting_started/index.html ?

Alternatively, if you must build from with Eclipse: create a new (static or
shared) library project and add the filesystem source files to it (from
libs/filesystem/src/*.cpp), and build it. That's it :-)

HTH, John.


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