Hello.
Basically I followed this guide to install GIMP 2.7 from git in /opt folder:
http://www.gimpusers.com/tutorials/comp ... for-ubuntuIf I use the G'MIC binaries for GIMP 2.6, in GIMP 2.7 I get the message:
Could not execute plug-in “gmic_gimp”
because it uses an obsolete version of the plug-in protocol.
Then I try to compile G'MIC 1.5.0.6 starting with:
./configure --prefix=/opt/gimp-2.7
Ends all good. But when I trying "make" or "make gimp" from /src the process takes too long and basically get stuck and the process "cc1plus" uses 50% CPU. "make" stuck on (sorry, konsole spanish output):
$ make
make all-recursive
make[1]: se ingresa al directorio «/home/yafu/Descargas/Gimp2.7.3/gmic-1.5.0.6»
Making all in src
make[2]: se ingresa al directorio «/home/yafu/Descargas/Gimp2.7.3/gmic-1.5.0.6/src»
**
** Linux configuration
**
make linux
make[3]: se ingresa al directorio «/home/yafu/Descargas/Gimp2.7.3/gmic-1.5.0.6/src»
make "CFLAGS=-Dgmic_build -I/usr/include -Wall -W -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/X11R6/include -Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_use_openexr -I/usr/include/OpenEXR -Dcimg_use_fftw3 -Dcimg_use_opencv -I/usr/include/opencv -O3 -fno-tree-pre " "LDFLAGS=-L/usr/lib -lm -L/usr/X11R6/lib -lX11 -lpthread -lpng -lz -ljpeg -ltiff -lz -lIlmImf -lHalf -lfftw3 -lcv -lhighgui " "STRIP_EXE=1" gmic_gmic
make[4]: se ingresa al directorio «/home/yafu/Descargas/Gimp2.7.3/gmic-1.5.0.6/src»
g++ -o gmic_bool.o -c gmic.cpp -Dgmic_separate_compilation -Dgmic_bool -Dgmic_build -I/usr/include -Wall -W -Dcimg_display=1 -Dcimg_appname=\"gmic\" -I/usr/X11R6/include -Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_use_openexr -I/usr/include/OpenEXR -Dcimg_use_fftw3 -Dcimg_use_opencv -I/usr/include/opencv -O3 -fno-tree-pre
System: Kubuntu 11.10 Oneiric 64bits
Thanks for your help. Sorry for my English (my language is Spanish)