[MonoDevelop] Trunk build failed on Ubuntu 9.10 beta with CS0040

Andy Selvig ajselvig at gmail.com
Mon Oct 5 08:43:50 EDT 2009


Thanks! That was definitely it.

I am able to build everything except for the Boo bindings, which fails with:

Boo Compiler version 0.8.2.2960 (CLR v2.0.50727.1433)
./Gui/ShellTextView.boo(79,19): BCE0005: Unknown identifier:
'SourceLanguagesManager'.
./Gui/ShellTextView.boo(84,46): BCE0019: 'SourceTagTable' is not a member of
'GtkSourceView'.
2 error(s).

Perhaps I need a more up-to-date version of Boo than the one in the repos?
Also, I originally did not have Boo installed and it did not complain when I
configured the build, just threw an error (unknown executable booc, or
something of the like). I installed whatever the default boo is (0.8.2
apparently) then ended up where I'm at now.

It's not a huge deal for now as I have all the functionality I'd like in the
immediate future, but it seems like there's a bit of a disconnect between
the packages required by ./configure and what's actually needed to build.
Would these be considered bugs?



On Mon, Oct 5, 2009 at 1:24 AM, Mike Krüger <mkrueger at novell.com> wrote:

> Hi
>
> Do:
>
> sudo apt-get build-dep monodevelop
> sudo apt-get install mono-xbuild
>
> Then it should work.
>
> Regards
> Mike
>
> > Hi all-
> >
> > I'm trying to build the trunk on Ubuntu 9.10 beta and I run into a
> > problem right off the bat. When compiling Mono.Cecil, I get this error
> > message:
> >
> > error CS0040: Unexpected debug information initialization error `The
> > assembly for default symbol writer cannot be loaded'
> >
> > There is no other information as to what is going on or where exactly
> > the error is. I went back several thousands revs but the error
> > persisted. I've been building from svn on several Ubuntu 9.04 machines
> > without issue, so I think it's something with the new Ubuntu version.
> > What can I do to get more information to debug the issue?
> >
> > Thanks.
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20091005/dc5f3e42/attachment-0001.html 


More information about the Monodevelop-list mailing list