Boost logo

Boost-Build :

From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2006-05-29 15:59:06


Alain Cormier wrote:
> Hi Nicola,
> Thanks for the help. I tried the 1st option. I had some fatal errors
> when I applied the patches but it seemed that the regex libraries
> compiled ok and that would take care of my immedeate needs.
> Unfortunately after I included the "boost/regex.hpp" header file,
> wrote some code and then compiled I got the error:
>
> "[Linker Fatal Error] Fatal: Unable to open file
> 'LIBBOOST_REGEX-BCB-MT-1_33_1.LIB'"
>
> I tried renaming the LIBBOOST_REGEX-BCB58-MT-1_33_1.LIB (removed '58')
> but that didn't work. I also tried adding the lib to my project and
> still got the same error.
>
> Is there an easy fix for this?

The way I usually do it is to define BOOST_ALL_NO_LIB in my project's
define and include the lib file explicitly in the project.

Cheers,
Nicola Musatti


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