Re: [Gimp-user] Need help installing the help files

2004-12-21 Thread Owen Cook

On Wed, 22 Dec 2004, Jozsef Mak wrote:

> >
> On my system there is no /usr/local/lib/pkgconfig directory; only  
> /usr/lib/pkgconfig; but as I said, there is no gimp-2.0.pc file in that 
> directory.


Are you on Windows?


Owen

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Need help installing the help files

2004-12-21 Thread Jozsef Mak

From: Owen Cook <[EMAIL PROTECTED]>
To: Jozsef Mak <[EMAIL PROTECTED]>
CC: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Need help installing the help files
Date: Wed, 22 Dec 2004 16:00:16 +1100 (EST)
On Tue, 21 Dec 2004, Jozsef Mak wrote:
> On my system the the path is /usr/lib/pkgconfig; but in the pkgconfig
> directory there is no
> gimp-2.0.pc file anywhere.
Well what is in /usr/local/lib/pkgconfig ?
If it is there, add that to your PKG_CONFIG path
On my system there is no /usr/local/lib/pkgconfig directory; only  
/usr/lib/pkgconfig; but as I said, there is no gimp-2.0.pc file in that 
directory.




___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Need help installing the help files

2004-12-21 Thread Owen Cook

On Tue, 21 Dec 2004, Jozsef Mak wrote:

> On my system the the path is /usr/lib/pkgconfig; but in the pkgconfig 
> directory there is no
> gimp-2.0.pc file anywhere.

Well what is in /usr/local/lib/pkgconfig ?

If it is there, add that to your PKG_CONFIG path


Owen





___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Need help installing the help files

2004-12-21 Thread Jozsef Mak

From: Owen Cook <[EMAIL PROTECTED]>
To: Jozsef Mak <[EMAIL PROTECTED]>
CC: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Need help installing the help files
Date: Wed, 22 Dec 2004 14:27:32 +1100 (EST)
On Tue, 21 Dec 2004, Jozsef Mak wrote:
> I tried to install the help package on my system and i got the following
> message after running configure.
>
> checking for gimp-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
> configure: error:
> ** Couldn't find a GIMP-2.0 installation. If you want to skip this check 
and
> ** install the help files to the configured prefix, use the 
--without-gimp
> ** configure option. Note that GIMP will then only find the help files 
if it
> ** is installed in the same prefix. See the file 'INSTALL' for more 
help.
> [EMAIL PROTECTED]:/home/mak/programs/gimp-help-2-0.6 #
>
> I am not sure how to proceed.

First of all you have to find your gimp-2.0.pc file  Standard locations
may be for example;
/usr/lib/pkgconfig/gimp-2.0.pc
/usr/local/lib/pkgconfig/gimp-2.0.pc
/opt/lib/pkgconfig/gimp-2.0.pc
Once you found it, then export your PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ (correct path)
Now check it
pkg-config --modversion gimp-2.0
Then try installing your help

Hi Owen,
Thanks for the quick reply.
On my system the the path is /usr/lib/pkgconfig; but in the pkgconfig 
directory there is no
gimp-2.0.pc file anywhere.

So what should is do next?
jozsefmak
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Need help installing the help files

2004-12-21 Thread Owen Cook

On Tue, 21 Dec 2004, Jozsef Mak wrote:

> I tried to install the help package on my system and i got the following 
> message after running configure.
> 
> checking for gimp-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
> configure: error:
> ** Couldn't find a GIMP-2.0 installation. If you want to skip this check and
> ** install the help files to the configured prefix, use the --without-gimp
> ** configure option. Note that GIMP will then only find the help files if it
> ** is installed in the same prefix. See the file 'INSTALL' for more help.
> [EMAIL PROTECTED]:/home/mak/programs/gimp-help-2-0.6 #
> 
> I am not sure how to proceed.


First of all you have to find your gimp-2.0.pc file  Standard locations
may be for example;

/usr/lib/pkgconfig/gimp-2.0.pc
/usr/local/lib/pkgconfig/gimp-2.0.pc
/opt/lib/pkgconfig/gimp-2.0.pc

Once you found it, then export your PKG_CONFIG_PATH

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ (correct path)

Now check it

pkg-config --modversion gimp-2.0

Then try installing your help




Owen

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Need help installing the help files

2004-12-21 Thread Jozsef Mak
Hi,
I tried to install the help package on my system and i got the following 
message after running configure.

checking for gimp-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
configure: error:
** Couldn't find a GIMP-2.0 installation. If you want to skip this check and
** install the help files to the configured prefix, use the --without-gimp
** configure option. Note that GIMP will then only find the help files if it
** is installed in the same prefix. See the file 'INSTALL' for more help.
[EMAIL PROTECTED]:/home/mak/programs/gimp-help-2-0.6 #

I am not sure how to proceed.
jozsefmak
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] winners movie

2004-12-21 Thread Carol Spears
i learned how to encode mpg's since the contest.  anyone using gap
should note that "Master Encoder" means just that 

i finished the movie about the winners and added some additional splash
that got lost in the shuffle.

there are still some missing splash, from the days of mmmaybe.gimp.org;
apologies to these people are in order.  not only did i lose them
several times back then, i seem to have lost them for good.

i put another little treat on my web site also; a tarball of gimp image
mosaic thumbnails.  such colorful splash and so many entries, it seemed
to fit the image mosaic bill.

thanks for the fun!

the winners movie:
http://carol.gimp.org/gimp/2.2/contest/splash-winners.mpg
the image mosaic thumbnails:
http://carol.gimp.org/gimp/2.2/contest/splash-mosaic-thumbs.tar.gz

carol

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.2 compile error

2004-12-21 Thread Sven Neumann
Him

Matthew Daubenspeck <[EMAIL PROTECTED]> writes:

> I am trying to compile the new 2.2 release, and have hit a snag

http://bugzilla.gnome.org/show_bug.cgi?id=161716


Sven
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] 2.2 compile error

2004-12-21 Thread Matthew Daubenspeck
I am trying to compile the new 2.2 release, and have hit a snag:


gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/python2.3 
-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGIMP_DISABLE_DEPRECATED 
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE 
-DGTK_MULTIHEAD_SAFE -fno-strict-aliasing -march=athlon-xp -O3 -pipe 
-fomit-frame-pointer -Wall -MT procbrowser.lo -MD -MP -MF .deps/procbrowser.Tpo 
-c procbrowser.c  -fPIC -DPIC -o .libs/procbrowser.o
make[4]: Leaving directory 
`/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0'
make: *** [all] Error 2

I have had no issues compiling all of the pre-releases. Any
suggestions?
-- 
  Matthew Daubenspeck
  http://www.oddprocess.org

10:15:09 up 5 days, 22:18, 1 user, load average: 0.05, 0.08, 0.02
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user