Re: make_ctags problem

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Mattew T(dot) O'Connor" <matthew(at)zeut(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make_ctags problem
Date: 2002-06-02 18:03:41
Message-ID: 008601c20a5f$d42cec80$6500a8c0@internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FreeBSD man page for ctags:

-d Create tags for #defines that do not take arguments; #defines
that take arguments are tagged automatically.

-t Create tags for typedefs, structs, unions, and enums.

Chris

----- Original Message -----
From: "Mattew T. O'Connor" <matthew(at)zeut(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Sent: Sunday, June 02, 2002 1:12 AM
Subject: [HACKERS] make_ctags problem

> Hello, I have been trying to get the make_ctags script working. On Redhat
7.3
> (that is all I have access to at the moment.) the script generates the
> following output:
>
> [matthew(at)zeutrh73 src]$ pwd
> /home/matthew/src/pgsql/src
> [matthew(at)zeutrh73 src]$ ./tools/make_ctags
> ctags: Unknown option: -d
> ctags: Unknown option: -d
> ctags: Unknown option: -d
> sort: open failed: tags: No such file or directory
> [matthew(at)zeutrh73 src]$ cat /etc/redhat-release
> Red Hat Linux release 7.3 (Valhalla)
> [matthew(at)zeutrh73 src]$ ctags --version
> Exuberant Ctags 5.2.2, Copyright (C) 1996-2001 Darren Hiebert
> Compiled: Feb 26 2002, 04:51:30
> Addresses: <dhiebert(at)users(dot)sourceforge(dot)net>,
http://ctags.sourceforge.net
> Optional compiled features: +wildcards, +regex
>
> The ./tags file created is not created, so all the symlinks created
throught
> the source tree are broken.
>
> The make_ctags script runs without error if I change line 5
>
> from:
> -type f -name '*.[chyl]' -print|xargs ctags -d -t -a -f tags
> to:
> -type f -name '*.[chyl]' -print|xargs ctags -a -f tags
>
> The man page for ctags does not list -d or -t as valid options.
>
> Am I doing somthing wrong? Something with the version of ctags provided
by
> Redhat?
>
> Also when I attempt to use the tags file what was created by the modified
> make_ctags script, I get the following errors from vi:
>
> E432: Tags file not sorted: tags
> E426: tag not found: BUFFER_LOCK_UNLOCK
>
> Matthew
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-02 21:36:52 perl pod2man bug
Previous Message NunoACHenriques 2002-06-02 16:20:52 tuplesort: unexpected end of data