Boost logo

Boost-Build :

Subject: Re: [Boost-build] I got a problem
From: khaldon hmesheh (khaldon_hmesheh_at_[hidden])
Date: 2011-06-16 03:51:50


Thanks to reply,

could you please tell me how to do that with Visual C++ 2008.

Thanks in Advance

Khaldon Hmesheh

________________________________
From: John Maddock <boost.regex_at_[hidden]>
To: Boost.Build developer's and user's list <boost-build_at_[hidden]>
Sent: Wed, June 15, 2011 6:04:55 PM
Subject: Re: [Boost-build] I got a problem

> I am one of c++ users and I am not familiar with Boost libraries. I have to
use
> boost.regex library in order to deal with regular expressions. I found the
> explanation which you posted in your page too complex to understand by
building
> and installing the library. I have tried that firstly with (Building via
> makefiles) but that did not work I have got a message that (there is no such
> library) then I have tried that with (building with bjam) but this was too
> complex and finally I got this message ( cannot open file
> 'libboost_regex-vc90-mt-gd-1_46_1.lib').
> I appreciat if you could help me with this problem and if I get easier
> explanation.

That message means that the Visual C++ linker can not find the libraries that
you built, you need to modify the settings in your IDE to search for the
libraries in directory where they were built (usually stage/lib).

HTH, John.
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build



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