[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Cannot find gdk-pixbuf, building gaf from source
Hi,
--- On Mon, Mar 9, 2009 at 12:38 AM, Dan McMahill <dan@xxxxxxxxxxxx> wrote:
| Take a look in config.log. Search for gdk-pixbuf. See what the
| reported error is.
\--
=== config.log ===
configure:32489: checking for GDK_PIXBUF
configure:32496: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 0.15.0"
Package gdk-pixbuf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-2.0' found
configure:32499: $? = 1
configure:32512: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 0.15.0"
Package gdk-pixbuf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-2.0' found
configure:32515: $? = 1
No package 'gdk-pixbuf-2.0' found
configure:32542: result: no
configure:32572: error: Cannot find gdk-pixbuf, please make sure it is installed
.
=== END ===
It is looking for gdk-pixbuf-2.0, while the packaged one is
/usr/lib/pkgconfig/gdk-pixbuf.pc. libgeda/configure.ac has:
=== libgeda/configure.ac ===
# Check for gdk-pixbuf
#
PKG_CHECK_MODULES(GDK_PIXBUF, [gdk-pixbuf-2.0 >= 0.15.0],
GDK_PIXBUF="yes", no_GDK_PIXBUF="yes")
=== END ===
So, should we change the configure.ac, or the package-name should be changed?
Thanks,
SK
--
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user