Re: [darktable-dev] Darktable current master fails to build on Fedora 30

2019-07-25 Thread Terry Duell
On Thu, 25 Jul 2019 21:07:12 +1000, Andy Dodd wrote: Terry, Please test https://github.com/darktable-org/darktable/pull/2816 to see if I missed anything else that isn't problematic on GCC 8.3 - I won't be at my development machine for the rest of the day unfortunately. I also won't be c

Re: [darktable-dev] Darktable current master fails to build on Fedora 30

2019-07-25 Thread Andy Dodd
Terry, Please test https://github.com/darktable-org/darktable/pull/2816 to see if I missed anything else that isn't problematic on GCC 8.3 - I won't be at my development machine for the rest of the day unfortunately. I also won't be checking this email account until evening Eastern Standard bu

Re: [darktable-dev] Darktable current master fails to build on Fedora 30

2019-07-25 Thread Andy Dodd
I'll take care of this, apparently something my compiler didn't care about. On Thu, Jul 25, 2019 at 6:15 AM Aurélien Pierre wrote: > Hi, > > someone needs to add preserve_colors in the dt_omp_firstprivate(…) in the > next line, to please GCC 9. > > Cheers, > > Aurélien. > Le 25/07/2019 à 11:48,

Re: [darktable-dev] Darktable current master fails to build on Fedora 30

2019-07-25 Thread Aurélien Pierre
Hi, someone needs to add preserve_colors in the dt_omp_firstprivate(…) in the next line, to please GCC 9. Cheers, Aurélien. Le 25/07/2019 à 11:48, Terry Duell a écrit : > Hello, > Attempting to do an rpmbuild of current master (e31d89cbff35b) on > Fedora 30, fails with the following message...

[darktable-dev] Darktable current master fails to build on Fedora 30

2019-07-25 Thread Terry Duell
Hello, Attempting to do an rpmbuild of current master (e31d89cbff35b) on Fedora 30, fails with the following message... /home/terry/rpmbuild/BUILD/darktable-2.7.0/src/iop/basecurve.c:982:29: error: 'preserve_colors' not specified in enclosing 'parallel' 982 | const float lum = mul * dt