-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Compile libmysql error in linux #5046
Comments
I had the same problem. Tracked the issue down to the use of CMAKE_SYSTEM_PROCESSOR when not cross-compiling. CMAKE_SYSTEM_PROCESSOR was undefined, so I reverted to the use of CMAKE_HOST_SYSTEM_PROCESSOR (due to not in a cross-compiling situation). Refer to attached patch. |
Hi, I've applied @scttgs0 's patch to current master and it allowed me to go a bit further but then failed with the following error:
To the untrained eye, it seems like |
For me, the patch fixed the issue and libmysql installed properly. Many thanks. |
Hi @Praying, thanks for reporting this issue! Thanks. |
Package: libmysql:x64-linux
Vcpkg version: 2018.11.23-unknownhash
The Message as follow:
The text was updated successfully, but these errors were encountered: