I want to open Microsoft Icons (.ico) and Macintosh Icons (.icns), is there any program for that?
I can’t find someone I tried Yahoo! and Google :\
And if I ask, is there also a converter to convert ICO, ICNS -> PNG for Linux?
I want to open Microsoft Icons (.ico) and Macintosh Icons (.icns), is there any program for that?
I can’t find someone I tried Yahoo! and Google :\
And if I ask, is there also a converter to convert ICO, ICNS -> PNG for Linux?
SoftHacker wrote:
> I want to open Microsoft Icons (.ico) and Macintosh Icons (.icns), is
> there any program for that?
> I can’t find someone I tried Yahoo! and Google :
>
> And if I ask, is there also a converter to convert ICO, ICNS -> PNG for
> Linux?
gimp?
On 07/06/2011 03:06 PM, SoftHacker wrote:
>
> I want to open Microsoft Icons (.ico) and Macintosh Icons (.icns), is
> there any program for that?
> I can’t find someone I tried Yahoo! and Google :\
what do you mean “open”?
do you mean open and edit? if so, have you tried GIMP
or, do you mean open and view? if so, have you tried Gwenview
> And if I ask, is there also a converter to convert ICO, ICNS -> PNG for
> Linux?
give GIMP a try, i just went from .ico to .png, easy.
i mean open and view
for Microsoft icons i installed Eye of GNOME
but eog can’t view Macintosh icons, i installed libicns and libicns-utils with no luck, eog still can’t view icns icons
any other program to view icns icons???
SoftHacker wrote:
> i mean open and view
> for Microsoft icons i installed Eye of GNOME
> but eog can’t view Macintosh icons, i installed libicns and
> libicns-utils with no luck, eog still can’t view icns icons
> any other program to view icns icons???
Hmm, you’re not very good at describing what you’re doing are you?
So you installed libicns-utils. So do you mean that icns2png and
png2icns don’t work, or that you didn’t bother reading the docs or what?
On 07/06/2011 04:24 PM, Dave Howorth wrote:
> reading the docs or what?
oh wow, is that allowed?
On 07/06/2011 07:06 AM, SoftHacker wrote:
>
> i mean open and view
> for Microsoft icons i installed Eye of GNOME
> but eog can’t view Macintosh icons, i installed libicns and
> libicns-utils with no luck, eog still can’t view icns icons
> any other program to view icns icons???
>
>
There is “icoutils” in the “Contrib” repo,
http://download.opensuse.org/repositories/openSUSE:/11.4:/Contrib/standard/
From the description in YaST2:
icoutils - Extracting and Converting Microsoft Icon and Cursor Files
The icoutils are a set of programs for extracting and converting images
in Microsoft Windows icon and cursor files. These files usually have the
extension .ico or .cur, but they can also be embedded in executables or
libraries (.dll-files).
did you realize that the ico problem is solved
i need to open Macintosh icons (icns)
no more ico thinks 100% solved thank!
icns icon thinks please
On 07/08/2011 09:36 AM, SoftHacker wrote:
>
> icns icon thinks please
try google? the string
open icns in linux <http://www.google.com/search?q=open+icns+in+linux>
brings 340,000 hits, the first is
<http://sourceforge.net/projects/icns/> “Software for library for
manipulating MacOS X .icns icon format. Currently provides support for
reading and writing icns files in most sizes. Also provides two
utilities for manipulating files in the .icns format: icns2png
icontainer2icns”
first I want to say, i’m using Google.RU at all
and i have libicns already installed, already posted
and the converted png icons (from icns) are to small 128x128, but I need 256x256, the same icon as ico is 256x256, but the mac one should also be 256x256
it stands in the readme of the icon pack that i have downloaded… :sarcastic:
and what is, when i download a clean macintosh icon pack, without microsoft icons, than i have to small icons (128x128) instead of useable ones (256x256)
how to get icns2png to convert the icons to 256x256 png’s
thanks in advance
sry for my english, i know i’m from austria!
SoftHacker wrote:
> need 256x256, the same icon as ico is 256x256, but the mac one should
> also be 256x256
> it stands in the readme of the icon pack that i have downloaded…
> :sarcastic:
>
> and what is, when i download a clean macintosh icon pack, without
> microsoft icons, than i have to small icons (128x128) instead of useable
> ones (256x256)
>
> how to get icns2png to convert the icons to 256x256 png’s
> thanks in advance
>
Is your icns2png linked against jasper? Because that is what the project
home page says
If linked against Jasper, it also has full support for 256x256 and 512x512
32-bit icons with masks as alpha channels.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
On 07/08/2011 04:36 PM, SoftHacker wrote:
> sry for my english, i know i’m from austria!
your english is fine! Love austria! everything about Wien is better than
Paris…especially the coffee!!
sorry i can’t help with specifics to get you to where you wanna be…
icns2png is not linked to jasper, and i don’t compiled it myself, i downloaded a precompiled version for fedora core 15, because the compiler gives me several errors
how to link it manually
PS: i cannot find a precompiled version for opensuse 11.4
i have installed
jasper
jasper5
libjasper-devel
libjasper1
libjasper1-32bit
my os is 64-bit and icns2png is also a 64-bit package
SoftHacker wrote:
> icns2png is not linked to jasper, and i don’t compiled it myself, i
> downloaded a precompiled version for fedora core 15, because the
> compiler gives me several errors
> how to link it manually
> PS: i cannot find a precompiled version for opensuse 11.4
>
> i have installed
> jasper
> jasper5
> libjasper-devel
> libjasper1
> libjasper1-32bit
>
> my os is 64-bit and icns2png is also a 64-bit package
>
It is very quick and easy to compile it yourself. As soon as libjasper-devel
is installed (and you already have it), ./configure without any special
parameters recognises that jasper is present and links against it, see here
the output from my machine
ldd /usr/local/bin/icns2png
linux-vdso.so.1 => (0x00007fff7e9ff000)
libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007fa506164000)
libicns.so.1 => /usr/local/lib/libicns.so.1 (0x00007fa505f55000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa505be8000)
libz.so.1 => /lib64/libz.so.1 (0x00007fa5059d0000)
libm.so.6 => /lib64/libm.so.6 (0x00007fa505779000)
libjasper.so.1 => /usr/lib64/libjasper.so.1 (0x00007fa50551f000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa50638e000)
libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00007fa5052d2000)
I can not really test the program since I have no icns files.
I would guess (but did not try it) that you can simply rebuild the rpm with
rpmbuild --rebuild <your downloaded source rpm>
to have the new rpm automatically linked against jasper because during the
rebuild it just calls configure.
Important is you need to download the source rpm for it!
I would give it a try (of course you will need gcc and make installed at
least). This is a bit of a hack since I omitted here to adjust the spec file
to include the additional dependency on jasper, but for your own use it
should be good enough.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
here is the output of configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable debugging... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for size_t... yes
checking for mode_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for getopt_long in -lgetopt... no
checking for png_create_read_struct in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking libpng10/png.h usability... no
checking libpng10/png.h presence... no
checking for libpng10/png.h... no
checking libpng12/png.h usability... yes
checking libpng12/png.h presence... yes
checking for libpng12/png.h... yes
checking for jas_init in -ljasper... yes
checking jasper/jasper.h usability... yes
checking jasper/jasper.h presence... yes
checking for jasper/jasper.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libicns.spec
config.status: creating icnsutils/Makefile
config.status: creating src/Makefile
config.status: creating src/libicns.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
and here of make
make all-recursive
make[1]: Entering directory `/home/SoftHacker/Downloads/libicns-0.7.1'
Making all in src
make[2]: Entering directory `/home/SoftHacker/Downloads/libicns-0.7.1/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_debug.lo -MD -MP -MF .deps/icns_debug.Tpo -c -o icns_debug.lo icns_debug.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_debug.lo -MD -MP -MF .deps/icns_debug.Tpo -c icns_debug.c -fPIC -DPIC -o .libs/icns_debug.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_debug.lo -MD -MP -MF .deps/icns_debug.Tpo -c icns_debug.c -o icns_debug.o >/dev/null 2>&1
mv -f .deps/icns_debug.Tpo .deps/icns_debug.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_element.lo -MD -MP -MF .deps/icns_element.Tpo -c -o icns_element.lo icns_element.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_element.lo -MD -MP -MF .deps/icns_element.Tpo -c icns_element.c -fPIC -DPIC -o .libs/icns_element.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_element.lo -MD -MP -MF .deps/icns_element.Tpo -c icns_element.c -o icns_element.o >/dev/null 2>&1
mv -f .deps/icns_element.Tpo .deps/icns_element.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_family.lo -MD -MP -MF .deps/icns_family.Tpo -c -o icns_family.lo icns_family.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_family.lo -MD -MP -MF .deps/icns_family.Tpo -c icns_family.c -fPIC -DPIC -o .libs/icns_family.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_family.lo -MD -MP -MF .deps/icns_family.Tpo -c icns_family.c -o icns_family.o >/dev/null 2>&1
mv -f .deps/icns_family.Tpo .deps/icns_family.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_image.lo -MD -MP -MF .deps/icns_image.Tpo -c -o icns_image.lo icns_image.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_image.lo -MD -MP -MF .deps/icns_image.Tpo -c icns_image.c -fPIC -DPIC -o .libs/icns_image.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_image.lo -MD -MP -MF .deps/icns_image.Tpo -c icns_image.c -o icns_image.o >/dev/null 2>&1
mv -f .deps/icns_image.Tpo .deps/icns_image.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_io.lo -MD -MP -MF .deps/icns_io.Tpo -c -o icns_io.lo icns_io.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_io.lo -MD -MP -MF .deps/icns_io.Tpo -c icns_io.c -fPIC -DPIC -o .libs/icns_io.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_io.lo -MD -MP -MF .deps/icns_io.Tpo -c icns_io.c -o icns_io.o >/dev/null 2>&1
mv -f .deps/icns_io.Tpo .deps/icns_io.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_jp2.lo -MD -MP -MF .deps/icns_jp2.Tpo -c -o icns_jp2.lo icns_jp2.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_jp2.lo -MD -MP -MF .deps/icns_jp2.Tpo -c icns_jp2.c -fPIC -DPIC -o .libs/icns_jp2.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_jp2.lo -MD -MP -MF .deps/icns_jp2.Tpo -c icns_jp2.c -o icns_jp2.o >/dev/null 2>&1
mv -f .deps/icns_jp2.Tpo .deps/icns_jp2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_rle24.lo -MD -MP -MF .deps/icns_rle24.Tpo -c -o icns_rle24.lo icns_rle24.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_rle24.lo -MD -MP -MF .deps/icns_rle24.Tpo -c icns_rle24.c -fPIC -DPIC -o .libs/icns_rle24.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_rle24.lo -MD -MP -MF .deps/icns_rle24.Tpo -c icns_rle24.c -o icns_rle24.o >/dev/null 2>&1
mv -f .deps/icns_rle24.Tpo .deps/icns_rle24.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_utils.lo -MD -MP -MF .deps/icns_utils.Tpo -c -o icns_utils.lo icns_utils.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_utils.lo -MD -MP -MF .deps/icns_utils.Tpo -c icns_utils.c -fPIC -DPIC -o .libs/icns_utils.o
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT icns_utils.lo -MD -MP -MF .deps/icns_utils.Tpo -c icns_utils.c -o icns_utils.o >/dev/null 2>&1
mv -f .deps/icns_utils.Tpo .deps/icns_utils.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -version-info 2:7:1 -o libicns.la -rpath /usr/local/lib icns_debug.lo icns_element.lo icns_family.lo icns_image.lo icns_io.lo icns_jp2.lo icns_rle24.lo icns_utils.lo -ljasper
gcc -shared .libs/icns_debug.o .libs/icns_element.o .libs/icns_family.o .libs/icns_image.o .libs/icns_io.o .libs/icns_jp2.o .libs/icns_rle24.o .libs/icns_utils.o /usr/lib64/libjasper.so -Wl,-soname -Wl,libicns.so.1 -o .libs/libicns.so.1.1.7
(cd .libs && rm -f libicns.so.1 && ln -s libicns.so.1.1.7 libicns.so.1)
(cd .libs && rm -f libicns.so && ln -s libicns.so.1.1.7 libicns.so)
ar cru .libs/libicns.a icns_debug.o icns_element.o icns_family.o icns_image.o icns_io.o icns_jp2.o icns_rle24.o icns_utils.o
ranlib .libs/libicns.a
creating libicns.la
(cd .libs && rm -f libicns.la && ln -s ../libicns.la libicns.la)
make[2]: Leaving directory `/home/SoftHacker/Downloads/libicns-0.7.1/src'
Making all in icnsutils
make[2]: Entering directory `/home/SoftHacker/Downloads/libicns-0.7.1/icnsutils'
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/ -Wall -MT icns2png.o -MD -MP -MF .deps/icns2png.Tpo -c -o icns2png.o icns2png.c
mv -f .deps/icns2png.Tpo .deps/icns2png.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o icns2png icns2png.o -lpng ../src/libicns.la
mkdir .libs
gcc -Wall -o .libs/icns2png icns2png.o -lpng ../src/.libs/libicns.so
creating icns2png
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/ -Wall -MT icontainer2icns.o -MD -MP -MF .deps/icontainer2icns.Tpo -c -o icontainer2icns.o icontainer2icns.c
mv -f .deps/icontainer2icns.Tpo .deps/icontainer2icns.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o icontainer2icns icontainer2icns.o
gcc -Wall -o icontainer2icns icontainer2icns.o
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/ -Wall -MT png2icns.o -MD -MP -MF .deps/png2icns.Tpo -c -o png2icns.o png2icns.c
png2icns.c: In function ‘read_png’:
png2icns.c:73:4: warning: implicit declaration of function ‘png_set_gray_1_2_4_to_8’
mv -f .deps/png2icns.Tpo .deps/png2icns.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -o png2icns png2icns.o -lpng ../src/libicns.la
gcc -Wall -o .libs/png2icns png2icns.o -lpng ../src/.libs/libicns.so
png2icns.o: In function `read_png':
png2icns.c:(.text+0x15b): undefined reference to `png_set_gray_1_2_4_to_8'
png2icns.c:(.text+0x1ae): undefined reference to `png_set_gray_1_2_4_to_8'
collect2: ld returned 1 exit status
make[2]: *** [png2icns] Error 1
make[2]: Leaving directory `/home/SoftHacker/Downloads/libicns-0.7.1/icnsutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/SoftHacker/Downloads/libicns-0.7.1'
make: *** [all] Error 2
won’t compile, i have to modify the line png_set_gray_1_2_4_to_8, long time ago, i read that libpng has changed
i need ‘(’ and ‘)’ instead of ‘_’ but i don’t know
SoftHacker wrote:
>
> won’t compile, i have to modify the line png_set_gray_1_2_4_to_8, long
> time ago, i read that libpng has changed
> i need ‘(’ and ‘)’ instead of ‘_’ but i don’t know
>
A bit weeird, it compiled for me without any problems, maybe a glitch with
your libpng version? Which openSUSE version are you using and what is the
output from
rpm -qa '*libpng*'
below is what it shows on my machine where the compilation succeeded
martinh@ganymed:~> rpm -qa '*libpng*'
libpng12-0-32bit-1.2.44-7.1.x86_64
libpng14-14-1.4.4-2.1.x86_64
libpng12-0-1.2.44-7.1.x86_64
libpng12-devel-1.2.44-7.1.x86_64
libpng14-14-32bit-1.4.4-2.1.x86_64
libpng12-compat-devel-1.2.44-7.1.x86_64
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
using openSUSE 11.4 x86_64
libpng14-14-1.4.4-2.1.x86_64
libpng12-devel-1.2.44-7.1.x86_64
libpng12-devel-32bit-1.2.44-7.1.x86_64
libpng14-14-32bit-1.4.4-2.1.x86_64
libpng14-compat-devel-1.4.4-2.1.x86_64
libpng12-0-32bit-1.2.44-7.1.x86_64
libpng14-devel-1.4.4-2.1.x86_64
libpng14-devel-32bit-1.4.4-2.1.x86_64
libpng12-0-1.2.44-7.1.x86_64
libpng14-compat-devel-32bit-1.4.4-2.1.x86_64
libpng3-1.2.34-2.1.x86_64
I wonder if you simply need to install libpng12-compat-devel and run
configure again.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
SoftHacker wrote:
> libpng3-1.2.34-2.1.x86_64
Full stop - where does this come from and why do you have it??
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
martin_helm wrote:
> SoftHacker wrote:
>
>> libpng3-1.2.34-2.1.x86_64
> Full stop - where does this come from and why do you have it??
>
Google says this is an openSUSE 10.3 rpm, if I were you I would remove it.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram