[Monodevelop-devel] Comipiling Monodevelop under Debian from trunk

Alexander M. Batishchev abatishchev at godfather.net.ru
Mon Nov 17 09:50:09 EST 2008


Hello everybody,
I'm trying to compile MD from trunk under Debian and got next trouble:

$ cd monodevelop
$ ./configure --prefix=/usr/local
checking for MONO_ADDINS... configure: error: Package requirements
(mono-addins >= 0.3) were not met:
No package 'mono-addins' found

$ svn co svn://anonsvn.mono-project.com/source/trunk/mono-addins
$ cd mono-addins
$ ./autogen.sh --prefix=/usr/
checking for GTK_SHARP_20... configure: error: Package requirements
(gtk-sharp-2.0) were not met:
No package 'gtk-sharp-2.0' found

$ svn co svn://anonsvn.mono-project.com/source/trunk/gtk-sharp
$ cd gtk-sharp
$ ./autogen.sh --prefix=/usr/
**Error**: autogen.sh has been replaced by bootstrap for the 2.5.x release.
To bootstrap a 1.9.x build run bootstrap-2.4.
$ ./bootstrap-2.12
checking for PANGO... configure: error: Package requirements (pango) were
not met:
No package 'pango' found

Here is my trouble! Whare can I take the pango package?
$ sudo apt-get install pango
E: Couldn't find package pango

I have installed libpango1.0.-0 and libpango1.0-common but it doesn't helps.
What I have to install more? Maybe libpango1.0-dev?
Assist me please!

===
Best regards,
Alexander M. Batishchev





More information about the Monodevelop-devel-list mailing list