[MonoDevelop] [BUG] Compiler flag `/noconfig' causes compilation failure on Ubuntu 9.04

Allan Caffee allan.caffee at gmail.com
Tue Sep 15 14:51:12 EDT 2009


Developers

Mono complains that it cannot find the
System.Collections.Generic.Stack when I run compilation from within
monodevelop.  I found this to be caused by `/noconfig' flag passed to
gmcs I was only able to compile after adding the `/noconfig-' flag in
the "additional arguments" field.  The bug shows up in version 2.0 of
Monodevelop on Ubuntu 9.04.  I haven't actually tried the trunk
version but I noticed that the flag is still being unconditionally
added to compilation commands in
main/src/addins/CSharpBinding/CSharpBindingCompilerManager.cs.  Is
there some reason that this argument needs to be here?

--
Allan


More information about the Monodevelop-list mailing list