$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] Trouble linking read_graphviz
From: Michael Olea (oleaj_at_[hidden])
Date: 2009-01-07 10:11:51
On Jan 7, 2009, at 6:55 AM, Andrew Sutton wrote:
> I remember having similar problems last time I tried to use the
> graphviz stuff. Basically, the "parameter-extracting" version that
> you're calling instantiates a function that doesn't really exist,
> hence the linker error. You have to be more very specific when
> calling read_graphviz. and pass in the istream and a
> dynamic_properties object. I think you can omit the "id" string. I
> think that gave me some problems too.
OK, Thanks.
I should probably note that the code that does not link is not code I
wrote, but example code that comes with the distribution.
-- Michael