-
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
[nanodbc] build failure x64-windows #12248
Comments
Unfortunately it appears unixodbc is not set up to support windows in vcpkg. |
Nanodbc didn't depends on unixodbc on windows platform, because windows have native support for odbc. |
@DimRochette Looks like unixodbc was made a requirement for linux #11613 based on issues with linux builds, but the change inadvertently broke the windows build. I changed the CONTROL file;
If you would be so kind, please could you test with the changes mentioned above on both windows and linux and let us know if they work correctly someone can open a pull request (PR) to make this change to master?
|
@timautry Thanks for pointing this out! |
Seems OK for us. |
You are most welcome! Glad to help where I can. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install nanodbc --triplet x64-windows
Failure logs
Error: Building package unixodbc:x64-windows failed with: BUILD_FAILED
Additional context
failed on tag vcpkg tag 2020.06 and master 3d2a7ca
Workaround
removing the depends make compile pass on windows
vcpkg/ports/nanodbc/CONTROL
Line 5 in 3d2a7ca
The text was updated successfully, but these errors were encountered: