Hi!
Sorry if this is a known issue, I quickly check and couldn’t find something that would explain my problem.
I got 2 computer with the same kind of setting: Win10/Visual Studio 14.0
On both I just cloned the repo at latest. Generate a project for Vs14 x64 using Cmake(UI), the only settings I modify from the default config are c++11 and d3d11.
Nothing fency.
First computer everything works like a charm, link build post-build steps, everything.
The other computer however… always get stuck on the same step, starting to generate lua binding: “Generating tolua++ API binding on the fly for Audio”
And I can’t really figure out why. I suspected something with the admin rights on win10 but both computer have the same.
Any hint on what I’m doing wrong would be highly appreciated.