$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Niko Vuokko (niko.vuokko_at_[hidden])
Date: 2008-07-11 00:35:17
I'm trying to compile the example for kolmogorov_max_flow
in Graph library, but it gives me an error (more precisely
1023K worth of errors...). Tried compiling on Cygwin, GCC 3.4.4,
g++ -c -I/path/to/boost -O2 example.cpp.
I don't really know how to look for the problem, I tried compiling
also with gSTLfilt (filters STL errors), but couldn't find anything.
Any ideas?