$ make get-monolite-latest && make .. make[8]: Entering directory `/usr/src/mono/mcs' *** The contents of your 'monolite' directory may be out-of-date *** You may want to try 'make get-monolite-latest' make[8]: *** [do-profile-check-monolite] Error 1
$ cd ../mcs/class/lib/monolite $ ls total 7024 drwxr-sr-x 2 godfather src 4096 2010-03-03 11:24 . drwxr-sr-x 4 godfather src 4096 2010-03-18 03:22 .. -rwxr-xr-x 1 godfather src 1177088 2010-03-03 11:24 gmcs.exe -rwxr-xr-x 1 godfather src 295424 2010-03-03 11:24 Mono.Security.dll -rwxr-xr-x 1 godfather src 2606592 2010-03-03 11:24 mscorlib.dll -rwxr-xr-x 1 godfather src 282624 2010-03-03 11:24 System.Core.dll -rwxr-xr-x 1 godfather src 1518592 2010-03-03 11:24 System.dll -rwxr-xr-x 1 godfather src 1269760 2010-03-03 11:24 System.Xml.dll $ gmcs.exe -bash: gmcs.exe: command not found Why can it be?? Thanks in advance! Alex 2010/3/18 Alexander M. Batishchev <[email protected]> > 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
