[Bf-committers] error: 'omp.h' file not found

John Smith lbalbalba at gmail.com
Tue Oct 2 20:38:21 CEST 2012


On Tue, Oct 2, 2012 at 8:21 PM, Sergey Sharybin <sergey.vfx at gmail.com> wrote:
> Hi,
>
> For CMake it'll be -DWITH_OPENMP=OFF
>
> Perhaps we could check whether we're building with LLVM and disable OpenMP
> by default in that cases. But that's for after release.
>
Thank you very much.

Actually, Im 'only' trying to analyze blender using clang-analyzer
(static src analyzer) and still compiling with gcc. So my cmake line
now looks like this :

cmake ../blender -G 'Unix Makefiles' -DCMAKE_C_COMPILER=ccc-analyzer
-DCMAKE_CXX_COMPILER=c++-analyzer -DWITH_OPENMP=OFF

Thanks again,

Regards,


John Smith.


More information about the Bf-committers mailing list