Re: [Gimp-user] redeye

2006-04-16 Thread Arnd Baecker
Hi,

On Sun, 16 Apr 2006, SnapafunFrank wrote:

> As a newbie user yet to actually use gimp for stuff more than resizing
> or adding text, I tried to install the plugin 'redeye.c'

As usual these messages are a little hard to parse when one encounters
them first time. The important thing is to look for the very first error:

> [EMAIL PROTECTED] Gimp]$ gimptool-2.0 --install redeye.c
> /usr/bin/install -c -d /home/frank/.gimp-2.2/plug-ins
> gcc -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro
> -ffast-math -Wall -I/usr/include/gimp-2.0 -DXTHREADS -D_REENTRANT
> -DXUSE_MTSAFE_API -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/freetype2/freetype2
> -I/usr/include/freetype2/freetype2/config -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -o /home/frank/.gimp-2.2/plug-ins/redeye
> redeye.c -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0
> -lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0 -lgtk-x11-2.0
> -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
> -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> redeye.c:79:26: libgimp/gimp.h: No such file or directory
> redeye.c:80:28: libgimp/gimpui.h: No such file or directory

You will need to install the header files for libgimp.
E.g., for debian sarge these are in  `libgimp2.0-dev`

[... all the rest are follow-up errors ...]

HTH, Arnd
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] redeye

2006-04-16 Thread Rikard Johnels
On Sunday 16 April 2006 13:39, SnapafunFrank wrote:
> redeye.c:79:26: libgimp/gimp.h: No such file or directory
> redeye.c:80:28: libgimp/gimpui.h: No such file or directory

Have you installed the development libs (libgimp) for gimp?


-- 
         /Rikard

-
email   : [EMAIL PROTECTED]
web     : http://www.rikjoh.com
mob:: +46 (0)763 19 76 25
 Public PGP fingerprint 
< 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78  46 1C EE 56 >


pgpazFXco3N0b.pgp
Description: PGP signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] redeye

2006-04-16 Thread SnapafunFrank
As a newbie user yet to actually use gimp for stuff more than resizing 
or adding text, I tried to install the plugin 'redeye.c'


[EMAIL PROTECTED] Gimp]$ gimptool-2.0 --install redeye.c
/usr/bin/install -c -d /home/frank/.gimp-2.2/plug-ins
gcc -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro 
-ffast-math -Wall -I/usr/include/gimp-2.0 -DXTHREADS -D_REENTRANT 
-DXUSE_MTSAFE_API -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/freetype2/freetype2 
-I/usr/include/freetype2/freetype2/config -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -o /home/frank/.gimp-2.2/plug-ins/redeye 
redeye.c -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 
-lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0

redeye.c:79:26: libgimp/gimp.h: No such file or directory
redeye.c:80:28: libgimp/gimpui.h: No such file or directory
redeye.c:93: warning: type defaults to `int' in declaration of `gchar'
redeye.c:93: error: syntax error before '*' token
redeye.c:99: error: syntax error before '*' token
redeye.c:114: error: syntax error before "PLUG_IN_INFO"
redeye.c:114: warning: type defaults to `int' in declaration of 
`PLUG_IN_INFO'
redeye.c:116: warning: initialization makes integer from pointer without 
a cast

redeye.c:117: warning: excess elements in scalar initializer
redeye.c:117: warning: (near initialization for `PLUG_IN_INFO')
redeye.c:118: warning: excess elements in scalar initializer
redeye.c:118: warning: (near initialization for `PLUG_IN_INFO')
redeye.c:119: warning: excess elements in scalar initializer
redeye.c:119: warning: (near initialization for `PLUG_IN_INFO')
redeye.c:120: warning: data definition has no type or storage class
redeye.c:125: warning: return type defaults to `int'
redeye.c: In function `MAIN':
redeye.c:127: error: storage class specified for parameter `query'
redeye.c:127: error: syntax error before '{' token
redeye.c:260: error: parameter `__result' is initialized
redeye.c:260: error: `name' undeclared (first use in this function)
redeye.c:260: error: (Each undeclared identifier is reported only once
redeye.c:260: error: for each function it appears in.)
redeye.c:260: confused by earlier errors, bailing out
[EMAIL PROTECTED] Gimp]$

Any suggestions anyone?

--
Newbie Seeking USER_FUNCTIONALITY always!

Regards

SnapafunFrank

Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213  [ http://counter.li.org/ ]

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Redeye remover install on Gimp 2.0.4

2004-08-22 Thread Alf C Stockton
I have downloaded redeye.c: redeye remover plugin code but cannot find how to 
install it on Gimp 2.0.4. Please help.

---
Regards,
Alf Stocktonwww.stockton.co.za
Predestination was doomed from the start.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] redeye plug-in tests

2003-06-15 Thread Carol Spears

i was pointed at two plug-ins earlier today.  truthfully, i only read
the scripts.  i don't have any images with redeye problems right now, so
i was wondering if someone could run both of them on the same image and
put them on the wiki, so we can compare.

thanks, 
carol

-- 
The sooner you fall behind, the more time you have to catch up.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user