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
> >
> > and I still having the same error.
>
> PKG_CONFIG_PATH only affects where stuff looks as it gets compiled. Also,
> you'd
> want to use PKG_CONFIG_PATH=/opt/gimp/lib/pkgconfig:$PKG_CONFIG_PATH, to keep
> the old stuff in there (assuming it's non-empty).
>
> IIRC, you'd want to set $LD_LIBRARY_PATH=/opt/gimp/lib/ for runtime.
Interesting.
In fact, I didn't recompile GIMP, I only did a
export LD_LIBRARY_PATH=/opt/gimp/lib:$LD_LIBRARY_PATH
and the zoom preview worked! :)
However, I am getting many errors. One of them is due to the
fact that I don't know how to retrieve the origin of the preview.
For non-zoom previews, the funcion 'gimp_preview_get_position'
gives you the origin. I wasn't able to find the correspoding one
for zoom_preview (gimp_zoom_preview_get_position does not exist?!).
Another one is that I don't know which is the equivalent to
'gimp_drawable_preview_draw_region' for zoom_preview.....
Thanks for the help, and the prompt answers!!!
Luis.
_______________________________________________
Gimp-developer mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer