[Mono-bugs] [Bug 325109] Mono svn head (r84118, also r83139) fails to compile on windows during mcs bootstrap
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 27 11:41:29 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=325109
User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=325109#c5
Andy Hume <andyhume32 at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
--- Comment #5 from Andy Hume <andyhume32 at yahoo.co.uk> 2008-10-27 09:41:29 MDT ---
*I* do nothing. :-,) I simply run make, and whenever mcs is re-built that
error occurs. Something in the make scripts is apparently forgetting to
prepend mono.exe to the mcs.exe command... Maybe due to some windows paths
issue?
I'm not the only one who experiences this, as a workaround was provided to me
http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024989.html
Although the referenced twitter content is gone it said to delete various
compile outputs. So before I run make, I call this script:
[[
$ cat clean-mcs-mcs.sh
#!/bin/sh
rm ../mcs/mcs/cs-parser.cs ../mcs/mcs/y.output ../mcs/mcs/mcs.exe
./mcs/mcs/mcs.exe.mdb
]]
I followed shana's mono-cygwin help page, I don't know how many others
experience this...
I don't have great hopes that this will be fixed, but reopening just for the
record.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list