[MonoDevelop] Compiling Monodevelop 0.1

Nick Van Eeckhout kaoskoder@pandora.be
Mon, 22 Mar 2004 08:38:34 +0000


Hey Golo,

I got the same problem while installing MD (i'm running suse 9.0, mono 0.31, gtk# 0.17 and MD 0.1).
You probably have the gtksourcview-sharp.dll in /opt/gnome/lib.
If you have then you should create a symbolic link in /usr/lib (or the dir where mono is installed) with the same name

ln -s /opt/gnome/lib/gtksourceview-sharp.dll /usr/lib/gtksourceview-sharp.dll

after that you'll probably have to do the same with glib-mkenums (or something like that, don't know it by heart)

Nick

Golo Haas wrote:

> Hi there,
> 
> currently, I am trying to compile on my SuSE 9. I have installed all the 
> required packages using red carpet and they are all up to date.
> 
> If I run ./configure, everything is fine. But if I then try to run make, 
> I get the following error:
> 
> [...]
> 
> Making all in CSharpBinding
> make[4]: Entering directory 
> `/home/gh/Setup/monodevelop-0.1/src/AddIns/BackendBindings/CSharpBinding'
> 
> ** (/usr/bin/mcs.exe:8212): WARNING **: Could not find assembly 
> gtksourceview-sharp
> error CS0006: Cannot find assembly 
> `../../../../build/bin/MonoDevelop.SourceEditor.dll'
> Log:
> 
> Compilation failed: 1 error(s), 0 warnings
> make[4]: *** [CSharpBinding.dll] Fehler 1
> make[4]: Leaving directory 
> `/home/gh/Setup/monodevelop-0.1/src/AddIns/BackendBindings/CSharpBinding'
> make[3]: *** [all-recursive] Fehler 1
> make[3]: Leaving directory 
> `/home/gh/Setup/monodevelop-0.1/src/AddIns/BackendBindings'
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Leaving directory `/home/gh/Setup/monodevelop-0.1/src/AddIns'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Leaving directory `/home/gh/Setup/monodevelop-0.1/src'
> make: *** [all-recursive] Fehler 1
> 
> But the assembly make complains about, has been installed using red 
> carpet, so what's the matter? Any ideas?
> 
> Thanks in advance,
> 
> 
> Golo