[Mono-devel-list] xsp-0.4 + mono-0.25 on win32?
Pelle Johnsen
pelle.johnsen at mail.dk
Mon Jun 30 20:40:50 EDT 2003
Hi again,
mono.bat which I use to run xsp, adds the path containing mcs.exe (and
mono.exe) to the start of the windows path.
mcs.bat is in my system root (c:\winnt)
This is only part of the problem though - even from the commandline I can't
invoke mcs with filenames in single quotes (') as
Mono.CSharp.CSharpCodeCompiler does:
C:\work\test\csharp>mcs 'tempfname.cs'
error CS2001: Source file ''tempfname.cs'' could not be opened
Compilation failed: 1 error(s), 0 warnings
C:\work\test\csharp>mcs tempfname.cs
Compilation succeeded
Even tried in cygwin - same result.
More information about the Mono-devel-list
mailing list