Boost logo

Boost :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-01-05 07:03:17


Roland Schwarz wrote:
> My user-config.jam contains the line:
>
> using python : 2.5 : "C:\Programme\Python25" ;
>
> What I am missing?

Arghh: Backslash does not work here.

using python : 2.5 : "C:/Programme/Python25" ;

worked.

Roland


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk