Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error: Unable to refresh cscope database" #23

Closed
fadeevab opened this issue Dec 12, 2016 · 2 comments
Closed

"Error: Unable to refresh cscope database" #23

fadeevab opened this issue Dec 12, 2016 · 2 comments

Comments

@fadeevab
Copy link

fadeevab commented Dec 12, 2016

It happens if some header or C file is a symbols link (it's wrong approach, but unfortunately I have such project).

Fix: improve your default "find" command to the next one:

find . \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) -type f > cscope.files

This command excludes symlinks. I'm not an active github user, so it will be grate if you make a fix.

Thank you!

@fadeevab
Copy link
Author

Ok, I created a pull request for you.

@amitab
Copy link
Owner

amitab commented Feb 11, 2017

Merged :)

@amitab amitab closed this as completed Feb 11, 2017
amitab added a commit that referenced this issue Feb 21, 2017
* UI revamped with ractive.js
* Added Cscope result history (Can be disabled in settings)
* Added Cscope result limiter (Can be bypassed in settings)
* Modified cscope.coffee to correctly bubble out the errors
* Removed unnecessary npm modules for faster loading time (Only 2 dependencies)
* Fix Issue #23 by @fadeevab
* Fix Issue #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants