Re: [Gimp-user] installing gimp-gap 1.3.25

2004-02-01 Thread Henrik Brix Andersen
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


Re: [Gimp-user] Re: installing gimp-gap 1.3.25

2004-02-01 Thread Owen
On Sun, 01 Feb 2004 23:10:18 +1100
sime [EMAIL PROTECTED] wrote:

  export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
 
 Bingo! That did it.


Alternatively 

cp /usr/local/lib/pkgconfig/whatever.pc /usr/lib/pkgconfig/

which fixed all my config failures

-- 
Owen

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


Re: [Gimp-user] Re: installing gimp-gap 1.3.25

2004-02-01 Thread Malcolm Tredinnick
On Mon, 2004-02-02 at 16:41, Owen wrote:
 On Sun, 01 Feb 2004 23:10:18 +1100
 sime [EMAIL PROTECTED] wrote:
 
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
  
  Bingo! That did it.
 
 
 Alternatively 
 
 cp /usr/local/lib/pkgconfig/whatever.pc /usr/lib/pkgconfig/
 
 which fixed all my config failures

And runs the risk of polluting your system files with locally installed
junk. If you are installing a package under /usr/local, then you should
keep all of its stuff under /usr/local so that it can be easily removed
and stays out of the way of system (distribution) packages.

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