Bug 384990 - CMake: action to build mac files and auto-generated headers
Summary: CMake: action to build mac files and auto-generated headers
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: CMake (other bugs)
Version First Reported In: git master
Platform: Compiled Sources All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-23 09:50 UTC by RJVB
Modified: 2017-09-23 09:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
build error, missing dependency for the KDevPlatformUtil_autogen target? (6.90 KB, text/plain)
2017-09-23 09:50 UTC, RJVB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RJVB 2017-09-23 09:50:08 UTC
Created attachment 107967 [details]
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.