Compiling problem
Posted: 16.01.2003, 00:08
I'm an amateur programmer and I would like to play around for a while with the new version of Celestia.
I get a strange problem compiling with MSVC 6.0 on Win XP.
I get compiler errors like the following:
--------------------Configuration: cel3ds - Win32 Debug--------------------
Compiling...
3dsmodel.cpp
c:\MSVS\vc98\celestia1.2.5\src\cel3ds\3dsmodel.h(13) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
3dsread.cpp
c:\MSVS\vc98\celestia1.2.5\src\cel3ds\3dsread.cpp(10) : fatal error C1083: Cannot open include file: 'iomanip': No such file or directory
Error executing cl.exe.
Celestia.exe - 2 error(s), 0 warning(s)
I get the source code with WinCVS and is updated to a few days ago.
It seems that the compiler can't reach the STL headers.
Is the first time that I get this problem.
Suggestions? Anyone can help?
Thank you in advance.
I get a strange problem compiling with MSVC 6.0 on Win XP.
I get compiler errors like the following:
--------------------Configuration: cel3ds - Win32 Debug--------------------
Compiling...
3dsmodel.cpp
c:\MSVS\vc98\celestia1.2.5\src\cel3ds\3dsmodel.h(13) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
3dsread.cpp
c:\MSVS\vc98\celestia1.2.5\src\cel3ds\3dsread.cpp(10) : fatal error C1083: Cannot open include file: 'iomanip': No such file or directory
Error executing cl.exe.
Celestia.exe - 2 error(s), 0 warning(s)
I get the source code with WinCVS and is updated to a few days ago.
It seems that the compiler can't reach the STL headers.
Is the first time that I get this problem.
Suggestions? Anyone can help?
Thank you in advance.