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

GEGL make error - Fedora 27

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.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL make error - Fedora 27 Americo Gobbo 08 Mar 14:43
  GEGL make error - Fedora 27 Partha Bagchi 08 Mar 14:58
   GEGL make error - Fedora 27 Shlomi Fish 08 Mar 15:13
   GEGL make error - Fedora 27 Elle Stone 08 Mar 15:28
    GEGL make error - Fedora 27 Partha Bagchi 08 Mar 15:27
Americo Gobbo
2018-03-08 14:43:09 UTC (about 6 years ago)

GEGL make error - Fedora 27

Hi All,
I am trying create the environment on Fedora 27 to GIMP devel... But, I have found problems on 'make' process:

Making all in gcut make[2]: Entering directory '/home/jag/devel/gimp-git-master/gegl/gcut' make[2]: Nothing to be done for 'all'. 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' CCLD introspect
CCLD operation_reference
CCLD detect_opencl
CCLD gegl-tester
CXX exp_combine-exp_combine.o CCLD operations_html
../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:633: all-recursive] Error 1 make[1]: Leaving directory '/home/jag/devel/gimp-git-master/gegl' make: *** [Makefile:540: all] Error 2 ===
the autogen.sh is OK, all dependencies are completed (less mrg ;) Someone can help me?

Thanks
americo

Partha Bagchi
2018-03-08 14:58:20 UTC (about 6 years ago)

GEGL make error - Fedora 27

On Thu, Mar 8, 2018 at 9:43 AM, Americo Gobbo wrote:

Hi All,
I am trying create the environment on Fedora 27 to GIMP devel... But, I have found problems on 'make' process:

Making all in gcut make[2]: Entering directory '/home/jag/devel/gimp-git-master/gegl/gcut' make[2]: Nothing to be done for 'all'. 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' CCLD introspect
CCLD operation_reference
CCLD detect_opencl
CCLD gegl-tester
CXX exp_combine-exp_combine.o CCLD operations_html
../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:633: all-recursive] Error 1 make[1]: Leaving directory '/home/jag/devel/gimp-git-master/gegl' make: *** [Makefile:540: all] Error 2 ===
the autogen.sh is OK, all dependencies are completed (less mrg ;) Someone can help me?

Thanks
americo

Seems clear to me americo. :) It says g++ not found. What happens when you type g++ in your GIMP shell environment?

_______________________________________________ gimp-developer-list mailing list
List membership:https://mail.gnome.org/mailman/listinfo/gimp-deve loper-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

Shlomi Fish
2018-03-08 15:13:12 UTC (about 6 years ago)

GEGL make error - Fedora 27

On Thu, 8 Mar 2018 09:58:20 -0500 Partha Bagchi wrote:

On Thu, Mar 8, 2018 at 9:43 AM, Americo Gobbo wrote:

Hi All,
I am trying create the environment on Fedora 27 to GIMP devel... But, I have found problems on 'make' process:

Making all in gcut make[2]: Entering directory '/home/jag/devel/gimp-git-master/gegl/gcut' make[2]: Nothing to be done for 'all'. 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' CCLD introspect
CCLD operation_reference
CCLD detect_opencl
CCLD gegl-tester
CXX exp_combine-exp_combine.o CCLD operations_html
../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:633: all-recursive] Error 1 make[1]: Leaving directory '/home/jag/devel/gimp-git-master/gegl' make: *** [Makefile:540: all] Error 2 ===
the autogen.sh is OK, all dependencies are completed (less mrg ;) Someone can help me?

Thanks
americo

Seems clear to me americo. :) It says g++ not found. What happens when you type g++ in your GIMP shell environment?

hi!

1. on fedora, g++ can be installed by following https://stackoverflow.com/questions/12952913/how-do-i-install-g-for-fedora

2. ./configure ought to try to see if doesn't exist and fail earlier.

-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Why I Love Perl - http://shlom.in/joy-of-perl

Chuck Norris is the ghost author of the entire Debian GNU/Linux distribution.
And he wrote it in 24 hours, while taking snack breaks.
    — http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/

Please reply to list if it's a mailing list post - http://shlom.in/reply .
Partha Bagchi
2018-03-08 15:27:27 UTC (about 6 years ago)

GEGL make error - Fedora 27

Elle,

g++ is the C++ compiler. In your case, it's installed on your system.

Thanks, Partha

On Thu, Mar 8, 2018 at 10:28 AM, Elle Stone wrote:

On 03/08/2018 09:58 AM, Partha Bagchi wrote:

It says g++ not found. What happens when you type g++ in your GIMP shell environment?

Hi Partha - thanks! that was interesting. I didn't have a clue what "g++" might be, but here's what happened when I typed it into a terminal:

$ g++ g++: fatal error: no input files
compilation terminated.

Which seemed mysterious. So I asked Gentoo to tell me which package this "g++" thing was part of:

$ equery belongs g++ * Searching for g++ ...
sys-devel/gcc-6.4.0-r1 (/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/g++ -> x86_64-pc-linux-gnu-g++)

I always thought of "gcc" as the "gnu c compiler". But apparently that's no longer the case, instead "gcc" now stands for "gnu compiler collection", which includes c++:

https://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/G_002b_002b-and-GCC.html

Best, Elle

_______________________________________________ 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

Elle Stone
2018-03-08 15:28:06 UTC (about 6 years ago)

GEGL make error - Fedora 27

On 03/08/2018 09:58 AM, Partha Bagchi wrote:

It says g++ not found. What happens when you type g++ in your GIMP shell environment?

Hi Partha - thanks! that was interesting. I didn't have a clue what "g++" might be, but here's what happened when I typed it into a terminal:

$ g++ g++: fatal error: no input files
compilation terminated.

Which seemed mysterious. So I asked Gentoo to tell me which package this "g++" thing was part of:

$ equery belongs g++ * Searching for g++ ...
sys-devel/gcc-6.4.0-r1 (/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/g++ -> x86_64-pc-linux-gnu-g++)

I always thought of "gcc" as the "gnu c compiler". But apparently that's no longer the case, instead "gcc" now stands for "gnu compiler collection", which includes c++:

https://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/G_002b_002b-and-GCC.html

Best, Elle