| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
3 hours ago
» Replies: 7
» Views: 3,631
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
Yesterday, 04:39 PM
» Replies: 7
» Views: 351
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
Yesterday, 03:32 PM
» Replies: 4
» Views: 368
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,777
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 197
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 77
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 77
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 172
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 470
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 175
|
|
|
| Error compiling GIMP on Ubuntu 17.10 |
|
Posted by: crazyBaboon - 10-31-2017, 11:33 PM - Forum: Linux and other Unixen
- Replies (1)
|
 |
Hi folks!
I am following this tutorial using Ubuntu 17.10: https://ninedegreesbelow.com/photography...tists.html. When I try to compile GIMP using the following code:
cd $SRC_DIR/gimp
./autogen.sh --prefix=$PREFIX --with-gimpdir=$HOME/code/gimpdefault/install/config --disable-gtk-doc
I get the following error:
WARNING: GCC 7.2.0 has a serious bug affecting GEGL/GIMP. We advise
against using this version of the compiler (previous and
further versions are fine).
See https://bugzilla.gnome.org/show_bug.cgi?id=787222
Error: GIMP configuration failed.
- Error: missing dependency libmypaint >= 1.3.0
See the file 'INSTALL' for more help.
Configure failed or did not finish!
Any idea what to do solve this problem?
ps: I have used "export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules" since this is a Ubuntu (debian-based) system. I have also installed libmypaint by doing:
cd $SRC_DIR/libmypaint
./autogen.sh --prefix=$PREFIX
./configure --prefix=$PREFIX
make -j3 && make -j3 install
|
|
|
| Help with black outline |
|
Posted by: Megs123 - 10-30-2017, 06:48 PM - Forum: General questions
- Replies (1)
|
 |
Ok. I'm new to GIMP and not very photo-editing savvy.
I have an image with a transparent background, and a bunch of white and red text and some linework.
I need to put a black outline around it as I need it to be on a background that is half white and black.
I've tried to follow the tutorial video's I've found on YouTube but have somehow ended up just blacking out the entire image.
Can anyone help?
|
|
|
| Error: possibly undefined macro: AM_PATH_GTK_2_0 |
|
Posted by: crazyBaboon - 10-28-2017, 11:16 AM - Forum: Linux and other Unixen
- Replies (4)
|
 |
I am trying to compile GIMP git on Ubuntu-MATE 17.10 64bit:
Here is what I get:
Code:
I am testing that you have the tools required to build the
GNU Image Manipulation Program from git. This test is not foolproof,
so if anything goes wrong, see the file HACKING for more information...
checking for libtool >= 1.5 ... Major version might be too new (2.4.6)
checking for gtkdocize ... yes
checking for autoconf >= 2.54 ... yes (version 2.69)
checking for automake >= 1.13.0 ... yes (version 1.15)
checking for intltool >= 0.40.1 ... yes (version 0.51.0)
checking for xsltproc ... yes
I am going to run ./configure with the following arguments:
If you wish to pass additional arguments, please specify them
on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS
environment variable.
WARNING: aclocal's directory is /usr/share/aclocal, but...
no file /usr/share/aclocal/glib-2.0.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /usr/share/aclocal/glib-2.0.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but...
no file /usr/share/aclocal/glib-gettext.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /usr/share/aclocal/glib-gettext.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but...
no file /usr/share/aclocal/gtk-2.0.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /usr/share/aclocal/gtk-2.0.m4.
configure.ac:590: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:663: warning: macro 'AM_PATH_GLIB_2_0' not found in library
configure.ac:745: warning: macro 'AM_PATH_GTK_2_0' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
libtoolize: linking file 'm4macros/libtool.m4'
libtoolize: linking file 'm4macros/ltoptions.m4'
libtoolize: linking file 'm4macros/ltsugar.m4'
libtoolize: linking file 'm4macros/ltversion.m4'
libtoolize: linking file 'm4macros/lt~obsolete.m4'
configure.ac:228: installing './compile'
configure.ac:93: installing './missing'
app/Makefile.am: installing './depcomp'
configure.ac:600: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:677: error: possibly undefined macro: AM_PATH_GLIB_2_0
configure.ac:759: error: possibly undefined macro: AM_PATH_GTK_2_0
Any ideas how to fix this?
|
|
|
|