|
|
inkscape,sodipodi
都提示类似下面的错误:
checking for pkg-config... /usr/bin/pkg-config
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for png_read_info in -lpng... no
configure: error: libpng >= 1.2 is needed to compile inkscape
/tmp/zlib-1.2.3# ./configure
Checking for gcc...
Building static library libz.a version 1.2.3 with gcc.
Checking for unistd.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for errno.h... Yes.
Checking for mmap support... Yes.
:/tmp/libpng-1.2.8-config# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
.
.
.
checking for sqrt in -lm... yes
checking for zlibVersion in -lz... no
configure: error: ZLib not installed |
|