-
Notifications
You must be signed in to change notification settings - Fork 492
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
build simple windows project failed(rustc 1.27 stable) #783
Comments
It looks like it's having trouble failing to link |
Hi, I've downloaded SDL_ttf.[lib|dll] files (along with freetype/zlib dlls it depends on), however, compilation still complains during linking:
|
Inside that very long error message line (and after realizing all those escaped hex values are the GBK/CP936/GB2312 encoded error message from the linker), I found |
Finally, it works! Turns out the SDL* libraries I installed through vcpkg is x86 targeted by default. |
I've setup environment almost exactly like README.md said, here's screenshots:
However, when I build the project, I've got follwing error:
The text was updated successfully, but these errors were encountered: