9fans archive / 2001 / 05 / 478 /    prev next

From: Ish Rattan <ishwar@pal...>
Subject: [9fans] Compilation error??
Date: Wed, 30 May 2001 16:15:27 -0400 (EDT)

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);
----