https://bugs.kde.org/show_bug.cgi?id=377662
Bug ID: 377662 Summary: build fixes Product: kexi Version: 3.0.1 Platform: Compiled Sources OS: OS X Status: UNCONFIRMED Severity: normal Priority: NOR Component: General Assignee: kexi-b...@kde.org Reporter: rjvber...@gmail.com CC: a...@piggz.co.uk, in...@fables.co.za Target Milestone: --- Created attachment 104588 --> https://bugs.kde.org/attachment.cgi?id=104588&action=edit patch allowing code and docbooks to build on Mac I finally got around to building Kexi 3.0.1 on Mac and ran into a number of building issues: - a missing find_package of KDocTools and missing argument in kdoctools_create_handbook for the English docbook - Q_OS_MAC should be Q_OS_MACOS - the moc compiler doesn't respect conditional code or not reliably so, and slot functions should thus always all be present. If they have to be conditional, keep the function declaration outside the #ifdef and the actual payload inside. I'm attaching the patch with which I finally could build the code. Kexi seems to run OK with it (but I'm hardly an expert). -- You are receiving this mail because: You are watching all bug changes.