Compiling svn on Opensuse 11 64 bits
Hi all, I am slowly becoming desperate. I have been trying to compile from svn the same way I always have: svn update autogen.sh ./configure --prefix=/var/opt/ --with-perl --with-python --with-xft --enable-lcms --enable-inkboard --with-gnome-vfs make make install
But now I have a new machine: a dual core 64 bit AMD running OpenSuse 11.1. When running ./configure ...... it keeps complaining about: ------------------------------ checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape ------------------------------
I have already installed all packages I thought might be useful: ------------------------------ # rpm -qa | grep png libpng-devel-1.2.31-4.35.1 libpng12-0-32bit-1.2.31-4.35.1 libpng-devel-32bit-1.2.31-4.35.1 latex2html-pngicons-2002.2.1-604.27 libpng3-1.2.31-4.35.1 libpng12-0-1.2.31-4.35.1 ------------------------------
But still no luck. Is the configure script looking for libpng's devel files somewhere strange?
Thanks for your help,
On Mon, 2009-02-16 at 20:56 +0100, Lucas Vieites wrote:
But now I have a new machine: a dual core 64 bit AMD running OpenSuse 11.1. When running ./configure ...... it keeps complaining about:
checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape
I have already installed all packages I thought might be useful:
That's very familiar. I think I've hit that now and again...
let me look up some details
On Mon, 2009-02-16 at 20:56 +0100, Lucas Vieites wrote:
But now I have a new machine: a dual core 64 bit AMD running OpenSuse 11.1. When running ./configure ...... it keeps complaining about:
checking for png_read_info in -lpng... no configure: error: libpng >= 1.2 is needed to compile inkscape
I have already installed all packages I thought might be useful:
# rpm -qa | grep png libpng-devel-1.2.31-4.35.1 libpng12-0-32bit-1.2.31-4.35.1 libpng-devel-32bit-1.2.31-4.35.1 latex2html-pngicons-2002.2.1-604.27 libpng3-1.2.31-4.35.1 libpng12-0-1.2.31-4.35.1
Here on Ubuntu 8.10, I have
libpng12-0 1.2.27-1 libpng12-dev 1.2.27.1
So it might be that you need the explicit libpng12-dev package
On Fedora 10 I only have these
libpng-1.2.34-1.fc10.x86_64 libpng-devel-1.2.34-1.fc10.x86_64
So apparently Fedora is different from Ubuntu ;-)
Diederik
participants (3)
-
Diederik van Lierop
-
Jon A. Cruz
-
Lucas Vieites