Hi,
I have installed codelite on my Ubuntu 8.04, everything works well. Now I am working on an existing project and cscope will be very useful for me to understand the source code. But "find functions calling this function" and "find functions called by this function" and "find C symbol" do not work, only the progress bar is full then no results even I try to find a very common use function link "printf" which I use many places in my source code of project. In Plugin manager, I see that cscope is enable. What is the problem?
Thank you for your help.
cscope does not work
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Nov 28, 2008 6:18 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: cscope does not work
You should install cscope
Eran
Code: Select all
sudo apt-get install cscope
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Nov 28, 2008 6:18 pm
- Contact:
Re: cscope does not work
That is so easy. Now it works very well.
Thanks for your quick reply.
Have a nice weekend.
Thanks for your quick reply.
Have a nice weekend.