[MonoDevelop] Build fail on current SVN build

John Luke john.luke@gmail.com
Tue, 15 Mar 2005 13:05:24 -0500


On Tue, 2005-03-15 at 14:01 +0000, Paul wrote:
> Hi,
> 
> Just tried to build against the current mono from svn and had the
> following failure:
> 
> ./FileBrowser/FileBrowser.cs(32) error CS1527: Namespace elements cannot
> be explicitly declared as private, protected or protected internal
> make[3]: *** [../../../build/bin/MonoDevelop.Gui.Widgets.dll] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> 
> I am using the dev version of mono/mcs, so this could be an error on
> that part rather than monodevelop, but I thought I'd mention it.
> 

Fixed, I changed the enum to be internal as the error is probably right.