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?
Thanks,
Al
On 5/27/06, Nicola Musatti <Nicola.Musatti gmail.com> wrote:
> Alain Cormier wrote:
> > Anyone built and installed Boost with the
C++Builder 2006 compiler?
>
> The current release, 1.33.1, doesn't support BCB2006,
because it was
> released before the latter was publicly available. You
have three
> options: apply the patches contained in the bcbboost
project
> (http://bcbboost.sourc
eforge.net), which was started specifically to
> make Boost 1.33.1 usable with BCB2006; checkout the
RC_1_34_0 branch
> from the Boost CVS repository; wait until Boost 1.34 is
officially
> released, which should be a matter of weeks.
>
> Cheers,
> Nicola Musatti
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|