From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ish Rattan To: <9fans@cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] Compilation error?? Date: Wed, 30 May 2001 16:15:27 -0400 Topicbox-Message-UUID: ab2820da-eac9-11e9-9e20-41e7f4b1d025 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); ----