Michael Hans
unread,Sep 26, 2023, 6:48:28 PM9/26/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to astrometry
seems to be a problem on Ubuntu based systems where the netpbm directory does not exist, it is all in /usr/include/
after creating netpbm.pc, pkg-config found it
make reconfig found it then too, but others, specially util/cairoutils.c still wasn't satisfied
easiest way for me was changing in all relevant files the include clause to #include <pam.h> what solved the case
you can find them with
grep -nR 'netpbm/pam.h'.
from the root of the source
most probably Debian also hasn't it
Archlinux has netpmb/, so no change necessary