RE: Re: Has anyone bootstrapped GOBO CVS using VS.NET 2005?
"Heilig, Brian - ACD " <Brian.Heilig-tdt4z+Mb/[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <56D2E48D28DC3B4EA5F2E4B7679D72F7293A82@ACDNJMAILSRV03.acd.de.ittind.com> |
> > I finally installed the Visual C++ Toolkit 2003. I use that for > > SmartEiffel and Visual Studio Express 2005 for ISE. > Did you need to set any variables like PATH, INCLUDE, or LIB? > I installed the VC++ toolki 2003. When I try building gobo through the > VC++ toolkit 2003 command prompt it fails because it can not find > "windows.h". We don't also need the PSDK also, do we? I think you already answered your own question, but I'll answer anyways just in case. Yes, you also need the PSDK. I followed these directions while installing Visual Studio Express and PSDK: http://msdn.microsoft.com/vstudio/express/visualc/download/default.aspx I set up my environment according to the Express 2005 installation: INCLUDE=C:\Program Files\Microsoft Platform SDK\Include\.;C:\Program Files\Microsoft Visual Studio 8\VC\include PATH=...C:\Program Files\Microsoft Platform SDK\Bin\;C:\Program Files\Microsoft Platform SDK\WinNT\;C:\Program Files\Microsoft Visual Studio 8\VC\bin;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE... LIB=C:\Program Files\Microsoft Platform SDK\lib\.;C:\Program Files\Microsoft Visual Studio 8\VC\lib Then I installed the 2003 toolkit. By default vcvars32.bat places its environment variables in front of the existing ones, thereby ensuring that the 2003 versions get executed first. This is a copy of the relevant parts of vcvars32.bat: Set PATH=C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin;%PATH% Set INCLUDE=C:\Program Files\Microsoft Visual C++ Toolkit 2003\include;%INCLUDE% Set LIB=C:\Program Files\Microsoft Visual C++ Toolkit 2003\lib;%LIB% So my final environment looks like this: PATH=C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin; ... C:\Program Files\Microsoft Platform SDK\Bin\;C:\Program Files\Microsoft Platform SDK\WinNT\;C:\Program Files\Microsoft Visual Studio 8\VC\bin;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE... INCLUDE=C:\Program Files\Microsoft Visual C++ Toolkit 2003\include;C:\Program Files\Microsoft Platform SDK\Include\.;C:\Program Files\Microsoft Visual Studio 8\VC\include LIB=C:\Program Files\Microsoft Visual C++ Toolkit 2003\lib;C:\Program Files\Microsoft Platform SDK\lib\.;C:\Program Files\Microsoft Visual Studio 8\VC\lib If I were you I would burn a copy of the 2003 Toolkit to CD and hold on to it until gec is fully available. I don't know how much longer it will be available on the web, and I don't think SmartEiffel is going to go back and change SE 1.0 or SE 2.2b1. Brian ************************************ This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Industries, Inc. The recipient should check this e-mail and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this e-mail. ************************************ 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/