Add patch to fix windows.h include in freetype#10075
Merged
adamjstewart merged 2 commits intospack:developfrom Dec 17, 2018
Merged
Add patch to fix windows.h include in freetype#10075adamjstewart merged 2 commits intospack:developfrom
adamjstewart merged 2 commits intospack:developfrom
Conversation
Member
Author
|
Hold on, now I'm seeing issues with GCC 7.3.0. Let me see if those issues were caused by this patch. |
Member
Author
|
Okay, for GCC 7.3.0, with or without this patch, the issue still occurs. Let me try the original patch. We'll just have to regenerate configure each time. |
6e5c025 to
7ddc7e3
Compare
Member
Author
|
Okay, I think I have the correct patch this time. @jrood-nrel Can you try this and see if it works for you? |
Member
|
This is on CentOS 7 and I'm using GCC 4.8.5. Double checked I still see the error: Checked out this PR: 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9729.
I took the patch from https://savannah.nongnu.org/bugs/index.php?54967, generated a new
configurescript, and produced a new patch of the relevant changes. This way, we don't need to addm4,libtool,autoconf, andautomakedependencies needed by the previous patch.With this patch, I was able to successfully install freetype with GCC 4.9.3 on Cray CNL5 (Blue Waters).
@jrood-nrel