Cannot build boost on MSVS8 per instructions
I am attempting to build and install boost_1_33_1 using the MSVS 8 instructions at http://www.boost.org/tools/build/v1/vc-8_0-tools.html and the prebuilt bjam boost-jam-3.1.13-1-ntx86.zip <http://prdownloads.sourceforge.net/boost/boost-jam-3.1.13-1-ntx86.zip?downl oad> and bjam fails (apparently) with a "send error report" dialog every time it is run. I also tried the instructions at http://lists.boost.org/boost-users/2006/09/21938.php with the same results. What am I doing wrong? Do I have the wrong version of bjam.exe? Why the two different sets of instructions? Best Regards, John Zulauf
"John Zulauf Yahoo"
I am attempting to build and install boost_1_33_1 using the MSVS 8 instructions at
Those are not really instructions for building Boost. Did you look at http://www.boost.org/more/getting_started.html?
and the prebuilt bjam boost-jam-3.1.13-1-ntx86.zip <http://prdownloads.sourceforge.net/boost/boost-jam-3.1.13-1-ntx86.zip?downl oad>
You might try downloading or building the bjam executable that corresponds to the 1.33.1 release. To build: open the Visual C++ Command Prompt (in your programs menu), go to the boost\jam\src subdirectory of your Boost distribution, and type build You should end up with a bjam executable in the .\bin.ntx86\ subdirectory.
and bjam fails (apparently) with a "send error report" dialog every time it is run.
What exactly does it say in this dialog?
I also tried the instructions at http://lists.boost.org/boost-users/2006/09/21938.php with the same results.
What am I doing wrong? Do I have the wrong version of bjam.exe?
Maybe.
Why the two different sets of instructions?
Rene was giving a user help tailored to his specific build environment. I'm sure if you look through all the mailing list archives on the web you'll find many such sets of instructions. -- Dave Abrahams Boost Consulting www.boost-consulting.com
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of David Abrahams Sent: Wednesday, September 06, 2006 1:36 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Cannot build boost on MSVS8 per instructions
"John Zulauf Yahoo"
writes: I am attempting to build and install boost_1_33_1 using the MSVS 8 instructions at
Those are not really instructions for building Boost. Did you look at http://www.boost.org/more/getting_started.html?
Yes the VC 8 instructions are linked off the table at http://www.boost.org/more/getting_started.html#Tools
and the prebuilt bjam boost-jam-3.1.13-1-ntx86.zip <http://prdownloads.sourceforge.net/boost/boost-jam-3.1.13-1- ntx86.zip?downl oad>
You might try downloading or building the bjam executable that corresponds to the 1.33.1 release. To build: open the Visual C++ Command Prompt (in your programs menu), go to the boost\jam\src subdirectory of your Boost distribution, and type
build
I'll try this.
What exactly does it say in this dialog?
It's the generic WinXP crash message "bjam.exe has encountered a problem and needs to close. We are sorry for the inconvenience." AppName: bjam.exe AppVer: 0.0.0.0 ModName: bjam.exe ModVer: 0.0.0.0 Offset: 0001f2fa The error report says that it was exception code 0xc00000d flags 0 record 0 address 0x000000000041f2fa Thanks in advance, John
John Zulauf Yahoo wrote:
It's the generic WinXP crash message
"bjam.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
FWIW, I've seen a similar crash when I tried to build bjam with VS8 Express on a machine once, I think I just ended up building it with mingw, which I also had installed on that machine rather than work out the details. Kevin -- | Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this | | Senior Technology | My employer for certain | | And Network Systems Architect | Not even myself |
participants (3)
-
David Abrahams
-
John Zulauf Yahoo
-
Kevin Wheatley