From owner-freebsd-questions Thu May 18 3:27: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 55D4837B524 for ; Thu, 18 May 2000 03:26:43 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id PAA10722 for ; Thu, 18 May 2000 15:55:08 +0530 (IST) Received: from pcd75.sasi.com ([10.0.16.75]) by sasi.com; Thu, 18 May 2000 15:55:06 +0000 (IST) Received: from localhost (gbnaidu@localhost) by pcd75.sasi.com (8.9.3/8.9.3) with ESMTP id PAA03912; Thu, 18 May 2000 15:57:27 +0530 Date: Thu, 18 May 2000 15:57:27 +0530 (IST) From: "G.B.Naidu" To: Rahul Siddharthan Cc: Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Cscope compilation (problem with port)..... In-Reply-To: <20000518124337.C4748@physics.iisc.ernet.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 * -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