|
On 06/10/2005 09:10:41 PM, Denis A Ignatovich wrote:
> This might not be the place for Boost errors, but I would still like
> to try. I am trying to compile Boost for QL under Cygwin. When I
> download the binary for bjam and run it for Boost source code, I keep
> getting syntax errrors (for example: unexpected "(" or "="). I looked
> at the jamfile and it seemed properly formatted. If you have any
> ideas or suggestions, I would greatly appreciate it.
Maybe your jamfile has the wrong file terminator? (i.e., bjam expects
DOS end-of-line but get Unix ones, or vice versa.) Did you download the
Boost tarball and untar it from Cygwin, or a Boost zip archive and
unzip it from Windows? It might make a difference when EOLs are
concerned.
Another possibility might be to compile bjam yourself---the sources are
in the Boost distribution, and instructions are on the site.
And of course, yet another possibility is to ask on the Boost mailing
list :)
Later,
Luigi
----------------------------------------
A little inaccuracy sometimes saves tons of explanation.
-- H.H. Munro, "Saki"
|