[MonoDevelop] MD boo compiling problem

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Apr 13 21:50:33 EDT 2009


On Mon, Apr 13, 2009 at 5:31 PM, buhochileno at gmail.com
<buhochileno at gmail.com> wrote:
> Trying to compile MD from source (to be able to use the integrated
> debugger on Fedora 10) I'm geting this boo related error:
>
> Boo Compiler version 0.8.1.2865 (CLR v2.0.50727.1433)
> ./BooBindingCompilerServices.boo(37,73): BCE0044: expecting "COLON",
> found '*'.
> ./BooBindingCompilerServices.boo(38,8): BCE0044: expecting "ID", found
> '<INDENT>'.
> BCE0042: Error reading from './BooBindingCompilerServices.boo': 'Object
> reference not set to an instance of an object'.
> 3 error(s).
> make[2]: *** [build/BooBinding.dll] Error 255
> make[2]: Leaving directory
> `/media/data/opt/monosvn/monodevelop/extras/BooBinding'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/media/data/opt/monosvn/monodevelop/extras/BooBinding'
> make: *** [all-recursive] Error 1
>
> Any ideas about this?, or maybe some configuration parameter to disable
> boo support?

You need a newer boo compiler -- 0.8.2, or 0.9.

Alternatively, use ./configure --select to deselect the boo addin from
your build profile.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list