Re: Has anyone bootstrapped GOBO CVS using VS.NET 2005?
"grantrettke" <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
I've set up VC++ 2005 following Manus email from the ise eiffel mail list and found that, as Brian has already mentioned, and I had seen, that SmartEiffel code simply will not compile under VC++ 2005. As such, I will use the Windows download for the GOBO binaries and GOBO-CVS for the code. If anyone is interested, here is how I set up the environment: 1. Run Windows Update to install the Microsoft .NET Framework 1.1. Please note that this is not the SDK. 2. Run Windows Update to get the Microsoft .NET Framework 1.1 Service Pack 1. Reboot. 3. Run Windows Update to get the Microsoft .NET Framework 1.1 Service Pack 1 Security Update. Reboot. 4.Run Windows Upate to install the Microsoft .NET Framework 2.0. Please note that this is not the SDK. 5. Download and install the Windows Server 2003 SP1 Platform SDK ISO Install. The installer defaults to the custom install, but choose only the defaults. 6. Download and install the .NET Framework 2.0 Software Development Kit. 7. Download and install the Microsoft Visual J# Version 2.0 Redistributable Package. 8. Update your system environmental variables with the following: Add to PATH; C:\Program Files\Microsoft.NET\SDK\v2.0\Bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft Visual Studio 8\VC\bin;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages Broken down: C:\Program Files\Microsoft.NET\SDK\v2.0\Bin; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727; C:\Program Files\Microsoft Visual Studio 8\VC\bin; C:\Program Files\Microsoft Visual Studio 8\Common7\IDE; C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages Add to INCLUDE: C:\Program Files\Microsoft Platform SDK\Include;C:\Program Files\Microsoft Platform SDK\Include\crt;C:\Program Files\Microsoft Platform SDK\Include\crt\sys;C:\Program Files\Microsoft Platform SDK\Include\mfc;C:\Program Files\Microsoft Platform SDK\Include\atl;C:\Program Files\Microsoft.NET\SDK\v2.0\include Broken down: C:\Program Files\Microsoft Platform SDK\Include; C:\Program Files\Microsoft Platform SDK\Include\crt; C:\Program Files\Microsoft Platform SDK\Include\crt\sys; C:\Program Files\Microsoft Platform SDK\Include\mfc; C:\Program Files\Microsoft Platform SDK\Include\atl; C:\Program Files\Microsoft.NET\SDK\v2.0\include Add to LIB C:\Program Files\Microsoft Visual Studio 8\VC\lib;C:\Program Files\Microsoft Platform SDK\Lib;C:\Program Files\Microsoft.NET\SDK\v2.0\Lib Broken down: C:\Program Files\Microsoft Visual Studio 8\VC\lib; C:\Program Files\Microsoft Platform SDK\Lib; C:\Program Files\Microsoft.NET\SDK\v2.0\Lib 9. Open a command shell and try running cl, nmake, link, lib; each should work. To Post a message, send it to: [email protected] To Unsubscribe, send a blank message to: [email protected] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/gobo-eiffel/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/