I attempted to switch from boost_1_31_0 to the CVS head available on Sun Sep 26 20:25:26 PDT 2004. My application uses read_graphviz to read the attached file. When built with the CVS head boost and run, I get the message "parse error" and a segment fault. When build with boost 1_31_0 and run, it works fine. digraph Components { node [ shape = record ]; size="6,6"; 0[label="0",type="Component"]; 1[label="1",type="Component"]; 2[label="2",type="Component"]; 3[label="3",type="Component"]; 4[label="4",type="Component"]; 5[label="5",type="Component"]; 0 -> 1[type="Association"]; 1 -> 4[type="Association"]; 4 -> 0[type="Association"]; 2 -> 5[type="Association"]; }
On Sep 28, 2004, at 8:50 PM, Jeffrey Holle wrote:
I attempted to switch from boost_1_31_0 to the CVS head available on Sun Sep 26 20:25:26 PDT 2004.
My application uses read_graphviz to read the attached file.
When built with the CVS head boost and run, I get the message "parse error" and a segment fault.
The problem should now be solved, we hope :) Doug
participants (2)
-
Doug Gregor
-
Jeffrey Holle