Re: GTK+-1.3.3 Release



On Wed, 4 Apr 2001, Tim Janik wrote:

> 
> GTK+-1.3.3 has been released. This is a preview release of the
> unstable branch of GTK+ and is meant for:
> 
>  * Those interested in the development of GTK+. 
>  * People planning to port to the upcoming GTK+-2.0 version of GTK+.
>    Note: this is a tentative API-freeze release, major API changes
>    beyond the remaining open '2.0 API freeze' bugs in bugzilla are
>    unlikely to occour before GTK+-2.0 is released.
> 
> GTK+ is a widget toolkit for X and other windowing systems. It 
> is used in such projects as the GIMP and GNOME. For more information
> about GTK+, see http://www.gtk.org
> 
> 
> GTK+-1.3.3 is available for download from:
>  
>  ftp://ftp.gtk.org/pub/gtk/v1.3/gtk+-1.3.3.tar.gz

I can't build this Gtk+ without changing the configure script manually.

During configure i get:

checking for GLIB - version >= 1.3.2... checking for
pkg-config... (cached) /opt/devel_fb/bin/pkg-config
Package --cflags was not found in the pkg-config search path.
Perhaps you should add the directory containing `--cflags.pc'
to the PKG_CONFIG_PATH environment variable
Unknown package '--cflags'
Package --libs was not found in the pkg-config search path.
Perhaps you should add the directory containing `--libs.pc'
to the PKG_CONFIG_PATH environment variable
Unknown package '--libs'
no
*** Could not run GLIB 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 GLIB was incorrectly
installed
*** or that you have moved GLIB since it was installed. In the latter
case, you
*** may want to edit the pkg-config script: /opt/devel_fb/bin/pkg-config
configure: error: 
*** GLIB 1.3.2 or better is required. The latest version of 
*** GLIB is always available from ftp://ftp.gtk.org/.

This seems to come from having the parameters of pkg-config in the wrong
order:
[alex localhost gtk+]$ pkg-config glib-2.0 --libs
Package --libs was not found in the pkg-config search path.
Perhaps you should add the directory containing `--libs.pc'
to the PKG_CONFIG_PATH environment variable
Unknown package '--libs'
[alex localhost gtk+]$ pkg-config --libs glib-2.0
 -L/opt/devel_fb/lib -lglib-1.3  

I chatted with tim on irc about this, and it seemed like he had another
version of pkg-config 0.5.0 which handled this correctly (same version
number but different archive size), but I've been unable to locate this
pkg-config version.

/ Alex






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]