On Sat, 2004-01-31 at 02:09, sime wrote:
> checking for gimp-2.0 gimpui-2.0 gimpthumb-2.0... Package gimp-2.0 was 
> not found in the pkg-config search path.
> Perhaps you should add the directory containing `gimp-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gimp-2.0' found

...and did you try the above?

Most likely you installed gimp-2.0pre2 in prefix /usr/local (default).

If that is the case you need to do the following:

        export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
        ./configure

followed by:

        make
        su -c "make install"

or similar.

Sincerely,
./Brix
-- 
Henrik Brix Andersen <[EMAIL PROTECTED]>

_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to