On Fri, 2019-02-15 at 07:32 +0000, Mattia Verga wrote: > Il 2/12/19 3:17 AM, Orion Poplawski ha scritto: > > Which is now leading to some (expected) compilation failures: > > > > BUILDSTDERR: nco_omp.c: In function 'nco_openmp_ini': > > BUILDSTDERR: nco_omp.c:210:38: error: 'fp_stderr' not specified in > > enclosing 'parallel' > > BUILDSTDERR: 210 | if(nco_dbg_lvl_get() >= nco_dbg_fl) > > (void)fprintf(fp_stderr,"%s: INFO Small parallel test region > > spawned > > team of %d thread(s)\n",nco_prg_nm_get(),thr_nbr_act); > > BUILDSTDERR: | > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > BUILDSTDERR: nco_omp.c:205:10: error: enclosing 'parallel' > > BUILDSTDERR: 205 | # pragma omp parallel default(none) > > shared(thr_nbr_act) > > BUILDSTDERR: | ^~~ Just remove "default(none)" from "# pragma omp parallel default(none) shared(thr_nbr_act)" doesn't fix the build for you ? > > > > Same problem in Rawtherapee [1], I've reported upstream asking for a > solution [2] > > Mattia > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1675874 > > [2] https://github.com/Beep6581/RawTherapee/issues/5177 > > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: > https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx -- Sérgio M. B. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx