Hi,
I'm running on MAC OS X mavericks
using solve-field I get the following mesages:
cairoutils.c:728:cairoutils_read_ppm_stream: Netpbm is not available; can't read PPM imagescairoutils.c:728:cairoutils_read_ppm_stream:
Netpbm is not available; can't read PPM images
cairoutils.c:728:cairoutils_read_ppm_stream: Netpbm is not available; can't read PPM images
cairoutils.c:728:cairoutils_read_ppm_stream: Netpbm is not available; can't read PPM images
But
1) netpbm is on my machine thanks to "port"
2) I have set the environment variable NETPBM_INC and NETPBM_LIB
export NETPBM_INC="-I/opt/local/include/netpbm"
export
NETPBM_LIB="-L/opt/local/lib -lnetpbm"
An idea?
JE