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!

asked 7 years ago158 views
5 Answers
0
Accepted Answer

Hey @REDACTEDUSER

lmbr_waf build_win_x64_vs2013_profile -p game

Let us know if this works for you :)

Cheers!

answered 7 years ago
0

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

answered 7 years ago
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..

answered 7 years ago
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 :)

answered 7 years ago
0

Thanks for catching this @REDACTEDUSER

answered 7 years ago

This post is closed: Adding new answers, comments, and votes is disabled.