build error in kdegraphics

Pavel Heimlich, a.k.a. hajma tropikhajma at gmail.com
Wed May 5 11:10:26 CEST 2010


2010/5/4 Alexander Neundorf <neundorf at kde.org>:
> Hi,
>
> kdegraphics currently doesn't build with SunStudio:
> http://my.cdash.org/viewBuildError.php?buildid=64252
>
> The code in this file is:
> #ifdef LIBRAW_LIBRARY_BUILD
> #ifdef _OPENMP
> #pragma omp firstprivate(colors,height,width)
> #endif
> #endif
>
> What should we do ? Undefine _OPENMP ? Or somehow make it work what is written
> there ? Or add an ifdef for the SunStudio compiler there ?

Hi Alex,
I've already reported the issue upstream at
http://www.libraw.org/node/368
I have never touched anything openmp, but after checking the
documentation I consider the code is broken and only works by accident
(if it works at all - is there a way to verify?).

P.

>
> Alex
>


More information about the Kde-buildsystem mailing list