Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 15:57:27 +0530 (IST)
From:      "G.B.Naidu" <gbnaidu@sasi.com>
To:        Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
Cc:        Greg Lehey <grog@lemis.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Cscope compilation (problem with port).....
Message-ID:  <Pine.LNX.4.21.0005181550150.816-100000@pcd75.sasi.com>
In-Reply-To: <20000518124337.C4748@physics.iisc.ernet.in>

next in thread | previous in thread | raw e-mail | index | archive | help



Hello,

thanks for all your support. I didnt install the ports. But I am able to
compile the sources what ever I have got. Basically it was using curses.h
as include file. Instead for Free BSD, it should be ncurses.h

But now I have another problem with running cscope.

I am trying to run cscope on some files. These files are listed in a file
called files.out, 

Here is how I am running:

find <target directory> * -print > files.out

cscope -b -f kernel.db -i files.out

% ./cscope -b -f kernel.db -i files.out
cscope: building symbol database
40 files built, 0 files copied
60 files built, 0 files copied
80 files built, 0 files copied
100 files built, 0 files copied
190 files built, 0 files copied

At this point, it is building the files:

But after this when I ran the following command:

cscope -d -F kernel.db

it says: cscope: cannot read list size from file cscope.out

I dont know why it is trying to read cscope.out file when I explicitly
mentioned that read kernel.db file. I tried using the cscope.out file
also. Still it is giving same problem.

Is it a bug or some problem?

thanks
--gb



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0005181550150.816-100000>