Re: Glib not detected

2003-07-22 Thread Murray Cumming
On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: checking for GLIB - version = 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error

Re: Glib not detected

2003-07-22 Thread Vidhya CS
Murray Cumming wrote: On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: checking for GLIB - version = 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also

Re: Glib not detected

2003-07-22 Thread Murray Cumming
On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: Murray Cumming wrote: I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google.

Re: Glib not detected

2003-07-22 Thread Vidhya CS
Murray Cumming wrote: On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: Murray Cumming wrote: I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it

gtk installation err / libjpeg ?

2003-07-22 Thread Vidhya CS
hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: ***

Re: gtk installation err / libjpeg ?

2003-07-22 Thread Olaf Frczyk
On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built

Re: gtk installation err / libjpeg ?

2003-07-22 Thread Vidhya CS
Olaf Fr±czyk wrote: On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: ***

GTK_WINDOW_POPUP assertion fails

2003-07-22 Thread Andrew Hogue
Hello - I am working with GTK 1.2.10, on Linux 2.4.18 (Red Hat 9.0). I am attempting to create a GTK window through the JNI (see code attached below), and I receive the following assertion failure during execution: (unknown:6338): Gtk-CRITICAL **: file gtkwindow.c: line 794 (gtk_window_new):

problems building gtk+2.2 on linux

2003-07-22 Thread Sagar Shah
Hi all, i am trying to build gtk+2.2,. i installed the glib 2.2 and required version of atk. i have autoconf 2.53, automake 1.5, libtool 1.4.2 and gcc 2.96. when i make the package the following errors of undefined references like. undefined reference to `g_sprintf'ndefined reference to

RE: gtk installation err / libjpeg ?

2003-07-22 Thread Timmerman, LJH
Hi Vidhya, Search at www.google.com for libjpeg-devel for the development-headers, it lists several rpms for several platforms. Kind regards, Bert Timmerman. -Original Message- From: [EMAIL PROTECTED]@CORUS On Behalf Of Vidhya CS [EMAIL PROTECTED] Sent: dinsdag 22 juli

problems installing latest version of glib...

2003-07-22 Thread Ed Hartnett
Howdy all! I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for pkg-config... /usr/bin/pkg-config

Re: problems installing latest version of glib...

2003-07-22 Thread Sven Neumann
Hi, Ed Hartnett [EMAIL PROTECTED] writes: I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for

Autoconf hello world

2003-07-22 Thread Russell Shaw
Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Autoconf hello world

2003-07-22 Thread Murray Cumming
On Tue, 2003-07-22 at 17:31, Russell Shaw wrote: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). gnome-hello (on GNOME's ftp or cvs) is meant to be a GNOME hello world, though we are struggling with it a bit this week. A GTK+

Re: Autoconf hello world

2003-07-22 Thread Russell Shaw
Russell Shaw wrote: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). Ok, i found a faq: http://www.gtk.org/faq/#AEN412 ___ gtk-list mailing list [EMAIL PROTECTED]