graph library compilation on VC++
I'm new to BGL and studying the examples provided with the library. Here is a problem I'm having: I compiled a program, for example,dfs- example.cpp, it was fine. And then I changed the program a little bit, and tried to recompile it, I got the following error: boost\iterator_adaptors.hpp(845) : fatal error C1001: INTERNAL COMPILER ERROR Then I tried Rebuild All or cleaned the project first, and then compiled it. It became OK again. I'm using VC++ 6.0 SP5. Any comment would be appreciated. Thanks. Yingjun Zhang
This is a common problem with vc6... disablement of incremental compilation or pre-compiled headers usually solves the problem... John ----- Original Message ----- From: zhang3284@yahoo.com To: Boost-Users@yahoogroups.com Sent: Saturday, December 01, 2001 9:51 PM Subject: [Boost-Users] graph library compilation on VC++ I'm new to BGL and studying the examples provided with the library. Here is a problem I'm having: I compiled a program, for example,dfs- example.cpp, it was fine. And then I changed the program a little bit, and tried to recompile it, I got the following error: boost\iterator_adaptors.hpp(845) : fatal error C1001: INTERNAL COMPILER ERROR Then I tried Rebuild All or cleaned the project first, and then compiled it. It became OK again. I'm using VC++ 6.0 SP5. Any comment would be appreciated. Thanks. Yingjun Zhang Yahoo! Groups Sponsor ADVERTISEMENT Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed]
participants (2)
-
John Merrells
-
zhang3284@yahoo.com