https://bugzilla.novell.com/show_bug.cgi?id=325109

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=325109#c5


Andy Hume <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|WONTFIX                                         |




--- Comment #5 from Andy Hume <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to