Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problem in building boost with Linux
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-03-28 10:39:55


AMDG

On 03/27/2014 09:12 PM, Nabeel Khan wrote:
> I am trying to build boost lib on Linux. First, I run *bootstrap.sh.*
>

What version of Boost are you using?

> Then I run *./b2 *to build the lib. I am getting following errors:-
>
> *project-config.jam:10: syntax error at keyword in*
> *project-config.jam:11: syntax error at keyword {*
> *project-config.jam:13: syntax error at keyword }*
> *project-config.jam:15: in load*

project-config.jam is generated by bootstrap.sh.
What does it contain? Also, what is in bootstrap.log?
project-config.jam isn't strictly necessary, so you
can try deleting it.

$ rm project-config.jam
$ ./b2 toolset=gcc

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk