Bug 66096 - dealing ctags reporting "cannot open source file .... : No such file or directory"
Summary: dealing ctags reporting "cannot open source file .... : No such file or direc...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: CTags (show other bugs)
Version: 3.0.0a7
Platform: Compiled Sources Cygwin
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-16 08:50 UTC by Ralf Habacker
Modified: 2003-12-22 01:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2003-10-16 08:50:05 UTC
Version:           cvs 3.0.0-a7 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 2.95 
OS:          Cygwin

ctags give a result in case a file isn't found. For kdevelop 3.0.0.-a7 the files below are added to the project, but was not founc by ctags. As I have seen this, I was thinking if it would be good to use this information to either 

1. inform the user through a dialog or 
2. print out the results in the messages tab to inform the user 
3. let kdevelop checks his project files or 
4. do other usefull action

Please note that this is only a proposal. 

"languages/cpp/KDevCppSupportIface.skel"
"languages/cpp/app_templates/kscreensaver/kscreensaverui.cpp"
"languages/cpp/app_templates/kscreensaver/kscreensaverui.h"
 "languages/cpp/app_templates/qtopiaapp/examplebase.h"
"languages/cpp/debugger/debuggerdcopinterface.skel"
"languages/java/KDevJavaSupportIface.skel"
languages/python/app_templates/pyqt/app.py
"languages/python/app_templates/pyqt/documentdetails.cpp"
"languages/python/app_templates/pyqt/documentdetails.h"
"lib/interfaces/KDevAppFrontendIface.skel"
"lib/interfaces/KDevCoreIface.skel"
"lib/interfaces/KDevMakeFrontendIface.skel"
"lib/interfaces/KDevPartControllerIface.skel"
"parts/filter/kdevfilteriface.skel"
"vcs/cvsservice/checkoutdialogbase.cpp"
"vcs/cvsservice/checkoutdialogbase.h"
"vcs/cvsservice/commitdialogbase.cpp"
"vcs/cvsservice/commitdialogbase.h"
"vcs/cvsservice/cvsformbase.cpp"
"vcs/cvsservice/cvsformbase.h"
"vcs/cvsservice/cvsoptionswidgetbase.cpp"
"vcs/cvsservice/cvsoptionswidgetbase.h"
"vcs/cvsservice/cvsservicedcopiface.skel"
"vcs/cvsservice/diffdialogbase.cpp"
"vcs/cvsservice/diffdialogbase.h"
"vcs/cvsservice/releaseinputdialogbase.cpp"
"vcs/cvsservice/releaseinputdialogbase.h"
"vcs/cvsservice/tagdialogbase.cpp"
"vcs/cvsservice/tagdialogbase.h"
"vcs/svn/svnoptions.cpp"
"vcs/svn/svnoptions.h"
Comment 1 Ralf Habacker 2003-12-22 01:10:48 UTC
I've seen the solution already in cvs. 

Thanks for any help. 

Ralf