Re: [Gimp-developer] about gimp zoom preview new

2007-03-13 Thread Sven Neumann
Hi, On Mon, 2007-03-12 at 19:36 -0300, Luis A. Florit wrote: I am doing something wrong... I tried with this command: export PKG_CONFIG_PATH=/opt/gimp/lib/pkgconfig ; /opt/gimp/bin/gimp-2.3 and I still having the same error. Are you actually using the LD_LIBRARY_PATH environment

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Luis A. Florit
On Mon, 12 Mar 2007 15:22:49 +0100, Luis A. Florit [EMAIL PROTECTED] wrote: (gimp-2.3:21083): Gimp-Plug-In-WARNING **: gimp-2.3: plug_in_flush(): error: Broken pipe This is nothing to do with the zoom preview mate, you've got a blocked toilet!! I should call out a plumber, this

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Luis A. Florit
Hi, On Mon, 2007-03-12 at 11:22 -0300, Luis A. Florit wrote: I added a line 'gimp_zoom_preview_new (drawable);' that I got from http://developer.gimp.org/api/2.0/libgimp/GimpZoomPreview.html The plugin complies just fine, but when trying to run it in gimp 2.3.15 the plugin crashes

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Sven Neumann
Hi, On Mon, 2007-03-12 at 19:11 -0300, Luis A. Florit wrote: I compiled gimp with './configure --prefix=/opt/gimp' for it not to touch my stable gimp 2.2 RPM install. I am compiling the plug-in with /opt/gimp/bin/gimptool-2.0 --install plugin You will probably have to set

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Sven Neumann
Hi, On Mon, 2007-03-12 at 23:13 +0100, Sven Neumann wrote: You will probably have to set PKG_CONFIG_PATH to get this right. Thinking about it, perhaps gimptool-2.0 should do this for you. We could add something like PKG_CONFIG_PATH=$libdir/pkgconfig:$PKG_CONFIG_PATH to gimptool-2.0.in.

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Luis A. Florit
Hi Sven, On Mon, 2007-03-12 at 19:11 -0300, Luis A. Florit wrote: I compiled gimp with './configure --prefix=/opt/gimp' for it not to touch my stable gimp 2.2 RPM install. I am compiling the plug-in with /opt/gimp/bin/gimptool-2.0 --install plugin You will probably have to set

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Ori Bernstein
On Mon, 12 Mar 2007 19:36:42 -0300, Luis A. Florit [EMAIL PROTECTED] said: I am doing something wrong... I tried with this command: Yes, yes you are. export PKG_CONFIG_PATH=/opt/gimp/lib/pkgconfig ; /opt/gimp/bin/gimp-2.3 and I still having the same error. PKG_CONFIG_PATH only affects

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Luis A. Florit
gg, I didn't get your joke at a first sight. English is not my language... BTW, it was funny. :) L. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] about gimp zoom preview new

2007-03-12 Thread Luis A. Florit
Hi Ori, * El 12/03/07 a las 19:55, Ori Bernstein chamullaba: On Mon, 12 Mar 2007 19:36:42 -0300, Luis A. Florit [EMAIL PROTECTED] said: I am doing something wrong... I tried with this command: Yes, yes you are. export PKG_CONFIG_PATH=/opt/gimp/lib/pkgconfig ; /opt/gimp/bin/gimp-2.3