I've been compiling sylpheed-claws from CVS for several weeks on my SUSE 9.3 box with no issues. For the past week, it has failed to compile and gives the following error: <snip> checking for library containing encrypt... -lcrypt checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Test for GTK failed. See the file 'INSTALL' for help. I've done some upgrades via apt over the past month, so something may have happened there, but I've not been able to trace the cause of the issue. I'm hoping someone might be able to point me in the right direction as far as what to check. salamander:/home/trey # pkg-config gtk+-2.0 --cflags -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include Thanks. -- Cheers, Trey --- The beauty of the soul shines out when a man bears with composure one heavy mischance after another, not because he does not feel them, but because he is a man of high and heroic temper. - Aristotle 11:21am up 3 days 3:20, 3 users, load average: 0.20, 0.26, 0.23 Linux salamander 2.6.11.4-21.7-default #1 Thu Jun 2 14:23:14 UTC 2005 i686 i686 i386 GNU/Linux
Trey Sizemore wrote:
I've been compiling sylpheed-claws from CVS for several weeks on my SUSE 9.3 box with no issues. For the past week, it has failed to compile and gives the following error:
<snip> checking for library containing encrypt... -lcrypt checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Test for GTK failed. See the file 'INSTALL' for help.
I've done some upgrades via apt over the past month, so something may have happened there, but I've not been able to trace the cause of the issue. I'm hoping someone might be able to point me in the right direction as far as what to check.
salamander:/home/trey # pkg-config gtk+-2.0 --cflags -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
Thanks.
Check gtk2-devel is installed. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
On Fri, 2005-07-01 at 22:11 +0100, Sid Boyce wrote:
Trey Sizemore wrote:
I've been compiling sylpheed-claws from CVS for several weeks on my SUSE 9.3 box with no issues. For the past week, it has failed to compile and gives the following error:
<snip> checking for library containing encrypt... -lcrypt checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Test for GTK failed. See the file 'INSTALL' for help.
I've done some upgrades via apt over the past month, so something may have happened there, but I've not been able to trace the cause of the issue. I'm hoping someone might be able to point me in the right direction as far as what to check.
salamander:/home/trey # pkg-config gtk+-2.0 --cflags -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
Thanks.
Check gtk2-devel is installed. Regards Sid.
Yes, it's installed: salamander:/home/trey # rpm -qa | grep gtk2 gtk2-themes-0.1-637 gtk2_prefs-0.3.2-1.guru.suse93 gtk2-engines-2.6.2-4 gtk2-devel-2.6.4-6 gtk2-clearlooks-0.6-1.guru.suse93 libswt3-gtk2-3.0.1-3 eclipse-gtk2-3.0.1-3 gtk2-themes-rpanther2-20040808-1suse93 gtk2-doc-2.6.4-6 gtk2-2.6.4-6 gtk2-themes-ale-panther-1.0-1.guru.suse93 -- Cheers, Trey --- "There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable. There is another which states that this has already happened." -- Douglas Adams 6:34pm up 3 days 10:33, 4 users, load average: 1.43, 1.07, 0.55 Linux salamander 2.6.11.4-21.7-default #1 Thu Jun 2 14:23:14 UTC 2005 i686 i686 i386 GNU/Linux
Trey Sizemore wrote:
On Fri, 2005-07-01 at 22:11 +0100, Sid Boyce wrote:
Trey Sizemore wrote:
I've been compiling sylpheed-claws from CVS for several weeks on my SUSE 9.3 box with no issues. For the past week, it has failed to compile and gives the following error:
<snip> checking for library containing encrypt... -lcrypt checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Test for GTK failed. See the file 'INSTALL' for help.
I've done some upgrades via apt over the past month, so something may have happened there, but I've not been able to trace the cause of the issue. I'm hoping someone might be able to point me in the right direction as far as what to check.
salamander:/home/trey # pkg-config gtk+-2.0 --cflags -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
Thanks.
Check gtk2-devel is installed. Regards Sid.
Yes, it's installed:
salamander:/home/trey # rpm -qa | grep gtk2 gtk2-themes-0.1-637 gtk2_prefs-0.3.2-1.guru.suse93 gtk2-engines-2.6.2-4 gtk2-devel-2.6.4-6 gtk2-clearlooks-0.6-1.guru.suse93 libswt3-gtk2-3.0.1-3 eclipse-gtk2-3.0.1-3 gtk2-themes-rpanther2-20040808-1suse93 gtk2-doc-2.6.4-6 gtk2-2.6.4-6 gtk2-themes-ale-panther-1.0-1.guru.suse93
# rpm -qa|grep gtk2 gtk2-themes-0.1-637 gtk2-devel-2.6.4-6 gtk2-engines-2.6.2-4 gtk2-doc-2.6.4-6 eclipse-gtk2-3.0.1-3 gtk2-2.6.4-6 libswt3-gtk2-3.0.1-3 sylpheed-claws-1.9.12cvs10 latest snapshot downloaded a few minutes ago after this error -- # cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sylpheed-claws login Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/sylpheed-claws CVS password: cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: cvs pserver: cannot read /cvsroot/sylpheed-claws/CVSROOT/config: Input/output error # ./configure checking OPENSSL_LIBS... -lssl -lcrypto -ldl checking for library containing encrypt... -lcrypt checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... yes (version 2.6.4) <STUFF OMITTED> sylpheed-claws 1.9.12cvs10 JPilot : no LDAP : no OpenSSL : yes iconv : yes compface : no IPv6 : yes GNU/aspell : no Crash dialog : no Plugins : clamav dillo-viewer pgpmime trayicon Config dir : .sylpheed-gtk2 The binary will be installed in /usr/local/bin Configure finished, type 'make' to build. This is on 9.3 x86. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Friday 2005-07-01 at 18:34 -0400, Trey Sizemore wrote:
Check gtk2-devel is installed. Regards
Yes, it's installed:
Perhaps there is more info in the config.log file. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFCxdLKtTMYHG2NR9URAmg7AJ49ESLlQ9HGr+O/0ZdINYr4jhL9yQCfYOjH wikVn20OBGK2mH0btawnigo= =YchQ -----END PGP SIGNATURE-----
participants (3)
-
Carlos E. R.
-
Sid Boyce
-
Trey Sizemore