I forked current release from git to my local machine.
Then I've run everything by "Build instruction" from readme.md. create-projects.bat was working only with regular rights - it returned "System cannot find path specified" error when running with admin rights.
I compiled this thing using Visual Studio 2015 Build Tools (with Win 8.1 SDK). As I have x64 Win I used "VS2015 x64 Native Tools Command Line" shell. After compilation it returned 792 warnings and no errors.
Also I've created a .bat file for final steps:
" utils\premake5.exe install_data utils\premake5.exe install_resources
pause"
Question
googleyf
The actual error message is on the screen-shot:
http://prntscr.com/e7hjeq
I forked current release from git to my local machine.
Then I've run everything by "Build instruction" from readme.md.
create-projects.bat was working only with regular rights - it returned "System cannot find path specified" error when running with admin rights.
I compiled this thing using Visual Studio 2015 Build Tools (with Win 8.1 SDK). As I have x64 Win I used "VS2015 x64 Native Tools Command Line" shell. After compilation it returned 792 warnings and no errors.
Also I've created a .bat file for final steps:
" utils\premake5.exe install_data
utils\premake5.exe install_resources
pause"
Can anyone suggest how to resolve this issue?
15 answers to this question
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