Summary: | databases/qt4-mysql-plugin: compile errors related to "my_bool" | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Yunchih Chen <yunchih> |
Component: | Individual Port(s) | Assignee: | freebsd-kde (Team) <kde> |
Status: | Closed DUPLICATE | ||
Severity: | Affects Only Me | CC: | adridg |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Yunchih Chen
2018-05-21 10:21:27 UTC
r469165 is supposed to fix this. Your build log shows you have that version. My best guess is that the version check done in that patch (#if MYSQL_VERSION_ID >= 80001) is true (so that we use bool for mysql_bool) while your MySQL (Maria?) headers don't use that yet. Hi, Adriaan: Thanks for the reply. Indeed, as it's listed: DEFAULT_VERSIONS+= mysql=101m bdb=5 we are using MariaDB 10.1. But the patch only applies to MySQL, so in my case I must temporarily remove the patch in order to build successfully. Maybe OP should take MariaDB into account. *** This bug has been marked as a duplicate of bug 227813 *** |