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

User waldm...@imn.htwk-leipzig.de added comment
https://bugzilla.novell.com/show_bug.cgi?id=426757#c2


Johannes Waldmann <waldm...@imn.htwk-leipzig.de> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                
|waldm...@imn.htwk-leipzig.de




--- Comment #2 from Johannes Waldmann <waldm...@imn.htwk-leipzig.de>  
2008-12-26 11:48:25 MST ---
I think I am running in the same bug.
I can't access the extensions methods for IEnumerable<T>
that are defined in System.Linq, e.g. ToArray(), Skip()
when compiling from monodevelop (SVN version).
It works fine with gmcs on the command line.

I found that monodevelop adds the switch "/noconfig"
when calling gmcs, and that seems to be the reason for the error.
(When adding this on the command line, I get the same error.)

I don't see where this switch could be disabled. It seems hardcoded in 
main/src/addins/CSharpBinding/CSharpBindingCompilerManager.cs

gmcs --help says the switch is to
"Disable implicit references to assemblies",
so what is the explicit reference that should be given here?


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to