Hi, I easily installed "Trimage" from "Graphics" repositories, and I m using
32 bits trisquel belenos. It did not work, nothing happens when draggin or
selecting pictures, just screen remains white and "recompress" greyed out,
and sometimes a message "queued" appears. I try to compress an image by
running a command and it seems I find why it does not work with GUI:
trimage -f uncompressed.jpg --file=optimized.jpg
and it reports:
pngcrush 1.7.65, uses libpng 1.2.49 and zlib 1.2.8
Check http://pmt.sf.net/
for the most recent version.
[error] optimized.jpg not a supported image file and/or not writeable
So I try to install these libraries and I got these error messages:
with zlib:
sudo apt-get install zlib1g-dev
reports:
The following packages have unmet dependencies:
zlib1g-dev : Depende: libc6-dev pero no va a instalarse o
libc-dev
Unable to correct problems, you have held broken packages.
with libpng:
after getting content ( wget
http://prdownloads.sourceforge.net/libpng/libpng-1.5.4.tar.gz ) and
uncompressing the tar file I cd to the directory where I got everything and
then I run:
./configure --prefix=/usr/local/libpng
and it reports:
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 for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/gwx/Descargas/libpng':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
So I cannot have any of the required libraries.
How could I solve my problem with Trimage?. Thanks in advance to those who
could say something back!:).