Re: problems compiling gdk-pixbuf 0.18 w/Gnome2

"Anthony R. Mattke" <[email protected]> Thu, 22 Aug 2002 14:52:55 -0400
Newsgroups gmane.comp.gnome.release.2-0
Message-ID <[email protected]>
Like I said, I understand this well and good, but for backwards 
compatability, IE programs that want to use GTK1.2, what am i supposed 
to do.

ie..
tonhe@hiku:/server/home/tonhe/xcdroast-0.98alpha10$ make
cc -Wall `gtk-config --cflags` `gdk-pixbuf-config --cflags` 
-DPRE_PREFIX="\"/usr/local\"" 
-DPRE_LIBDIR="\"/usr/local/lib/xcdroast-0.98\"" 
-DCDRTOOLS_PREFIX="\"/usr/local\"" -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DUSE_LARGEFILES -c main.c
/bin/sh: gdk-pixbuf-config: command not found
main.c:14: gdk-pixbuf/gdk-pixbuf.h: No such file or directory

tonhe@hiku:/server/home/tonhe/xcdroast-0.98alpha10$ find / | grep 
gdk-pixbuf.h | less

And nothing is found... and yet..
root@hiku:~# ldconfig -v |grep gdk
	libgdk_imlib.so.1 -> libgdk_imlib.so.1.9.10
	libgdk-1.2.so.0 -> libgdk-1.2.so.0.9.1
	libgdkcardimage.so.0 -> libgdkcardimage.so.0.0.0
	libgdk_pixbuf_xlib-2.0.so.0 -> libgdk_pixbuf_xlib-2.0.so.0.0.6
	libgdk-x11-2.0.so.0 -> libgdk-x11-2.0.so.0.0.6
	libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.0.6

James Willcox wrote:
> Hi,
> 
> gdk-pixbuf is part of gtk 2.0 now.  Any of the released tarballs for
> gdk-pixbuf are for gtk 1.2.
> 
> Thanks,
> James
>