https://bugs.kde.org/show_bug.cgi?id=384990
Bug ID: 384990 Summary: CMake: action to build mac files and auto-generated headers Product: kdevelop Version: git master Platform: Compiled Sources OS: All Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Build tools: CMake Assignee: kdevelop-bugs-n...@kde.org Reporter: rjvber...@gmail.com Target Milestone: --- Created attachment 107967 --> https://bugs.kde.org/attachment.cgi?id=107967&action=edit build error, missing dependency for the KDevPlatformUtil_autogen target? Right now project parsing flags a potentially large number of errors when one creates a project for the first time, and continues to do so until a build has been done. While unavoidable in itself this is a handicap, all the more since errors flagged by parser tend to make the context browser popup and code completion inaccessible. It would be nice to have a dedicated action to generate those missing headers, moc files (an whatever else I missed), supposing CMake provides a way to do so. I just tried building kdevcmakecommon_autogen as an example, but that fails (see the attachment), something that indicate an issue in the cmake dependency declarations. -- You are receiving this mail because: You are watching all bug changes.