As of today, ./configure --prefix=$INSTALL_HERE On Mac OS X 10.4.6 reports:
--- snip --- checking for pkg-config... /sw/bin/pkg-config checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape --- snip - no more lines of output from configure ---
This is for a fresh FINK install as per:
http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
./configure ends without reporting a summary.
I'm trying 'make' now but I'm not sure if it's proceeding with a previous 'good' configuration or a partialy written 'bad' one...
On 24 Apr 2006, at 19:50 , Andrew Wilson wrote:
As of today, ./configure --prefix=$INSTALL_HERE On Mac OS X 10.4.6 reports:
--- snip --- checking for pkg-config... /sw/bin/pkg-config checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape --- snip - no more lines of output from configure ---
This is for a fresh FINK install as per:
http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
./configure ends without reporting a summary.
I just compiled inkscape today so compilation should be ok: - is it the first time you compile inkscape? - is libpng really installed (fink list libpng3)?
as a workaround you could use the last dev build: http://inkscape.modevia.com/macosx-snap/Inkscape_20060424.dmg
cheers,
JiHO --- Windows, c'est un peu comme le beaujolais nouveau : a chaque nouvelle cuvee on sait que ce sera degueulasse, mais on en prend quand meme par masochisme. --- http://jo.irisson.free.fr/
On Apr 24, 2006, at 10:50 AM, Andrew Wilson wrote:
--- snip --- checking for pkg-config... /sw/bin/pkg-config checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape --- snip - no more lines of output from configure ---
This is for a fresh FINK install as per:
http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
./configure ends without reporting a summary.
On my system, I have libpng3 and libpng3-shlibs installed.
One other problem might be the gcc version fink was built with versus the default one on your system.
Try gcc --version to see which you have. Some people get 4.0 by default, but their fink with 3.3
participants (3)
-
Andrew Wilson
-
jiho
-
Jon A. Cruz