Boost logo

Boost Users :

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



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