Geoff the Medio wrote:
Was there an option [to install the ms sdk paths] when installing either the MS SDK or MSVC itself?
No, definitely not.
Geoff the Medio wrote:
If you start the command prompt using the "Micrsoft Visual Studio Command Prompt" link from in the MSVC start menu group, then type "path" (no ", enter after), what is the output?
This is the result:
Code:
PATH=C:\Entwicklung\Microsoft Visual Studio 8\Common7\IDE;
C:\Entwicklung\Microsoft Visual Studio 8\VC\BIN;
C:\Entwicklung\Microsoft Visual Studio 8\Common7\Tools;
C:\Entwicklung\Microsoft Visual Studio 8\SDK\v2.0\bin;
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;
C:\Entwicklung\Microsoft Visual Studio 8\VC\VCPackages;
C:\ENTWIC~1\Delphi\Projects\Bpl;C:\ENTWIC~1\Delphi\Bin;
C:\WINDOWS\system32;
C:\WINDOWS;
C:\WINDOWS\System32\Wbem;
C:\Programme\ATI Technologies\ATI Control Panel;
C:\Programme\Gemeinsame Dateien\GTK\2.0\bin;
C:\Multimedia\QuickTime\QTSystem\;
"C:\Internet\ZoneAlarm\MailFrontier";
C:\Entwicklung\Python25
(Python was added manually)
GG _did_ compile. Unfortunately, I have no idea what I did different this time; I'm fairly sure that I followed exactly the same procedure as before (but obviously I haven't). Also, note that the MS SDK paths are not there; so VS2005 seems to supply all necessary header files.
So if anyone else should have trouble compiling GG with the MS SDK, VS2005 seems to be an alternative.
Freeorion is compiling now. Thanks for your support, Geoff.