[MonoDevelop] Trouble building monodevelop

James Fitzsimons jamesfit@cwazy.co.uk
Sat, 09 Oct 2004 17:18:13 +0000


Hi all,

I have successfully built and tested mono 1.1.1 on my gentoo amd64
system. I have managed to install all the prerequisites for monodevelop
(gecko-sharp took a little coersion as I had to change the makefile to
not build the samples as they were causing the install to fail).

Unfortunately when I build monodevelop I get the following error:

athos monodevelop-0.5.1 # make
Making all in gdldock
make[1]: Entering directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/gdldock'
Making all in gdl
make[2]: Entering directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/gdldock/gdl'
mkdir -p ../../build/bin
mcs --unsafe --target library \
-r:/usr/local/lib/mono/gtk-sharp/glib-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/pango-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/atk-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gdk-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gtk-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/glade-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gconf-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gconf-sharp-peditors.dll
-r:/usr/local/lib/mono/gtk-sharp/gnome-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/art-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gtkhtml-sharp.dll
-r:/usr/local/lib/mono/gtk-sharp/gtksourceview-sharp.dll
-r:/usr/local/lib/mono/gecko-sharp/gecko-sharp.dll
/r:/usr/local/lib/mono/gtk-sharp/monodoc.dll   \
./DockItemFlags.cs ./DockParamFlags.cs generated/*.cs /out:gdl-sharp.dll
\
&& cp -p gdl-sharp.dll ../../build/bin/. \
&& cp -p gdl-sharp.dll.config ../../build/bin/.
error CS0006: Cannot find assembly
`/usr/local/lib/mono/gecko-sharp/gecko-sharp.dll'
Log: 

error CS0006: Cannot find assembly
`/usr/local/lib/mono/gtk-sharp/monodoc.dll'
Log: 

Compilation failed: 2 error(s), 0 warnings
make[2]: *** [gdl-sharp.dll] Error 1
make[2]: Leaving directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/gdldock/gdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/gdldock'
make: *** [all-recursive] Error 1
athos monodevelop-0.5.1 #

This is strange as I have verified that the path to gecko-sharp.dll is
correct...

Anybody have any ideas?
Regards,
James Fitzsimons

-- 
It's 5.50 a.m.... Do you know where your stack pointer is ?