[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kcl



Hello

I would like to install kcl on a NeXT 3.0.

Compiling created following errors:

next> cd /temp
next> cd hihm
next> cd kcl
next> make
(cd bin; make)
(cd o; make)
cc -c -O -DNeXT -DMAXPAGE=16384 -DVSSIZE=8152 -I../h ../c/alloc.c
../c/alloc.c:121: undefined type, found `STATIC'
../c/alloc.c:121: syntax error, missing `;' after `object'
../c/alloc.c:122: illegal statement, missing `;' after `STATIC'
../c/alloc.c:123: illegal statement, missing `;' after `STATIC'
../c/alloc.c:124: illegal statement, missing `;' after `STATIC'
../c/alloc.c:125: illegal statement, missing `;' after `STATIC'
../c/alloc.c:202: undefined type, found `STATIC'
../c/alloc.c:202: syntax error, missing `;' after `object'
../c/alloc.c:203: illegal statement, missing `;' after `STATIC'
../c/alloc.c:204: illegal statement, missing `;' after `STATIC'
../c/alloc.c:205: illegal statement, missing `;' after `STATIC'
../c/alloc.c:285: illegal statement, missing `;' after `STATIC'
../c/alloc.c:286: illegal statement, missing `;' after `STATIC'
../c/alloc.c:287: illegal statement, missing `;' after `STATIC'
../c/alloc.c:288: illegal statement, missing `;' after `STATIC'
../c/alloc.c:289: illegal statement, missing `;' after `STATIC'
../c/alloc.c:290: illegal statement, missing `;' after `bool'
../c/alloc.c:377: illegal statement, missing `;' after `STATIC'
../c/alloc.c:378: illegal statement, missing `;' after `STATIC'
../c/alloc.c:379: illegal statement, missing `;' after `bool'
../c/alloc.c:380: illegal expression, found `int'
*** Exit 1
Stop.
*** Exit 1
Stop.
next> 


Could you help me installing?
Best wishes
Hans