Windows Blender 2.6 build not working?

Hi,

For a while now whenever I try to build Blender using C++ and Scons, it crashes when trying to compile the Armature.cpp. It claims the problem is it cannot find the file omp.h, but this is present in the Lib folder.

Does anyone know what to do about this?

Thanks
Tom

WITH_BF_OPENMP = False

Hi,

Thanks for the quick reply. However, I only have a WITH_BF_OPENAM and whe I set that to False it still has the same error. Do I need a different user-config file?

Thanks
Tom

Tom, add what batFINGER wrote into your user-config.py file if it doesn’t exists. Some flags, while available are not present in the default config file (I think).

Thanks a lot, that seems to be working, its got a lot further already.

Thanks
Tom