When typing lmbr_waf.bat build_win_x64_vs2015_release -p all i get an error

0

when typing

lmbr_waf.bat build_win_x64_vs2015_release -p all

I get the error:

[ERROR] - Target platform "win_x64_vs2015" not supported. [on host platform: win32]

even though I have a x64 system

preguntada hace 7 años179 visualizaciones
3 Respuestas
0
Respuesta aceptada

FIXED IT I forgot to do the thing it says for visual studio 2015 where you need to enable the c++ on the system requirements page here:

http://docs.aws.amazon.com/lumberyard/latest/userguide/setting-up-system-requirements.html

respondido hace 7 años
0

Some Help would be appreciated!

respondido hace 7 años
0

I believe I found the issue, but not the answer, when running the lmbr_waf configure command I get this outcome:

[WAF] Executing 'configure' Running SetupAssistant ... --- Lumberyard Setup Assistant --- Lumberyard Setup Assistant: Reading configuration from: d:/Amazon/Lumberyard/1.7.0.0/dev/SetupAssistantConfig.json Lumberyard Setup Assistant: Reading configuration from: d:/Amazon/Lumberyard/1.7.0.0/dev/Tools/LmbrSetup/SetupAssistantConfig.json SDK location: d:/Amazon/Lumberyard/1.7.0.0/dev Third-party location: D:/Amazon/Lumberyard/1.7.0.0/3rdParty Capabilities available, [x] enabled - [ ] disabled: [X] rungame - Run your game project [X] runeditor - Run the Lumberyard Editor and tools [X] compilegame - Compile the game code [X] compileengine - Compile the engine and asset pipeline [ ] compilesandbox - Compile the Lumberyard Editor and tools [ ] compileandroid - Compile for Android devices [ ] setuplinux - Setup for Linux Dedicated Server [ ] vc120 - Visual Studio 2013 [X] vc140 - Visual Studio 2015 ############# Log of operations ################# ################################################# Successfully executed. [WARN] Removing the following Android target platforms due to "Compile For Android" not checked in Setup Assistant. -> android_armv7_gcc, android_armv7_clang [INFO] Configure "win_x64_vs2015 - [debug, profile, performance, release, debug_dedicated, profile_dedicated, performance_dedicated, release_dedicated, debug_test, profile_test, debug_test_dedicated, profile_test_dedicated]" Unable to detect find the C++ compiler for Visual Studio 2015, removing build target [INFO] Configure "win_x64_vs2013 - [debug, profile, performance, release, debug_dedicated, profile_dedicated, performance_dedicated, release_dedicated, debug_test, profile_test, debug_test_dedicated, profile_test_dedicated]" Unable to detect find the C++ compiler for Visual Studio 2013, removing build target [WAF] 'configure' finished successfully (27.226s) [WAF] Executing 'generate_uber_files' in 'd:\Amazon\Lumberyard\1.7.0.0\dev\BinTemp' [WAF] 'generate_uber_files' finished successfully (51.154s) [WAF] Executing 'generate_module_def_files' in 'd:\Amazon\Lumberyard\1.7.0.0\dev\BinTemp' Generating a 2048 bit RSA private key .............................+++ ...+++ d:\Amazon\Lumberyard\1.7.0.0\dev\MultiplayerSample\certificates\multiplayersample.key.pem: No such file or directory writing new private key to 'd:\Amazon\Lumberyard\1.7.0.0\dev\MultiplayerSample\certificates\multiplayersample.key.pem' 12916:error:02001003:system library:fopen:No such process:.\crypto\bio\bss_file.c:398:fopen('d:\Amazon\Lumberyard\1.7.0.0\dev\MultiplayerSample\certificates\multiplayersample.key.pem','wb') 12916:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:400: [WAF] 'generate_module_def_files' finished successfully (2.216s) [WAF] Executing 'msvs' in 'd:\Amazon\Lumberyard\1.7.0.0\dev\BinTemp' [ERROR] No eligible platforms supported for visual studio solution generation [WAF] 'msvs' finished successfully (0.944s)

If you look at the bottom it says [ERROR] no eligible platforms supported for visual studio solution generation. That sounds like a problem. What is the fix? (will be submitting as separate ticket too

respondido hace 7 años

Está publicación está cerrada: la opción de añadir nuevas respuestas, comentarios y votos está deshabilitada.