phex Posted March 14, 2016 Posted March 14, 2016 hican't compile because of following error: Error 1 error MSB3073: The command "scons.bat -Q no_sql=1" exited with code 2. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 japp does anyone have a clue why? I did follow all necessary steps described in the compile guide. thanks
Raz0r Posted March 15, 2016 Posted March 15, 2016 The compile guide got slightly outdated.Replace C:\Python27\Lib\commands.py with this then double-click/run compileall.pyRun scons like: scons -Q force32=1 tools=defaultYou could also install TDM-GCC-64 (which the official builds use) and skip that second step.
Zabuza Posted June 29, 2016 Posted June 29, 2016 I'm having the same issue and have applied the above steps. -Windows 10-MS Visual Studio 2013 Enterprise (Running as admin)
Raz0r Posted June 29, 2016 Posted June 29, 2016 Have you followed the latest steps? I updated them a couple days ago. It doesn't involve using VS2013, unless you really want to. I've tested these steps in a fresh VM of XP and W7, you should have no issue.
Zabuza Posted June 29, 2016 Posted June 29, 2016 Have you followed the latest steps? I updated them a couple days ago.It doesn't involve using VS2013, unless you really want to. I've tested these steps in a fresh VM of XP and W7, you should have no issue. Yes. Only reason I chose VS was because I had Resharper Ultimate for convenience. I've switched to Codelite and am having zero issues . I'll stick with this.
Raz0r Posted June 29, 2016 Posted June 29, 2016 FWIW you can still use either cl.exe (VS) or GCC from either CodeLite or VS. I just prefer to use CodeLite on all platforms.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now