LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with Gimp 2.0 [compiling] (https://www.linuxquestions.org/questions/linux-software-2/problem-with-gimp-2-0-%5Bcompiling%5D-169079/)

Tsukasa 04-12-2004 06:19 AM

Problem with Gimp 2.0 [compiling]
 
I tried to compile Gimp-2.0, but I got errors with files which called 'gdk-pixbuf-csource'.

Code:

checking for gdk-pixbuf-2.0 >= 2.2.2... yes
checking GDK_PIXBUF_CFLAGS... -I/usr/etc/pango/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GDK_PIXBUF_LIBS... -Wl,--export-dynamic -L/usr/etc/pango/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gdk-pixbuf-csource... no
configure: error: Could not find gdk-pixbuf-csource in your PATH

I tried to copy files from Gimp directory to /usr/etc/pango/bin and I wrote

Code:

export GDK_PIXBUF_LIBS="-L/usr/etc/pango/bin/"


All times are GMT -5. The time now is 03:19 PM.