RE: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Bill Arnette
IL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat LawrenceSent: Thursday, June 30, 2005 9:45 AMTo: Thibaut BarrèreCc: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] newbie question: system cannot find the C++ compiler Thank you for your help.  I tried calling

Re: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Pat Lawrence
Thank you for your help.  I tried calling the vsvars32 script and also tried putting it in the PATH but I couldn't get it to work.  I haven't yet graduated from school and am just a new intern here at the office, so I'm seeing PATH variables for the first time.  What I did do was put the C:\Progra

Re: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-29 Thread Thibaut Barrère
Hi Pat   Maybe calling the vcvars32.bat script in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat before starting your script will solve the issue.   This should add the required folders to the PATH to ensure later calls to cl.exe are successful.   regards   Thibaut Ba

[Nant-users] newbie question: system cannot find the C++ compiler

2005-06-29 Thread Pat Lawrence
Hello everyone, I was asked to get some automated nightly builds going on several C++ .NET project that are all pretty huge.   I apologize for how basic this question is, but I've been fiddling both with very simple build files in order to compile just a single .cpp file and also with the solution