Boost logo

Boost Users :

Subject: [Boost-users] Jamfile.v2 for iostreams in Boost 1_48
From: David Smith (David.Smith_at_[hidden])
Date: 2012-01-17 15:42:19


Greetings,
The Jamfile.v2 in the iostreams library of Boost 1_48 has the line (around 29):
$(v) = [ modules.peek : $(v) ] ;
Used to propogate path-constant settings to the local jam environment. I think it should be:
$($(v)) = [ modules.peek : $(v) ] ;

At least when I run with this the build of iostreams works correctly to compile bzip2 and zlib objects and fails otherwise.

Has anyone else observed this?

Regards
David



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net