Discussion:
[Nant-users] debug build fails to build on Mono
Kevin Williams
2004-08-24 14:53:14 UTC
Permalink
Since I've had no luck compiling the latest snapshot on Mono/Linux, I'm
trying Mono 1.0.1/WinXP. I'm getting the following error:

Internal(1) error CS8018: Could not find the symbol writer assembly
(Mono.CSharp.Debugger.dll). This normally an installation problem.
Please make sure to compile and install the
mcs/class/Mono.CSharp.Debugger directory.

The folder where mcs.exe resides (C:\Program
Files\Mono-1.0.1\lib\mono\1.0) already has a Mono.CSharp.Debugger.dll in
it. Is this really a Mono install problem or a mis-configuration in
NAnt.exe.config?
Gert Driesen
2004-08-24 14:59:42 UTC
Permalink
Kevin,

I'm pretty sure its a Mono packaging issue. I had already submitted a bug
report for this : http://bugzilla.ximian.com/show_bug.cgi?id=63441

Gert
----- Original Message -----
From: "Kevin Williams" <***@bantamtech.com>
To: <nant-***@lists.sourceforge.net>
Sent: Tuesday, August 24, 2004 4:53 PM
Subject: [Nant-users] debug build fails to build on Mono
Post by Kevin Williams
Since I've had no luck compiling the latest snapshot on Mono/Linux, I'm
Internal(1) error CS8018: Could not find the symbol writer assembly
(Mono.CSharp.Debugger.dll). This normally an installation problem.
Please make sure to compile and install the
mcs/class/Mono.CSharp.Debugger directory.
The folder where mcs.exe resides (C:\Program
Files\Mono-1.0.1\lib\mono\1.0) already has a Mono.CSharp.Debugger.dll in
it. Is this really a Mono install problem or a mis-configuration in
NAnt.exe.config?
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
https://lists.sourceforge.net/lists/listinfo/nant-users
Ian MacLean
2004-08-24 16:01:55 UTC
Permalink
Post by Kevin Williams
Since I've had no luck compiling the latest snapshot on Mono/Linux,
Internal(1) error CS8018: Could not find the symbol writer assembly
(Mono.CSharp.Debugger.dll). This normally an installation problem.
Please make sure to compile and install the
mcs/class/Mono.CSharp.Debugger directory.
The folder where mcs.exe resides (C:\Program
Files\Mono-1.0.1\lib\mono\1.0) already has a Mono.CSharp.Debugger.dll
in it. Is this really a Mono install problem or a mis-configuration in
NAnt.exe.config?
this is indeed a mono issue with 1.0.1. Gert reported a bug for this
recently in the bug database.

try building with 'nant release build' as the problem only occurs when
-debug gets passed to mcs.exe.

Ian
Kevin Williams
2004-08-24 16:39:38 UTC
Permalink
Ian,

Thanks! I'm trying that, and I've made further progress, but now I have
a new error.

src\NAnt.DotNet\Tasks\JscTask.cs(106) error CS0672: Member
'NAnt.DotNet.Tasks.JscTask.NoWarn' overrides obsolete member. Add the
Obsolete attribute to 'NAnt.DotNet.Tasks.JscTask.NoWarn'.

I looked at the file and it appears to already have the Obsolete
attribute set. Any suggestions?

Thanks in advance,

Kevin
Post by Ian MacLean
Post by Kevin Williams
Since I've had no luck compiling the latest snapshot on Mono/Linux,
Internal(1) error CS8018: Could not find the symbol writer assembly
(Mono.CSharp.Debugger.dll). This normally an installation problem.
Please make sure to compile and install the
mcs/class/Mono.CSharp.Debugger directory.
The folder where mcs.exe resides (C:\Program
Files\Mono-1.0.1\lib\mono\1.0) already has a Mono.CSharp.Debugger.dll
in it. Is this really a Mono install problem or a mis-configuration in
NAnt.exe.config?
this is indeed a mono issue with 1.0.1. Gert reported a bug for this
recently in the bug database.
try building with 'nant release build' as the problem only occurs when
-debug gets passed to mcs.exe.
Ian
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
https://lists.sourceforge.net/lists/listinfo/nant-users
Loading...