Re: [Gimp-developer] building git on SuSE 12.2 - gtk-doc added, but...

2012-10-23 Thread Gfxuser

On 23.10.12 at 03:22 pm, Dexter Filmore wrote:

failed to load "./cursor-bad.png": Couldn't recognize the image file format
for file './cursor-bad.png'
make[2]: *** [gimp-tool-cursors.h] Fehler 1
make[2]: Leaving directory `/home/dexter/software/gimp-git/gimp/cursors'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/dexter/software/gimp-git/gimp'
make: *** [all] Fehler 2

Checked on the file:
dexter@shodan:~/software/gimp-git/gimp/cursors$ file cursor-bad.png
cursor-bad.png: PNG image data, 36 x 36, 8-bit/color RGBA, non-interlaced

So it's there. Why does make complain?


I lately had similar pain compiling GIMP and its dependencies.
This brought me many steps further: 
https://staff.banu.com/~muks/tmp/gimp-build-script.txt together with 
http://wiki.gimp.org/index.php/Hacking:Building/Linux.
Some dependencies might be missing on your system (the error you 
reported may come from a missing libpng development package), but 
./configure or ./autogen.sh should tell you them.


Kind regards,

Sven



___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] building git on SuSE 12.2 - gtk-doc added, but...

2012-10-22 Thread Dexter Filmore
Am Monday 22 October 2012 22:34:48 schrieb Michael Schumacher:
> On 22.10.2012 22:04, Dexter Filmore wrote:
> > You must have gtk-doc installed to compile GNU Image Manipulation
> > Program.
>
> Do you have gtk-doc installed?

Ok, I expected the last line before the error to be the culprit and did not 
look further up. Heat of the battle.
Installed gtk-doc and some libs that were missing, now I come as far as this:



rootme=`pwd`; \
destdir=`cd ../.. && pwd`; export destdir; \
builddir=`cd ../.. && pwd`; export builddir; \
cd . && \
  PDBGEN_BACKUP=0 \
  /usr/bin/perl enumcode.pl \
 && echo timestamp > $rootme/stamp-enum-code
Name "Gimp::CodeGen::enums::enums" used only once: possible typo at 
enumcode.pl line 30.
Name "Gimp::CodeGen::util::FILE_EXT" used only once: possible typo at 
enumcode.pl line 33.
No changes to /home/dexter/software/gimp-git/gimp/libgimp/gimpenums.h
No changes to /home/dexter/software/gimp-git/gimp/libgimp/gimpenums.c.tail
make[3]: Leaving directory `/home/dexter/software/gimp-git/gimp/tools/pdbgen'
make[3]: Entering directory `/home/dexter/software/gimp-git/gimp/tools'
  CC   gimptool.o
  CCLD gimptool-2.0
  CC   test-clipboard.o
  CCLD test-clipboard
make[3]: Leaving directory `/home/dexter/software/gimp-git/gimp/tools'
make[2]: Leaving directory `/home/dexter/software/gimp-git/gimp/tools'
Making all in cursors
make[2]: Entering directory `/home/dexter/software/gimp-git/gimp/cursors'
  GEN  tool-cursors.list
  GEN  gimp-tool-cursors.h
failed to load "./cursor-bad.png": Couldn't recognize the image file format 
for file './cursor-bad.png'
make[2]: *** [gimp-tool-cursors.h] Fehler 1
make[2]: Leaving directory `/home/dexter/software/gimp-git/gimp/cursors'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/dexter/software/gimp-git/gimp'
make: *** [all] Fehler 2

Checked on the file:
dexter@shodan:~/software/gimp-git/gimp/cursors$ file cursor-bad.png
cursor-bad.png: PNG image data, 36 x 36, 8-bit/color RGBA, non-interlaced

So it's there. Why does make complain?

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a C UL++ P+>++ L+++> E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h>++ r* y?
--END GEEK CODE BLOCK--


signature.asc
Description: This is a digitally signed message part.
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list