From: Dean M. B. <mik...@gm...> - 2009-10-13 16:50:34
|
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. -- Dean Michael Berris blog.cplusplus-soup.com | twitter.com/mikhailberis linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com |
From: Kim G. <kim...@gm...> - 2009-10-13 20:11:05
|
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. |
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. > |
From: Dean M. B. <mik...@gm...> - 2009-10-14 07:17:35
|
Hi Kim, On Wed, Oct 14, 2009 at 4:14 AM, Kim Gräsman <kim...@gm...> wrote: > 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... > I'm trying to do that even through Visual Studio 2008 Express Edition Command Line utility but Boost.Build seems to be looking for a Jamfile and is not honoring the Jamroot file anymore. Maybe I should update my Boost.Trunk checkout again. I'll try sending an email with the exact error message later on in the day. Hopefully I'll get this figured out soon -- unless we provide a Visual C++ Project file for testing on Windows which is yucky for me to say the least. ;) > - 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. >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > -- Dean Michael Berris blog.cplusplus-soup.com | twitter.com/mikhailberis linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com |
From: Kim G. <kim...@gm...> - 2009-10-14 07:30:19
|
Hi Dean, On Wed, Oct 14, 2009 at 09:17, Dean Michael Berris <mik...@gm...> wrote: > > I'm trying to do that even through Visual Studio 2008 Express Edition > Command Line utility but Boost.Build seems to be looking for a Jamfile > and is not honoring the Jamroot file anymore. Maybe I should update my > Boost.Trunk checkout again. I don't entirely understand what you're saying, but one thing I've observed is that if you run bjam from the libs/network/test directory, the build fails, but if you run it from cpp-netlib's root, it succeeds. Does that help at all? - Kim |
From: Dean M. B. <mik...@gm...> - 2009-10-14 07:43:28
|
On Wed, Oct 14, 2009 at 3:30 PM, Kim Gräsman <kim...@gm...> wrote: > Hi Dean, > > On Wed, Oct 14, 2009 at 09:17, Dean Michael Berris > <mik...@gm...> wrote: >> >> I'm trying to do that even through Visual Studio 2008 Express Edition >> Command Line utility but Boost.Build seems to be looking for a Jamfile >> and is not honoring the Jamroot file anymore. Maybe I should update my >> Boost.Trunk checkout again. > > I don't entirely understand what you're saying, but one thing I've > observed is that if you run bjam from the libs/network/test directory, > the build fails, but if you run it from cpp-netlib's root, it > succeeds. Does that help at all? > Will find out soon enough. Give me a couple of hours to get some work stuff out of the way. ;) -- Dean Michael Berris blog.cplusplus-soup.com | twitter.com/mikhailberis linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com |