Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build on Windows 10, VS 2017 #2

Closed
neonguyen1287 opened this issue Jul 6, 2019 · 3 comments
Closed

Cannot build on Windows 10, VS 2017 #2

neonguyen1287 opened this issue Jul 6, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@neonguyen1287
Copy link

Hi,

Has anyone tried to build this project in Windows? I got a bunch of errors as follows:
1
2

Do you know how to fix them?

Thank you

@tmsc5
Copy link

tmsc5 commented Jul 10, 2019

I just tackled this problem today, open the file where the errors are present (def.h) and include stdint.h

The next error you'll get is MSVC not being able to open stdc++fs.lib, I just removed it from the dependencies.

The next (and hopefully last) hurdle is trying to get ahold of the real smpl_female and smpl_male files, since they're supposed to be +100MBs, but due to Github's limitations, all you'll have is both files being a little more than 100 Bytes. I'm still trying to figure out how to get them.

Edit: Apparently, Git has bandwidth restrictions, you must pay in order to get the actual files, downloading a zip file only contains a pointer to the data files, but not the actual files themselves. Glad I don't use Github anymore.

@chongyi-zheng
Copy link
Owner

@neonguyen1287 Sorry for the late reply. I haven't tested this project on Windows yet. Apparently, there will be some problems if you build it directly in VS.

And thanks for your suggestion @tmsc5. You follow that one to see if it works.

I think there is a bug with git-lfs. I will provide the script to generate json files from official pkl files soon. Try to download the repo instead of cloning it to fetch all the data.

Thanks for your feedback!

@chongyi-zheng
Copy link
Owner

Close issue since I have uploaded the converter script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants