31 Aug
2007
31 Aug
'07
12:22 p.m.
Abhishek V wrote:
Hi I m trying to run Kelvin-bacon program provided by BGL (http://www.boost.org/libs/graph/example/kevin-bacon.cpp) in VC++ but even after including the required header files it gives me following compilation errors :-
"c:\boostlib\boost_1_34_0\boost\graph\detail\adjacency_list.hpp(2166) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) "
What could be the possible reason for this...
You should start a new message thread when changing topics like this. Placing [BGL] in the subject line will likely get the attention of those with familiarity with the library. What version of MSVC? Did you run BGL tests on your platform? Jeff Flinn