[MonoDevelop] Another Erro compiling MonoDevelop... please help

Paulo Aboim Pinto esqueleto@tusofona.com
Sat, 20 Mar 2004 17:17:10 +0000


I did it ... finally the MonoDevelop is compiled.

I get the CVS version from the http://monodevelop.com/tutorial.aspx

Download the latest cvs copies of mono, mcs, gtk-sharp, and
gtksourceview-sharp: 
export CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
cvs login
cvs -z3 co mcs mono gtk-sharp gtksourceview-sharp
  * Before compiling: Make sure you have`$PREFIX/lib' (usually
    `/usr/local/lib') in /etc/ld.so.conf. If you do not, add it with the
    following: 
su
echo "/usr/local/lib" >> /etc/ld.so.conf
/sbin/ldconfig
  * Similarly, check to make sure you have PKG_CONFIG_PATH set properly.
    It can be set with: 
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
  * You can then compile mono and gtk-sharp using the following: 
cd mono
./autogen.sh --prefix=/usr/local
make fullbuild

cd ../gtk-sharp
./autogen.sh --prefix=/usr/local
make
make install

cd ../gtksourceview-sharp
./autogen.sh --prefix=/usr/local
make
make install