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

Re: gEDA-user: followup on gerbv on gentoo



On Sat, 29 Jan 2005 11:19:57 -0800 (PST), Kenneth Long
<kelong_2000@xxxxxxxxx> wrote:
> I'm wondering if I need to define a environment
> variable for GDK_PIXBUF? I have this on my machine:
> 
>  bash-2.05b# find / -name gdk-pixbuf -print
>  /usr/share/gtk-doc/html/gdk-pixbuf
>  /usr/include/gtk-2.0/gdk-pixbuf
>  /usr/portage/media-libs/gdk-pixbuf
> 
> just doing ./configure has this entry: in the log:
> 
>  checking for GTK - version >= 1.2.3... yes

gdk-pixbuf for GTK+ 1.2 and gdk-pixbuf for GTK+ 2.x do not overlap.
You can have both installed. However...

> running ./configure --enable-gtk2  has this in the
> Makefile:  Is this good enough?

... since you have gtk2 (with its included gdk-pixbuf) and only the
base portion of GTK+ 1.2 (i.e. not including the corresponding
gdk-pixbuf), you will either need to stick with --enable-gtk2, or
install the old gdk-pixbuf.

By visual inspection alone, it's hard to say whether a given Makefile
will work. What happens when you build from that configuration?

-- 
- Charles Lepple