I ignore it, and continue with “lmbr_waf build_win_x64_profile -p all --progress” which gives me the error, “[ERROR] - Target platform “win_x64” not supported. [on host platform: win32]” Help would be appreciated,
Also you might wanna check if your processor is 32 bit.
If you are having a 64 bit processor but having a 32 bit OS installed, you are not using your processor to its fullest.
Then it should compile the other stuff aswell. Also you could start the SetupAssistant.bat outside of the dev folder and change the settings there in an UI.
As you can see the setup assistant detects everything fine. And when i use lmbr_waf the only remarkable thing seems to be “Unable to find Visual Studio 2013 for win_x64, removing build target”.
I am using visual studio 2013 and it works fine. It is not installed in the 3rdParty folder.
There is also a broken version of vs2015 on my pc.
Hey I’ve got the same issue when using “lmbr_waf build_win_x64_profile -p all --progress” - command .
But i am definitly using an 64 bit os (Win 10) and a 64 bit supporting processor ( i5 3570k)
So what am i doing wronh ?
Thanks in advance.
EDIT: I also tried to use :
“lmbr_waf build_win32_profile -p all --progress”
, but then i get the following Error:
“[ERROR] Invalid build command: ‘build_win32_profile’. Type in ‘Tools\Python\1.7.11\windows\python.exe ./Code/Tools/waf-1.7.13/lmbr_waf --help’ for more information”
When i change 1.7.11 to 2.7.11 it give s me an help page with tons of commands but i don’t know how it should help me ?-)
You might try lmbr_waf configure and see if it finds any missing components. Also, you might try rerunning Setup Assistant to make sure all the plugins and required SDKs are installed.
Which build are you using? 1.8, 1.7, … As things have changed over times in terms of the build parameters.
I suggest typing lmbr_waf.bat --help to see what the build optins are with your version. Also please use the supplied version of waf as this is the one that has been tested internally.