note: please *always* c.c. the mailing-list, otherwise the answers can't help other people with the same question (now or later).
On Wed, 2007-09-19 at 18:38 -0500, B R wrote: > I didn't compile it myself, I used the installer (*.bin) from Mono's > website. Doesn't that already contain libgdiplus ? > I grabbed the latest glib from GTK's website and installed it. I find it strange that you don't have glib installed on Ubuntu! > Course, had to install gettext, gettext-doc and cvs first. > > I have no glib-2.0.pc file on my system. So, I'm not sure if the glib errors > are legit, or if its the path problem. ah, then you're probably missing the development packages for glib (and a bunch of others too). The Makefile will be available once you have satisfied all ./configure requirements. > > >From: Sebastien Pouliot <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: B R <[EMAIL PROTECTED]> > >Subject: Re: [Mono-list] install libgdiplus? > >Date: Wed, 19 Sep 2007 18:06:18 -0400 > >MIME-Version: 1.0 > >Received: from relais.videotron.ca ([24.201.245.36]) by > >bay0-mc5-f4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 19 > >Sep 2007 15:05:38 -0700 > >Received: from poupou.home ([24.203.181.222]) by > >VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 > >(built Apr 28 2005)) with ESMTP id > ><[EMAIL PROTECTED]> for [EMAIL PROTECTED]; > >Wed, 19 Sep 2007 18:05:38 -0400 (EDT) > >X-Message-Info: > >JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPt3Mi6GgUSv7yYKHQgGfDe+2wCW4LegkYQqypIHu4uP4o= > >X-Mailer: Evolution 2.6.0 > >References: <[EMAIL PROTECTED]> > >Return-Path: [EMAIL PROTECTED] > >X-OriginalArrivalTime: 19 Sep 2007 22:05:39.0186 (UTC) > >FILETIME=[368D5D20:01C7FB09] > > > >Oh, I hadn't seen this one. > > > >You seem to be missing some basic stuff... or you're environment > >settings are not correct. You'll need to fix this. > > > >Have you compiled mono yourself ? If so your environment should (mostly) > >be ok. > > > >On Wed, 2007-09-19 at 16:33 -0500, B R wrote: > > > checking for BASE_DEPENDENCIES... Package glib-2.0 was not found in the > > > pkg-config search path. > > > Perhaps you should add the directory containing `glib-2.0.pc' > > > to the PKG_CONFIG_PATH environment variable > > > No package 'glib-2.0' found > > > configure: error: Package requirements (glib-2.0 >= 2.2.3) were not met: > > > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > > installed software in a non-standard prefix. > > > > > > Alternatively, you may set the environment variables > > > BASE_DEPENDENCIES_CFLAGS > > > and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config. > > > See the pkg-config man page for more details. > > > > > > > > > Couldn't find a glib package, but did notice that libgdiplus is already > > > listed as installed in Synaptic. Maybe I'm chasing after a red herring? > > > Getting a System.DLLNotFoundException:gdiplus.dll when I run a simple > > > WinForms app. > > > > > > > > > > > > > > > >From: "Maser, Dan" <[EMAIL PROTECTED]> > > > >To: "B R" <[EMAIL PROTECTED]>,<[email protected]> > > > >Subject: RE: [Mono-list] install libgdiplus? > > > >Date: Wed, 19 Sep 2007 17:14:12 -0400 > > > >MIME-Version: 1.0 > > > >Received: from inin.com ([209.43.1.24]) by > >bay0-mc4-f11.bay0.hotmail.com > > > >with Microsoft SMTPSVC(6.0.3790.2668); Wed, 19 Sep 2007 14:14:14 -0700 > > > >Received: from Unknown [172.16.1.161] by i3smtp.inin.com - SurfControl > > > >E-mail Filter (5.2.1); Wed, 19 Sep 2007 17:14:13 -0400 > > > >X-Message-Delivery: Vj0zLjQuMDt1cz0wO2k9MDtsPTA7YT0w > > > >X-Message-Info: > > > > > >JGTYoYF78jH49xRJghVcfmEYh8iR4pL0GdOB8KU6ep1sZuZ9BreAz7lZ5AawPuW2pJBUnW4JfXhFcUoymh6oFw== > > > >X-SEF-Processed: 5_0_0_910__2007_09_19_17_14_13 > > > >X-SEF-439E6655-7365-4FE1-A53E-B05742EF2C96: 1 > > > >X-MimeOLE: Produced By Microsoft Exchange V6.5 > > > >Content-class: urn:content-classes:message > > > >X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Mono-list] > >install > > > >libgdiplus? > > > >Thread-Index: Acf7AbwyyvR9qXDkTNCrcjTXB+xYKAAAB3lQ > > > >References: > > > ><[EMAIL PROTECTED]> > > > ><[EMAIL PROTECTED]> > > > >Return-Path: [EMAIL PROTECTED] > > > >X-OriginalArrivalTime: 19 Sep 2007 21:14:14.0318 (UTC) > > > >FILETIME=[07D3DCE0:01C7FB02] > > > > > > > > > > > > Maybe send the end of the text from the "./configure" then? Is > >there > > > >a "Makefile" in your directory which appears after running > > > >"./configure"? I assume not, the output below looks as tho the > > > >"./configure" process did not output a Makefile. > > > > > > > >-----Original Message----- > > > >From: B R [mailto:[EMAIL PROTECTED] > > > >Sent: Wednesday, September 19, 2007 4:12 PM > > > >To: Maser, Dan; [email protected] > > > >Subject: RE: [Mono-list] install libgdiplus? > > > > > > > >[EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ make > > > >make: *** No targets specified and no makefile found. Stop. > > > > > > > >[EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ make install > > > >make: *** No rule to make target `install'. Stop. > > > > > > > >[EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ > > > >make check > > > >make: *** No rule to make target `check'. Stop. > > > > > > > > > > > > > > > > >From: "Maser, Dan" <[EMAIL PROTECTED]> > > > > >To: "B R" <[EMAIL PROTECTED]>,<[email protected]> > > > > >Subject: RE: [Mono-list] install libgdiplus? > > > > >Date: Wed, 19 Sep 2007 17:06:50 -0400 > > > > >MIME-Version: 1.0 > > > > >Received: from inin.com ([209.43.1.24]) by > > > >bay0-mc9-f23.bay0.hotmail.com > > > > >with Microsoft SMTPSVC(6.0.3790.2668); Wed, 19 Sep 2007 14:06:52 > >-0700 > > > > >Received: from Unknown [172.16.1.161] by i3smtp.inin.com - > >SurfControl > > > > >E-mail Filter (5.2.1); Wed, 19 Sep 2007 17:06:52 -0400 > > > > >X-Message-Delivery: Vj0zLjQuMDt1cz0wO2k9MDtsPTA7YT0w > > > > >X-Message-Info: > > > > > > >JGTYoYF78jF4KkBuPcVLyNgG8JmcWdspwdQTTu3pdOzE+yAAnkcj+T4Jab14Tv7W02eIf98 > > > >/dDPvLwxT14oxeA== > > > > >X-SEF-Processed: 5_0_0_910__2007_09_19_17_06_52 > > > > >X-SEF-439E6655-7365-4FE1-A53E-B05742EF2C96: 1 > > > > >X-MimeOLE: Produced By Microsoft Exchange V6.5 > > > > >Content-class: urn:content-classes:message > > > > >X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Mono-list] > > > >install > > > > >libgdiplus? > > > > >Thread-Index: Acf7AM4qXMuQCG85SQKLGcJMLKQUgAAACfnQ > > > > >References: <[EMAIL PROTECTED]> > > > > >Return-Path: [EMAIL PROTECTED] > > > > >X-OriginalArrivalTime: 19 Sep 2007 21:06:52.0711 (UTC) > > > > >FILETIME=[009BFB70:01C7FB01] > > > > > > > > > > > > > > > It should help if you send the output of the command. > > > > > > > > > >-----Original Message----- > > > > >From: [EMAIL PROTECTED] > > > > >[mailto:[EMAIL PROTECTED] On Behalf Of B R > > > > >Sent: Wednesday, September 19, 2007 4:05 PM > > > > >To: [email protected] > > > > >Subject: [Mono-list] install libgdiplus? > > > > > > > > > >I'm having difficulties installing libgdiplus on my Ubuntu test > >system. > > > > >Per the install instructions, I first run "./configure" which seems > >to > > > > >run fine. > > > > >But it won't take any of the "make" commands. Make is installed on > >the > > > > >system and updated to the latest version. Anyone got any ideas? > >Thanks > > > > > > > > > > > > > > >_______________________________________________ > > > > >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 > > > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
