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

[pango/gtk]Fix build error C2001. #6671

Merged
merged 1 commit into from
May 29, 2019
Merged

[pango/gtk]Fix build error C2001. #6671

merged 1 commit into from
May 29, 2019

Conversation

JackBoosY
Copy link
Contributor

@JackBoosY JackBoosY commented May 29, 2019

I encountered some errors when building pango / gtk on Windows10-zh_CN / Visual Studio 2017-zh_CN:
error C2001: newline in constant

This is because we deleted the cmake flag "/utf-8" in scripts/toolchains/windows.cmake (PR: #5924).
Due to the problem caused by special characters in the source code, I think we should treat these ports specially, rather than unified processing. So I added it to each CMakeLists.txt.

Related: #6622.

@JackBoosY JackBoosY added the info:internal This PR or Issue was filed by the vcpkg team. label May 29, 2019
@Rastaban Rastaban merged commit 70e7124 into microsoft:master May 29, 2019
@JackBoosY JackBoosY deleted the dev/jack/6622 branch May 30, 2019 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants