On 30/04/2018 08:28, John Emmas wrote:

when I attempt my first CMake 'configure' it gives me this error:-

    CMake Error at build_files/cmake/platform/platform_win32.cmake:174 (message):
    Windows requires pre-compiled libs at:
    'F:/Blender/../lib/windows_vc14'

This looks like it's assuming a 32-bit build whereas I downloaded 'win64_vc14', rather than 'windows_vc14'.  How do I tell it I want a 64-bit build?


I figured it out - I simply needed to clear the cache and it then allowed me to select a 64-bit build.  However, I still get a similar error:-

    CMake Error at build_files/cmake/platform/platform_win32.cmake:174 (message):
    Windows requires pre-compiled libs at:
    'F:/Blender/../lib/win64_vc14'

My libraries are installed in 'F:/Blender/lib/win64_vc14' (i.e. without the "/../").  Do I need to move them outside of my Blender folder?  Or have I still got some strange config problem?

John
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
https://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to