-
Notifications
You must be signed in to change notification settings - Fork 438
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
MariaDB include paths for Win #749
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #749 +/- ##
=======================================
Coverage 88.86% 88.86%
=======================================
Files 7 7
Lines 548 548
=======================================
Hits 487 487
Misses 61 61 ☔ View full report in Codecov by Sentry. |
FYI, this is how I build libmariadbclient on Windows. mysqlclient/.github/workflows/windows.yaml Lines 22 to 56 in 49e44c5
|
MariaDB 11.4.4 (from .zip file) header files are located under
${MYSQLCLIENT_CONNECTOR}/include/mysql
.Don't know how it was in previous versions, but without the above path in include list the C source file fails to compile.