From: Kim G. <kim...@gm...> - 2009-10-13 20:14:52
|
Huh. After making sure to build and use bjam.exe from Boost's trunk, and running "bjam -a" in cpp-netlib's root directory (trunk), everything just ran through successfully... - Kim On Tue, Oct 13, 2009 at 22:10, Kim Gräsman <kim...@gm...> wrote: > Hi Dean, > > I've been struggling with that exact setup myself. I think I had it > sorted at one point, but now I can't get it to build again. > > The problem here is that the tests fail to link with Boost.Test, and > it doesn't seem to want to build it via the stated dependency. > > Currently it wants to link with > 'libboost_unit_test_framework-vc90-mt-gd-1_36.lib', and building > Boost.Test yields 'boost_unit_test_framework-vc90-gd-1_38.lib' > > There's something funny about Boost.Test, especially together with > Boost.Build, and I can't quite sort it out... > > - Kim > > On Tue, Oct 13, 2009 at 18:50, Dean Michael Berris > <mik...@gm...> wrote: >> Hi Guys, >> >> Am I the only one having trouble with building the cpp-netlib tests on >> Windows with Boost.Trunk? >> >> I was trying to set up a personal development machine here which used >> to be able to build the cpp-netlib codebase using the Jamfiles. I've >> updated to the latest, and Boost.Build seems to be looking for the >> Jamfile that used to be in the Boost root directory. >> >> I'm really close to giving up support on Windows, because mainly I >> can't get back to building the code in it. >> >> Thanks in advance and I hope you guys can help. > |