Gert Driesen [mailto:[EMAIL PROTECTED] wrote:
> Do you have VS.NET installed ? The cpp compiler and stuff are not part of
> the .NET Framework. Is the C:\program Files\Microsoft Visual Studio .NET
> 2003\Vc7\bin directory in your path ?
Surprisingly, the cpp compiler *is* part of .NET framework.  However the
compiler that is included may not be fully functional; which might be
causing the error.
The required directory is in the path.

> Currently there's no multiple framework support for the cpp tasks, as this
> is not possible with the current framework implementation which means the
> cpp linker and stuff have to be in your path right now.  I've got a batch
of
> changes ready that wil allow us to do that, but I'll hold off on them
until
> after you've created a new release.
Can you send me your changes privately or test them on a 1.1 machine?  If
they enable the test suite to pass without breaking the other unit tests,
I'd recommend they go in as part of this release.  Otherwise, we should
write up a release note that explains how to make this task work correctly
with multiple frameworks.
Obviously, this highlights the need for me to have a 1.0-only machine set
up. I'll try to make that happen this week.

> The actual error seems to be External Program Failed: cl (return code was
> 2), so it might not be a path issue after all, not sure about this one ...
Sorry, I meant the error the compiler was returning. If I could run the
failing build file by hand, I might be able to track the problem down and
write a release note for it.

John C Barstow


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to