
On 28/8/09 20:10, ~suv wrote:
export ACLOCAL_FLAGS="-I $LIBPREFIX/share/aclocal" export PKG_CONFIG_PATH="$LIBPREFIX/lib/pkgconfig:$PKG_CONFIG_PATH"
#eof
I am unsure if I added the last two lines on this occasion - only thing I remember at the moment is that I found a hint in autogen.sh itself what is missing...
After aclocal I ran into another error with libpng (correct version installed but configure didn't recognize it):
checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape
Configure failed
and after adding the PKG_CONFIG_PATH to the shell environment, autogen.sh and configure runs completed without major errors (still AFAIR - it's four weeks ago, my first encounter with MacPorts and building Inkscape as well, and I didn't have to reconfigure from scratch since) .
hth, ~suv