$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-09-27 09:06:08
On Sep 23, 2005, at 7:24 AM, Georg Baum wrote:
> when I try to compile the python bindings of Boost.Graph (current
> CVS) I get
> the compilation errors shown in the attached log file. This is with
> gcc
> version 3.3.4 (pre 3.3.5 20040809) on Linux. The errors are
> introduced with
> the recent changes related to named parameters of
> biconnected_components.hpp:
> http://cvs.sourceforge.net/viewcvs.py/boost/boost/boost/graph/
> biconnected_components.hpp?r1=1.13&r2=1.14
>
> Does anybody have a clue what to do? Should the python bindings be
> converted
> to the named parameter version? If yes, how?
I've now fixed this problem in CVS. Thanks for the bug report!
Doug