zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Zsh workers <zsh-workers@sunsite.auc.dk>
Subject: Re: PATCH: AIX .export files
Date: Fri, 5 Nov 1999 09:19:19 +0000	[thread overview]
Message-ID: <991105091919.ZM29481@candle.brasslantern.com> (raw)
In-Reply-To: <3821DA96.47D9E718@u.genie.co.uk>

On Nov 4,  7:12pm, Oliver Kiddle wrote:
} Subject: PATCH: AIX .export files
}
} I had a go at compiling 3.1.6-bart-8 on AIX. The first problem I had
} was with the standard AIX awk. I got this error:
} 
}  awk -f ../../Src/makepro.awk parameter.c Src/Modules > parameter.pro
} awk: 0602-564 Format item static void shempty  cannot be longer than
} 3,000 bytes.

This appears to refer to the awk-variable `local' which is being printed
during the END block, and which has accumulated all the static function
prototypes during processing of the file.

Possible solutions:

(1) Try using
	printf "%s", locals
    on line 149 of makepro.awk.
(2) Reorder the functions so as many as possible are defined before they
    are referenced, and then remove the /**/ from all except those that
    cannot be so ordered.
(3) Break up parameter.c into several files.
(4) Rewrite makepro.awk to avoid accumulating all the function def'n's
    before printing any of them, thus producing uglier .pro files.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1999-11-05  9:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-04 19:12 Oliver Kiddle
1999-11-05  9:19 ` Bart Schaefer [this message]
1999-11-05 11:56   ` Zefram
1999-11-05 15:40     ` Bart Schaefer
1999-11-05 17:30       ` Oliver Kiddle
1999-11-05 17:51         ` Bart Schaefer
1999-11-19 16:58           ` Oliver Kiddle
1999-11-05  9:09 Sven Wischnowsky
1999-11-22  9:36 Sven Wischnowsky
1999-11-22 15:14 ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=991105091919.ZM29481@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).