-
Notifications
You must be signed in to change notification settings - Fork 11
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
Try to fix GLEW build #90
Conversation
No change as far as I can tell. SDK build log attached... GLEW stuff starts at line 1978 |
FreeType chooses compiler:
GLEW chooses compiler:
|
CMakeCache.txt still has |
Could you upload entire |
from build\glew-prefix\src\glew-build from build |
Toolset and platform aren't passed.
Does it have some verbosity settings? |
I also add commit to set those values differently |
Not sure what "it" is. |
No change in |
Raised minimum CMake version to 3.7 and use |
@Vezzra Does MacOS have CMake 3.7? |
Looks like CMake 3.7 was released near the end of 2018. |
I maybe wasn't actually using the modified versions you were uploading... I did the clone using the URL from the "Code" drop-button at the top of the page for the branch, but I think that defaults to your master branch, not the modified branch for the pull request (ie. the branch whose URL I was at). So possibly one of the earlier fixes could have worked? |
I suppose latest solution with |
Requires 3.7 as GLEW contains CMake project not in root directory
Correct compiler now:
|
FreeOrion builds also work. |
Oh, FreeOrion itself requires CMake 3.8 so I suppose MacOS definitely build this SDK too. |
Yes 😃 |
Should help with GLEW build issue #67 and #88 (comment) but ensuring pass correct architecture value.