When typing lmbr_waf build_win_x64_profile -p game i get an error

0

When I type

lmbr_waf build_win_x64_profile -p game

I get this error:

[Error] Invalid build command: 'build_win_x64_profile'. Type in 'Tools\Python\2.7.11\windows\python.exe ./Code/Tools/waf-1.7.13/lmbr_waf --help' for more information

Please help!

已提問 7 年前檢視次數 170 次
5 個答案
0
已接受的答案

Hey @REDACTEDUSER

lmbr_waf build_win_x64_vs2013_profile -p game

Let us know if this works for you :)

Cheers!

已回答 7 年前
0

Thank you! I was having the same problem and this resolved it.

已回答 7 年前
0

I've found you're better off doing it via Visual Studio, once you've created a project, set it to default via project manager and add your gems etc. run the lmbr_waf configure command.

Then open the SLN in the solutions folder, build the editor / game components (as stated in game programming basics 02) and job is a good one. It automatically updates / builds WAF anyway..

If the plan is to use C++ you might as well just do it all with VS anyway..

已回答 7 年前
0

@REDACTEDUSER

just want to pay your attention that in tutorials https://gamedev.amazon.com/forums/tutorials "Programming" section -> "Compiling The Engine Editor And Game",

and there "Step 2: Building with lmbr_waf" : the command for building hasn't updated at the latest changes :)

已回答 7 年前
0

Thanks for catching this @REDACTEDUSER

已回答 7 年前

此貼文已關閉:已停用新增新答案、評論和投票功能。