You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed GIMP from the Ubuntu .deb repo. GIMP does not load the plugin after installing libgimp2.0-dev libgegl-dev via apt.
I get the following output when attempting to install the latest tar.gz file: make && sudo make install-admin make: gimptool-2.0: No such file or directory make: gimptool-2.0: No such file or directory which gimptool-2.0 && \ gcc -o ./bin/bimp -O2 -Wall -Wno-unused-variable -Wno-pointer-sign -DGIMP_DISABLE_DEPRECATED src/*.c src/manipulation-gui/*.c src/images/*.c -lm make: *** [Makefile:9: make] Error 1
The text was updated successfully, but these errors were encountered:
I've installed GIMP from the Ubuntu .deb repo. GIMP does not load the plugin after installing
libgimp2.0-dev libgegl-dev
via apt.I get the following output when attempting to install the latest tar.gz file:
make && sudo make install-admin make: gimptool-2.0: No such file or directory make: gimptool-2.0: No such file or directory which gimptool-2.0 && \ gcc -o ./bin/bimp -O2 -Wall -Wno-unused-variable -Wno-pointer-sign -DGIMP_DISABLE_DEPRECATED src/*.c src/manipulation-gui/*.c src/images/*.c -lm make: *** [Makefile:9: make] Error 1
The text was updated successfully, but these errors were encountered: