9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ish Rattan <ishwar@pali.cps.cmich.edu>
To: <9fans@cse.psu.edu>
Subject: [9fans] Compilation error??
Date: Wed, 30 May 2001 16:15:27 -0400	[thread overview]
Message-ID: <Pine.LNX.4.30.0105301614140.9227-100000@pali.cps.cmich.edu> (raw)

Hello,

The 3/27 upgrade broke the alef port from 2nd to 3rd edition. An invocation
of 8c (3/27 version) generates the following errors. Lines 85 to 95 in the
header file are shown below too. Replacing char *typestr[] by char **typestr
does not help.

Any ideas?

- ishwar
----
8c -w -I../port cinit.c
8c -w -I../port code.c
../port/globl.h:92 cinit.c:7 syntax error, last name: typestr
../port/globl.h:92 code.c:7 syntax error, last name: typestr
mk: 8c -w -I../port cinit.c  : exit status=rc 3302:8c 3306:errorExtern Hist*	his
-----../prot/globl.h---
Extern Node*	movenode;
Extern Node*	alefsig;
Extern Node*	checknode;

#define opt(s)		flag[s]

extern char*	treeop[];
extern char*	typestr[];

int	VBconv(void*, Fconv*);
Type*	abt(int);
----




             reply	other threads:[~2001-05-30 20:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-30 20:15 Ish Rattan [this message]
2001-05-30 21:31 Russ Cox
2001-05-30 22:46 ` Mike Haertel
2001-05-30 23:09 jmk
2001-05-31  2:38 ` Ish Rattan
2001-05-31  3:23   ` philw
2001-06-01  8:24     ` bs
2001-06-01  8:46       ` Matt
2001-05-31 11:08 rog

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=Pine.LNX.4.30.0105301614140.9227-100000@pali.cps.cmich.edu \
    --to=ishwar@pali.cps.cmich.edu \
    --cc=9fans@cse.psu.edu \
    /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.
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).