Thank you so much! It works now. -----Original Message----- From: Alan McGovern [mailto:[email protected]] Sent: Thursday, March 18, 2010 2:13 AM To: Alexander M. Batishchev Cc: [email protected] Subject: Re: [Mono-list] Build mono on Debian (testing)
You need to install the corresponding development package. Possibly libglib2.0-0-dev or libglib2.0-0-devel Alan. On Wed, Mar 17, 2010 at 11:03 PM, Alexander M. Batishchev <[email protected]> wrote: > Hello. > > I'm building Mono on virtual Debian 5.0.4 and got next problem: > > > > ~ $ cd mono > > mono $ ./autogen.sh > > .. > > No package 'gthread-2.0' found > > configure: error: You need at least glib-2.0 2.4.0 > > > > Ok, I need to install glib2 > > > > $ sudo apt-get install libglib2.0-0 > > .. > > Done > > > > $ dpkg -l libglib2.0* > > ii libglib2.0-0 2.22.4-1 The GLib library of C routines > > ii libglib2.0-data 2.22.4-1 Common files for GLib library > > > > ?? > > Maybe Debian repository doesn't contain the latest version? > > > > http://packages.debian.org/sid/libglib2.0-0 > > libglib2.0-0 (2.22.4-1) > > > > http://packages.debian.org/experimental/libglib2.0-0 > > libglib2.0-0 (2.23.5-1) > > > > Yes, unfortunately, it does not. > > > > is it possible to install version 2.4.0 from Debian repository? > > Or I have to download the source from Gnome and build it manually? > > http://ftp.gnome.org/pub/gnome/sources/glib/2.4/ > > > > Thanks in advance! > > Alex > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
