GLib 2.12.11

2007-03-08 Thread Matthias Clasen
GLib 2.12.11 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.12/ http://download.gnome.org/sources/glib/2.12/ glib-2.12.11.tar.bz2 md5sum: 077a9917b673a9a0bc63f351786dde24 glib-2.12.11.tar.gzmd5sum: 4432981de51c593ec5449c4bf36fae7d This is a followup release to remove left

RE: Link errors building gdk-pixbuf under CygWin

2007-03-08 Thread Tor Lillqvist
Ian Puleston writes: > I started with your suggestion from the README.win32 on what to > pass to configure. Hmm, yes, I guess that file could do with some editing. > So the "-L/target/lib" must be a hold-over from the first configure run. > Probably I should clean everything and start again.

RE: Link errors building gdk-pixbuf under CygWin

2007-03-08 Thread Ian Puleston
> -Original Message- > From: Tor Lillqvist [mailto:[EMAIL PROTECTED]: > > Are you tring to build a Cygwin version of GTK+ (one that uses the > Cygwin runtime), or a native Win32 GTK+ (that uses just the Microsoft > C runtime and the Win32 system libraries)? > > For the latter, you could b

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
On 3/8/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > On Thu, Mar 08, 2007 at 03:58:21PM -0600, ying lcs wrote: > > > > Let's say I did the step above and install my program correctly. > > > > Will the binary of my program (a program build in RHEL4 with > > 'gtk2-devel') run on a Red Hat Enter

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
On Thu, Mar 08, 2007 at 03:58:21PM -0600, ying lcs wrote: > > Let's say I did the step above and install my program correctly. > > Will the binary of my program (a program build in RHEL4 with > 'gtk2-devel') run on a Red Hat Enterprise Linux 4 without > 'gtk2-devel'? Yes, it will[*]. Devel mean

Re: Link errors building gdk-pixbuf under CygWin

2007-03-08 Thread Tor Lillqvist
Ian Puleston writes: > I'm trying to build the WIN32 version of GTK 2.10.9 (actually just the GDK > library) in Windows using CygWin Are you tring to build a Cygwin version of GTK+ (one that uses the Cygwin runtime), or a native Win32 GTK+ (that uses just the Microsoft C runtime and the Win32 sy

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
On 3/8/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > > Hopefully you mean RedHat Enhanced Linux 4 (AKA RHEL4), not > the ancient RedHat Linux 4... > > On Thu, Mar 08, 2007 at 02:33:44PM -0600, ying lcs wrote: > > Hi, I have set my PKG_CONFIG_PATH as follow: > > > > # echo $PKG_CONFIG_PATH > >

Link errors building gdk-pixbuf under CygWin

2007-03-08 Thread Ian Puleston
Hi, I'm trying to build the WIN32 version of GTK 2.10.9 (actually just the GDK library) in Windows using CygWin (the latest) and after many hurdles I've got to the point that gdk-pixbuf is compiling, but then failing to link with the errors listed below - undefined references to __imp__libintl_dge

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
On Thu, Mar 08, 2007 at 09:53:51PM +0100, David Nečas (Yeti) wrote: > > RedHat Enhanced Linux 4 (AKA RHEL4) s/Enhanced/Enterprise/ Yeti ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
Hopefully you mean RedHat Enhanced Linux 4 (AKA RHEL4), not the ancient RedHat Linux 4... On Thu, Mar 08, 2007 at 02:33:44PM -0600, ying lcs wrote: > Hi, I have set my PKG_CONFIG_PATH as follow: > > # echo $PKG_CONFIG_PATH > /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig/:/usr/share/pkgconf

Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
Hi, I have set my PKG_CONFIG_PATH as follow: # echo $PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig/:/usr/share/pkgconfig But when I try to run 'configure' for a program, it can't find gtk+-2.0.pc. Can you please tell me what should I set the PKG_CONFIG_PATH to be for this to