RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL Compilation Error

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL Compilation Error Americo Gobbo 24 Mar 16:58
  GEGL Compilation Error Øyvind Kolås 24 Mar 20:33
Americo Gobbo
2018-03-24 16:58:59 UTC (about 6 years ago)

GEGL Compilation Error

Hi all,
I am trying compile the GEGL but I have this error (git clone updated). All dependencies are complete and .autogen.sh is OK. Thanks
americo

===
...
CC clip.o
CCLD gcut
make[2]: Leaving directory '/home/jag/devel/gimp-git-master/gegl/gcut' Making all in tools
make[2]: Entering directory '/home/jag/devel/gimp-git-master/gegl/tools' CC gegl-imgcmp.o
CC introspect.o
CC operation_reference.o
CC detect_opencl.o
CC gegl-tester.o
CC operations_html.o
CXX exp_combine-exp_combine.o ../depcomp: line 772: exec: g++: not found make[2]: *** [Makefile:716: exp_combine-exp_combine.o] Error 127 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/jag/devel/gimp-git-master/gegl/tools' make[1]: *** [Makefile:637: all-recursive] Error 1 make[1]: Leaving directory '/home/jag/devel/gimp-git-master/gegl' make: *** [Makefile:544: all] Error 2

Øyvind Kolås
2018-03-24 20:33:00 UTC (about 6 years ago)

GEGL Compilation Error

The error indicates that the C++ part of gcc is not installed on your system. Most of GEGL is using just C, but a couple of operations relying on external C++ based libraries need the C++ parts as well.

On Sat, Mar 24, 2018 at 5:58 PM, Americo Gobbo wrote:

Hi all,
I am trying compile the GEGL but I have this error (git clone updated). All dependencies are complete and .autogen.sh is OK. Thanks
americo

===
...
CC clip.o
CCLD gcut
make[2]: Leaving directory '/home/jag/devel/gimp-git-master/gegl/gcut' Making all in tools
make[2]: Entering directory '/home/jag/devel/gimp-git-master/gegl/tools' CC gegl-imgcmp.o
CC introspect.o
CC operation_reference.o
CC detect_opencl.o
CC gegl-tester.o
CC operations_html.o
CXX exp_combine-exp_combine.o ../depcomp: line 772: exec: g++: not found make[2]: *** [Makefile:716: exp_combine-exp_combine.o] Error 127 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/jag/devel/gimp-git-master/gegl/tools' make[1]: *** [Makefile:637: all-recursive] Error 1 make[1]: Leaving directory '/home/jag/devel/gimp-git-master/gegl' make: *** [Makefile:544: all] Error 2 _______________________________________________ gimp-developer-list mailing list
List membership:https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives:https://mail.gnome.org/archives/gimp-developer-list

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list