[Mono-bugs] [Bug 324011] SimpleWorkerRequest: Content in subdirs not accesible
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Sep 30 10:42:15 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=324011#c11
--- Comment #11 from Robert Jordan <robertj at gmx.net> 2007-09-30 08:42:13 MST ---
It does, thanks!
I encountered another NAnt issue (Marek will kick us from Bugzilla
sooner or later :-))))
$ nant -t:net-2.0 net-2.0 clean run
[csc] Compiling 1 files to 'c:\local\mono\head\gert\bug81331\test.exe'.
csc] warning CS1668: Ungültiger Suchpfad C:\Programme\Microsoft Visual Studio
NET 2003\VC7\PlatformSDK\lib\prerelease in LIB-Umgebungsvariable -- Das System
kann den angegebenen Pfad nicht finden. .
Translation: "Invalid search path ... in LIB environment var -- The system
cannot find the specified path."
My LIB env var is full with VC++ 2003 related stuff, because that's my
standard environment when I'm launching a cygwin shell:
$ printenv LIB
C:\Programme\Microsoft Visual Studio .NET
2003\VC7\ATLMFC\LIB;C:\Programme\Micro
soft Visual Studio .NET 2003\VC7\LIB;C:\Programme\Microsoft Visual Studio .NET
2
003\VC7\PlatformSDK\lib\prerelease;C:\Programme\Microsoft Visual Studio .NET
200
3\VC7\PlatformSDK\lib;C:\Programme\Microsoft Visual Studio .NET
2003\SDK\v1.1\li
b;C:\Programme\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\
Why is csc processing LIB when invoked from NAnt? It shouldn't, IMHO, because
LIB is usually containing unmanaged libs.
Combined with <csc warnaserror="true">, this leads to build failures on my
system.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list