cscope does not work

Post here any ideas/problems/suggestions you have regarding CodeLite's CScope plugin
nguyendq
CodeLite Curious
Posts: 2
Joined: Fri Nov 28, 2008 6:18 pm
Contact:

cscope does not work

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: cscope does not work

Post by eranif »

You should install cscope

Code: Select all

sudo apt-get install cscope
Eran
Make sure you have read the HOW TO POST thread
nguyendq
CodeLite Curious
Posts: 2
Joined: Fri Nov 28, 2008 6:18 pm
Contact:

Re: cscope does not work

Post by nguyendq »

That is so easy. Now it works very well.

Thanks for your quick reply.

Have a nice weekend.
Post Reply