[Gimp-user] RPms of Gimp 2.0

2004-03-22 Thread Tom Cole
Hi there,

Currently using 1.2.5 but I really want to use the new GIMP.

The only problem is that I tried compiling the source and got stuck in 
dependency hell. Downloaded the installation document and used that to grab 
other components but I have still had no joy.

Does anyone know if any RPMs exist for Gimp 2.0 yet anywhere? I'm using 
Mandrake 9.2 and possibly looking to upgrade to Mandrake 10 in the near 
future, unless it stops me from having an RPM of Gimp 2.0.

Many thanks,

Tom

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


Fwd: Re: [Gimp-user] Still problems with compiling GIMP 2.0 on ML9.2

2004-03-27 Thread Tom Cole

---BeginMessage---
Aha! But after DJ's useful input on installing the gtk-x-devel package in 
order to get GTK to compile properly, I have since to go on and compile a 
brand new shiny GIMP 2.0.

For those who haven't had the same problems, I'm sorry, but in the interests 
of others who might have the same problems, I'm going to post what I've done 
here.

I was having trouble have GTK compile and install so that I could then do the 
same with GIMP 2.0. As a non-programmer, I didn't know that you needed the 
development packages (those with the headers and object files) for the 
package you want to compile AS WELL AS the download that you get from the GTK 
or GNU ftp server etc.

Since DJ (by the way, you the man. You've saved me a lot of hair pulling!) 
told me to install the 'GTK devel' package to resolve above problem, I've 
been doing the same with all the other problems that I've been having. And in 
every case it's all worked out okay.

In your case, my personal experience with urpmi has been that it doesn't work 
properly, and therefore I've just resorted to recompiling everything or using 
the Mandrake package installer to install 'devel' packages. Do a search for 
libexif in the package installer (from the menu, 
ConfigurationPackagingInstall Software) and install anything you find with 
libexif and devel in the title and the dependencies that come up. The next 
time you ./configure, you should find that this part of the process is okay 
now.

However, if you look through the output of the ./configure script, you will 
find several WARNING: labels where non-essential things are missing. But some 
of these non-essential things are actually quite essential to you, like the 
modules to let you print, use .tiff formats etc. Here's the modules that I 
had missing in Mandrake 9.2:

libexif
librsvg
libgimpprint 4.2.6 (4.2.5 is installed as standard in Mandrake 9.2, and GIMP 
2.0 predicts some problems with certain locales and printing with this 
version. Better to upgrade now rather than have other problems later I'd say)
libwmf
lcms
gtkhtml

With all these, do what I said earlier. Search for them in the package 
installer and then install any packages that contain the search term and 
'devel' in the title.

With libgimpprint you will have to go to the web page to download the latest 
version as source code. Here's the address 
http://prdownloads.sourceforge.net/gimp-print/gimp-print-4.2.6.tar.gz?download.
Choose your mirror.

Before you configure, make and make install it, use the package manager to 
REMOVE libgimpprint 4.2.5. If you don't it will stop the .configure script 
for gimp-2.0 because it will find libgimpprint files clashing with each 
other. I don't know why, it just does!

Then ./configure, make and make install libgimpprint 4.2.6. Should be fine. If 
you've gone through the list at the top then everything should be ready to 
./configure, make and make install GIMP 2.0.

This is the first time I've ever compiled a package. I think I could have 
chosen an easier one to start with, but then this is how you learn with 
computers, so be it.

Anymore problems or questions then email me off list. Apologies to those who 
aren't interested in this long email, but at least it will now be archived 
for someone else to find.

Tom



On Saturday 27 Mar 2004 12:08 am, Kyle Hamar wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Friday 26 March 2004 02:52 pm, dj wrote:
  Install the gtk2.2[whatever]-devel package.  All
  should be well after that.
 
  dj
 
  --- Tom Cole [EMAIL PROTECTED] wrote:
   I'm still trying to install GIMP 2.0 on Mandrake
   9.2.
  
   Making no headway at all.

 I too have been attempting this compile under ML9.2 without success. The
 first

 significant not found in config.log is:
  configure:30573: WARNING: libexif not found!
  EXIF support will not be built into the JPEG plug-in.
  libexif is available from http://www.sourceforge.net/projects/libexif

 Oddly enough when I attempt to install libexif, it is found:
  [EMAIL PROTECTED] khamar]# urpmi libexif
  medium contrib uses an invalid list file:
mirror is probably not up-to-date, trying to use alternate method
  Everything already installed
  [EMAIL PROTECTED] khamar]#

 The invalid list file message is a known bug that is usually just
 ignored.

 So if everything is already installed why is libexif not found?

 I have carefully installed everything listed as required at gimp.org but
 have not overcome the errors in configure. BTW, ./configure completes
 normall and does not shell out with excessive errors. Any attempt to
 make however results in failure.

 Config.log has more errors as well. Here is the next one:
  configure:30626: gcc -o conftest -g -O2 -Wall   conftest.c -laa   5
  /usr/bin/ld: cannot find -laa
  collect2: ld returned 1 exit status
  configure:30632: $? = 1
 
  configure: failed program was:
  | /* confdefs.h.  */
 
  ...

 Kyle
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3

[Gimp-user] Font recognition errors in Gimp 2.0

2004-03-30 Thread Tom Cole
Hi,

I really like using the Aqua-pill plugin to make aqua buttons for web sites. 
But when I use some of the fonts I get an error message like this:

Error while executing
(script-fu-aqua-pill-button Distribution 50 Embargo '(0 0 0) '(0 127 255) 
10 10 1 1 TRUE TRUE TRUE)
ERROR: unbound variable (errobj RGBA_IMAGE)

What does this mean, and how can I get all the fonts to be recognised and 
work?

This is in GIMP 2.0

Cheers

Tom

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


[Gimp-user] Perl and Python problems, and STILL font problems.

2004-03-30 Thread Tom Cole
Okay,

it's all gone pear-shaped now. Several of my perl scripts are not working in 
either 1.2.5 or 2.0 now, some aren't even being detected whilst others are. 
They are all in the same location.

I've got perl and python programs in /plug-ins
I've got .scm files in /scripts

Is this right? They're all in my hidden gimp directory in my home directory.

GIMP is also hanging on some Python scripts when loading. this is getting 
really annoying. And I still have no fonts.

Any ideas?

Tom

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


[Gimp-user] Scheme in Gimp 2.0

2004-03-31 Thread Tom Cole
I have tried to use a script that I used to use in Gimp 1.2.5 called 'Aqua 
Pill' (available from the gug.sunsite.dk website in the script gallery). All 
my other scripts seem to have made the leap to Gimp 2.0, as one would expect, 
apart from this one. The error message reads:

Error while executing
(script-fu-aqua-pill-button Click Me! 50 
-*-tekton-*-r-*-*-24-*-*-*-p-*-*-* '(0 0 0) '(255 0 0) 10 10 1 1 TRUE TRUE 
TRUE)
ERROR: unbound variable (errobj gimp-channel-ops-offset)

What does this mean?

Thanks 

Tom

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


Re: [Gimp-user] Adjustment-layers in GIMP?

2004-04-02 Thread Tom Cole
Good point.

I was also wondering if and when we might get 'embedded layers' as well.

Tom

On Friday 02 Apr 2004 12:03 am, Baard Ove Kopperud wrote:
 I must shamefully admit that I have yet to try GIMP 2.0, so
 if adjustments-layers is part of it, then I appolegize for
 post.

 +++

 I've been using both PhotoShop and GIMP for some time, and
 one of the few things from PS I really *miss* in GIMP is
 the ability to make adjustment-layers -- i.e. layers that
 contains *only* adjustments (curves, levels, hue-sat., color
 balance) and not any picture... however, when you look at
 underlaying layers through it, they are as if you'd applied
 those adjustments to them.  Adjustment-layers makes it
 very easy to test out the result of multiple adjustments,
 as you can make several adjustment-layers and turn one or
 more of the visible -- thus applying that/those adjustments
 to the picture.

 I was therefor wondering if GIMP has such fuctionality --
 either buildt-in or through plug-ins (and it's just me who
 haven't found it), if it's just been introduced (with 2.0), if
 it's something that's being worked on, or if it for some
 reason can't or won't be added... ever.

 -Koppe

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