> I am trying to compile sane-0.72 with gimp support (as a plug-in). I
> have gimp installed in /opt/gimp. So, libgimp/gimp.h is not in the usual
> /usr/local/include but in /opt/gimp/include.
>
> So Sane's "configure" checks for libgimp/gimp.h and, obviously, does not
> find it.
>
> Then, under bash:
>
> export CFLAGS="-I/opt/gimp/include"
> export LDFLAGS="-L /opt/gimp/lib"
>
Try:
export CPPFLAGS="-I/opt/gimp/include"
Regards,
/Mikko
Mikko Tyo"la"ja"rvi________________________________mikko@securitydynamics.com
SecurityDynamics
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com