astar-cities.cpp internal compile error
Hi, I'm trying to compile the sample from astar-cities.cpp. I however get a INTERNAL COMPILER ERROR. I'm using ms vc++ 6. Can I assume the sample does not run on the old vc++ version? Anything I can do to get around this? Test5.cpp xxx\boost\random\lagged_fibonacci.hpp(81) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Generating Code... Error executing cl.exe. Test2.exe - 1 error(s), 1 warning(s)
On 7/31/06, bringiton bringiton
I however get a INTERNAL COMPILER ERROR. I'm using ms vc++ 6. Can I assume the sample does not run on the old vc++ version? Anything I can do to get around this?
The best advice would be to get a new compiler. Visual Studio Express is free and is a far better and more Standard conforming compiler than VC6. Some parts of Boost may work with VC6, but it will no longer be officially supported in 1.34 IIRC. http://msdn.microsoft.com/vstudio/express/ -- Caleb Epstein
On Jul 31, 2006, at 2:16 AM, bringiton bringiton wrote:
Hi, I'm trying to compile the sample from astar-cities.cpp.
I however get a INTERNAL COMPILER ERROR. I'm using ms vc++ 6. Can I assume the sample does not run on the old vc++ version? Anything I can do to get around this?
Unfortunately, there isn't much we can do to get around MSVC6 errors. It can be done, but often requires major refactoring. There is the free Visual Studio Express Edition, if you can upgrade. Doug
participants (3)
-
bringiton bringiton
-
Caleb Epstein
-
Doug Gregor