Re: [Gimp-user] Back to gimp 2.6 (finding a debian repository or compiling ?)



Dear all:
I tried to compile gimp, but a error occured (I post it below).
Do you know how to deal with this?
Thanks a lot.

Regards,

---
      for image in cursor-bad.png cursor-color-picker.png cursor-corner-top-left.png cursor-corner-top-right.png cursor-corner-bottom-left.png cursor-corner-bottom-right.png cursor-crosshair.png cursor-crosshair-small.png cursor-mouse.png cursor-move.png cursor-none.png cursor-side-top.png cursor-side-left.png cursor-side-right.png cursor-side-bottom.png cursor-zoom.png modifier-anchor.png modifier-bad.png modifier-background.png modifier-control.png modifier-foreground.png modifier-intersect.png modifier-join.png modifier-minus.png modifier-move.png modifier-pattern.png modifier-plus.png modifier-resize.png modifier-select.png tool-airbrush.png tool-blend.png tool-blur.png tool-bucket-fill.png tool-burn.png tool-clone.png tool-color-picker.png tool-crop.png tool-dodge.png tool-ellipse-select.png tool-eraser.png tool-flip-horizontal.png tool-flip-vertical.png tool-free-select.png tool-fuzzy-select.png tool-hand.png tool-heal.png tool-ink.png tool-iscissors.png tool-measure.png tool-move.png tool-paintbrush.png tool-paths.png tool-paths-anchor.png tool-paths-control.png tool-paths-segment.png tool-pencil.png tool-perspective.png tool-polygon-select.png tool-rect-select.png tool-resize.png tool-rotate.png tool-shear.png tool-smudge.png tool-text.png tool-zoom.png; do \
        echo $image | \
          sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> tool-cursors.list; \
        echo "  ./$image" >> tool-cursors.list; \
      done )
/usr/bin/gdk-pixbuf-csource --raw --build-list `cat tool-cursors.list` > 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] Error 1
make[2]: Leaving directory `/mnt/store/Linux/gimp-2.6.11/cursors'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/store/Linux/gimp-2.6.11'
make: *** [all] Error 2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]