Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

trifleJS shut down & builds error :Please install Windows SDK 2010. #64

Open
vercha opened this issue Jul 12, 2017 · 1 comment
Open

Comments

@vercha
Copy link

vercha commented Jul 12, 2017

E:\trifleJS-master\Build>.\Build.TrifleJS.bat
Please install Windows SDK 2010.
http://www.microsoft.com/en-us/download/details.aspx?id=8279

after installation , it will fail as well .

In directory C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A ;I found sdk2010 has already been installed.

but,why it fails to build?
Thanks for any advice!

@vercha vercha changed the title trifleJS crash once I run it trifleJS builds error :Please install Windows SDK 2010. Aug 4, 2017
@vercha
Copy link
Author

vercha commented Aug 4, 2017

I see, in your code:
SET WinSDK70A=C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin.
SET WinSDK71=C:\Program Files\Microsoft SDKs\Windows\v7.1\bin.

then I change the path to:
SET WinSDK70A=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin.
SET WinSDK71=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1\bin.

It seems build successfully.
but when I open trifleJS.exe in the binary directory, it shut down .
image

@vercha vercha closed this as completed Aug 4, 2017
@vercha vercha reopened this Aug 4, 2017
@vercha vercha changed the title trifleJS builds error :Please install Windows SDK 2010. trifleJS shut down & builds error :Please install Windows SDK 2010. Aug 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant