I am running Ubuntu 12.04 x64 desktop DVD, and I have installed GIMP 2.6.12 from the Ubuntu Software Center. I need a plug-in for batch resizing of images, and found one. I downloaded the plug-in, extracted in my downloads folder. The read-me says to make and make install. I tried "make" via the terminal and I am getting an error. The plugin I am trying to install is http://www.alessandrofrancesconi.it/projects/bimp/. The full output in the terminal from my make command to the end is(sorry total noob for GNU/Linux and StackExchange here and don't know how to properly insert code):
aknewhope@jordandesktop:~/Downloads$ make
make: gimptool-2.0: Command not found
gcc -o ./bin/bimp -Wall -Wno-unused-variable -Wno-pointer-sign -Wno-parentheses
src/*.c src/manipulation-gui/*.c -DGIMP_DISABLE_DEPRECATED
src/bimp-gui.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations-gui.c:5:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-manipulations.c:7:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp-operate.c:10:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/bimp.c:25:26: fatal error: libgimp/gimp.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-changeformat.c:2:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-color.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-crop.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-fliprotate.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-rename.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-resize.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-sharp.c:1:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-userdef.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
src/manipulation-gui/gui-watermark.c:3:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
make: *** [make] Error 1