Re: [Luacpp-devel] use case for luacpp: iof command line util
Brought to you by:
schoenborno
From: Oliver S. <oli...@ut...> - 2006-07-28 01:49:41
|
Marty Landman wrote: > At 12:57 PM 7/25/2006, Joshua Tobin wrote: > > >>> The other thing is, is there a reason that you guys don't want to just >>> install the binary dist of boost? Link is >>> http://prdownloads.sourceforge.net/boost/boost_1_33_1.exe?download >>> >>> >> Hm, I tried this, but it seems to be a self-extracting zip that has the >> same problems with compilation. >> > > Given that Joshua is having the same problems - although I did not > try the binary iirc - maybe I should hold on. Or Oliver do you think > that installing cygwin on my xp workstation has a better chance of success? > > Marty > So I download boost 1.33.1.zip, extracted it (to let's call it BOOST_DIST), downloaded and extracted bjam.exe to that folder, opened a command shell, cd'd to BOOST_DIST, did bjam --with-test "-sTOOLS=vc-7_1" and everything worked. Note that you only need the auto-unit-test library from boost so the with-test makes bjam build only that and nothing else. Don't have vc6 but I doubt it would be any different. Can you capture your console output and post it? Oliver ps. now you know why I want to avoid boost dependency :) |