| Summary: | kdevelop: reloading project files generates *.d-files from all source files in home directory | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | me |
| Component: | All build tools | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.4.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
me
2019-06-27 09:39:39 UTC
I've never seen this happen :) can you please attach the example project you used? how did you configure it - purely from kdevelop or also from the command line? what version of cmake do you use? (In reply to Milian Wolff from comment #1) > I've never seen this happen :) can you please attach the example project you > used? I tried to create a minimal example but this seemed to work as it should. one if my older project not but that one, I can't attach here > how did you configure it - purely from kdevelop or also from the command > line? I used it from both, kdevelop and cmd line > what version of cmake do you use? always a quite recent one (3.16.4 atm) can you try the latest kdevelop version from git master which uses the cmake file api instead of the cmake server mode? maybe that fixes this? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I tried it with the git version, same result. opening one of my 'older' project, *.d files for all c-files were created in the home directory. it doesn't happen on the sample project I created. As I don't have the time to investigate further, I'll close it for now... |