Re: [Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Shlomi Fish
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 .
___
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


Re: [Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Partha Bagchi
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
>
___
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


Re: [Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Elle Stone

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


Re: [Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Partha Bagchi
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
>
___
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


[Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Americo Gobbo

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
___
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