Page 1 of 1

cscope does not work

Posted: Fri Nov 28, 2008 6:26 pm
by nguyendq
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.

Re: cscope does not work

Posted: Fri Nov 28, 2008 6:31 pm
by eranif
You should install cscope

Code: Select all

sudo apt-get install cscope
Eran

Re: cscope does not work

Posted: Fri Nov 28, 2008 6:39 pm
by nguyendq
That is so easy. Now it works very well.

Thanks for your quick reply.

Have a nice weekend.