Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2004-07-30 06:33:39


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Brian !

On Friday 30 July 2004 12:44, Brian Braatz wrote:

> using msvc : : "C:/Data/Rmtg/Root/_CLE/Compilers/MS/VC/V_7_01/";

missing space between `"` and `;`

> something wrong?
>
> using msvc : : C:/vc7/;

missing space between `"` and `;` , too

> Boost build gives me the following when I have that line uncommented
>
>
>
> syntax error at EOF
>
> warning: no toolsets are configured.

results in parser abort, so nothing is done.

Be careful to _always_ insert a space before the semicolon !

> Is there something obvious and dumb I am doing here?

Yep ! But the error message could be more verbose. But I think this is a
jam issue ...

> Why can I not copy the vc7 dir from the program files install of
> vc.net into another location and point boost build to that one?

Should work with additional spaces

> I am still looking in the docs, but what is the syntax for using a
> env VAR in a jam file? (I am not there yet, but thought I would ask
> anyways)

from my user-config.jam

# using stlport : /usr/include/stlport ;

local STLPORT_ROOT = [ modules.peek : STLPORT_ROOT ] ;

using stlport : : $(STLPORT_ROOT)/stlport $(STLPORT_ROOT)/lib ;

You have to "peek" the variable from the environment and then use it.
I hope this works on win32 again.

I hope this help !

Yours,

Jürgen

- --
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCjITljbJ/LLrxrYRAqkeAJ96z3cFmdicr8o573BSacsSfx6pMQCcD3fO
6h0OqJK/omSP6fjcpNPWLgc=
=7blS
-----END PGP SIGNATURE-----

 


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