Re: [BGL]edge connectivity code won't compile

Hi, I ran into problems trying to compile the BGL example code, edge_connectivity.cpp. (There are two codes, this is the short one with underscore, the other is hyphen edge-connectivity.) I used VC7. I have been running other codes without any problem.
Hi,
Basically, I got two errors: 1)C1076--I have changed from /Gm to /Zm1000, and it went way. 2) C2039--it flagged error "reference is not a member of property map" and points to boost/property_map.hpp in boost-1-29-0. I have no idea how to fix this one.
I think that in order for somebody to look into the problem, you should provide *exact* error messages. The property_map.hpp file is big, and guessing what line upsets VC7 is impossible. In first case, you did not even say where error occurs. BTW, could you also try with CVS version? - Volodya
participants (1)
-
Vladimir Prus