Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Ell via gimp-developer-list
On Sat, 7 Apr 2018 17:35:20 -0400 Partha Bagchi wrote: > Confirmed. It's something you did!! :) :) > > Anyway, reverted back to previous head and c++14 error is back but > all the above is gone. Ha, of course it is :) The commit caused -xobjective-c to be passed during

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Partha Bagchi
On Sat, Apr 7, 2018 at 5:17 PM, Partha Bagchi wrote: > > > On Sat, Apr 7, 2018 at 5:03 PM, Ell wrote: > >> On Sat, 7 Apr 2018 15:43:30 -0400 >> Partha Bagchi wrote: >> >> > My apologies. I should have framed that as 2 different issues.

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Partha Bagchi
On Sat, Apr 7, 2018 at 5:03 PM, Ell wrote: > On Sat, 7 Apr 2018 15:43:30 -0400 > Partha Bagchi wrote: > > > My apologies. I should have framed that as 2 different issues. One > > about > > the compilation and the other that we should probably be using C++14

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Ell via gimp-developer-list
On Sat, 7 Apr 2018 15:43:30 -0400 Partha Bagchi wrote: > My apologies. I should have framed that as 2 different issues. One > about > the compilation and the other that we should probably be using C++14 > (or 11) instead of gnu++11. The exact flag we use is not hard coded,

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Partha Bagchi
On Sat, Apr 7, 2018 at 3:43 PM, Partha Bagchi wrote: > > > On Sat, Apr 7, 2018 at 1:24 PM, Ell via gimp-developer-list < > gimp-developer-list@gnome.org> wrote: > >> On Sat, 7 Apr 2018 12:41:10 -0400 >> Partha Bagchi wrote: >> >> > Ell my friend, it's me

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Partha Bagchi
On Sat, Apr 7, 2018 at 1:24 PM, Ell via gimp-developer-list < gimp-developer-list@gnome.org> wrote: > On Sat, 7 Apr 2018 12:41:10 -0400 > Partha Bagchi wrote: > > > Ell my friend, it's me again. :) > > > > We can't use gnu++11 with objective-c code. > > > > CXX

Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-07 Thread Ell via gimp-developer-list
On Sat, 7 Apr 2018 12:41:10 -0400 Partha Bagchi wrote: > Ell my friend, it's me again. :) > > We can't use gnu++11 with objective-c code. > > CXX gimp-parallel.o > > error: invalid argument '-std=gnu++11' not allowed with 'Objective-C' > > make[3]: ***