RE: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Sylvain Jaume
help. Sylvain From: David L. Cooper II cooperdl worldnet att net To: Tony Denault denault hawaii edu, gtk-list gnome org Subject: RE: can't install gtk2.0 on solaris 2.8 Date: Mon, 25 Mar 2002 20:40:12 -0500 I had

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Valdis . Kletnieks
On Wed, 06 Nov 2002 20:53:05 +0100, Sylvain Jaume said: checking for GLIB - version = 2.0.0... sh: gnome-config: not found sh: gnome-config: not found Why? Should it have been found on your $PATH? What does $PATH have in it, and where is gnome-config? Did you check if it's executable? ***

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Sylvain Jaume
Hi Valdis, I don't have gnome-config on my computer. It's not in my path. I wrote in .cshrc: set path = (.\ /export/home/jaume \ /export/home/jaume/glib/bin \ /export/home/jaume/pkgconfig/bin \ /export/home/jaume/libiconv/bin \

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Sylvain Jaume
Actually, the first error I found in config.log was: In file included from configure:10177: /usr/local/include/glib.h:66: glibconfig.h: No such file or directory Indeed ls /usr/local/include/glib* only give /usr/local/include/glib.h So I changed the #include glib to #include

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Valdis . Kletnieks
On Wed, 06 Nov 2002 21:24:34 +0100, Sylvain Jaume said: Actually, the first error I found in config.log was: In file included from configure:10177: /usr/local/include/glib.h:66: glibconfig.h: No such file or directory OK... Now go back and re-check your glib installation, and find out why only

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Amir 'CG' Caspi
On Wed, 6 Nov 2002, Sylvain Jaume wrote: In file included from configure:10177: /usr/local/include/glib.h:66: glibconfig.h: No such file or directory You need to include glib in your PKG_CONFIG_PATH (and possibly in your LD_LIBRARY_PATH as well). Add path to glib/lib/pkgconfig to your

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Owen Taylor
Sylvain Jaume [EMAIL PROTECTED] writes: Hi all, I've got a similar problem compiling pango, since ./configure shows: checking for GLIB - version = 2.0.0... sh: gnome-config: not found Below is every step I did. I compiled pkg-config-0.12.0, and glib-2.0.7 on Solaris using configure:

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Sylvain Jaume
Dear Owen, Amir, and Valdis, I tried to do what you told me: in .cshrc: setenv PKG_CONFIG_PATH /export/home/jaume/build/lib/pkgconfig set path = (.\ /export/home/jaume \ /export/home/jaume/build/bin \ [...] set LD_LIBRARY_PATH = (. \

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Sylvain Jaume
OK... Now go back and re-check your glib installation, and find out why only glib.h got installed. I re-installed glib. Also, you might want to see if glib-config works - I would have expected that to add some flags: configure:10016: checking for GLIB - version = 2.0.0

can't install gtk2.0 on solaris 2.8

2002-03-25 Thread Tony Denault
Hello, Having problems installing on solaris 2.8/gcc2.95.3. I have gtk 1.2.10 install on my computer, and wanted to start using gtk 2.0. The installation didn't work. First, I installed all the dependencies libs: pkg-config, TIFF, libpng, JPEG. This was OK. But once I got to the GTK specific

Re: can't install gtk2.0 on solaris 2.8

2002-03-25 Thread Dave Reed
From: Tony Denault [EMAIL PROTECTED] Hello, Having problems installing on solaris 2.8/gcc2.95.3. I have gtk 1.2.10 install on my computer, and wanted to start using gtk 2.0. The installation didn't work. First, I installed all the dependencies libs: pkg-config, TIFF, libpng, JPEG.

RE: can't install gtk2.0 on solaris 2.8

2002-03-25 Thread David L. Cooper II
. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Denault Sent: Monday, March 25, 2002 3:39 PM To: [EMAIL PROTECTED] Subject: can't install gtk2.0 on solaris 2.8 Hello, Having problems installing on solaris 2.8/gcc2.95.3. I have gtk