29 Nov
2006
29 Nov
'06
2:58 p.m.
The example doesn't work with LEDA 5.0.1 any longer: C++ topo-sort-with-leda.o topo-sort-with-leda.cpp: In function `int main()': topo-sort-with-leda.cpp:14: error: expected init-declarator before '<' token topo-sort-with-leda.cpp:14: error: expected `,' or `;' before '<' token topo-sort-with-leda.cpp:15: error: `graph_t' undeclared (first use this function) topo-sort-with-leda.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.) topo-sort-with-leda.cpp:15: error: expected `;' before "leda_g" [Many more errors follow] Compiler is g++ 4.1.0. Has anyone made LEDA 5.0.1 work with a BGL wrapper?