Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwvax!tank!eecae!cps3xx!cpsvax!adc From: adc@cpsvax.cps.msu.edu (Alan Cabrera) Newsgroups: comp.sys.isis Subject: Re: ISIS V1.2 alpha release available Keywords: Don't pick it up unless you feel adventurous... Message-ID: <3003@cps3xx.UUCP> Date: 17 May 89 01:10:30 GMT References: <27886@cornell.UUCP> Sender: usenet@cps3xx.UUCP Reply-To: adc@cpsvax.UUCP (Alan Cabrera) Distribution: comp Organization: Michigan State University, Computer Science Department Lines: 42 In article <27886@cornell.UUCP> ken@cs.cornell.edu (Ken Birman) writes: >PS: SUN users who don't like or have the LWP library will need >to disable the define "SUNLWP" in the include files isis.h and >pr.h, prior to compiling the system. Feeling adventurous, I made the above suggested modifications needed to compile on my Sun 3/60 running SunOS 3.5 and it complains in two seperate places: cd clib; make MCHTYPE=SUN3 MCHDEPCFLAGS= OPTIM=-O OPLIBS=-llwp ; cd .. cc -c -I../../include -DSUN3 -O ../../clib/cl_isis.c ../../clib/cl_isis.c: 2257: Can't find include file vfork.h *** Error code 2 Stop. *** Error code 1 Stop. This was easy to fix since SunOS 3.5 supports vfork(). The next attempt gives me a torrent of error messages: cd protos; make MCHTYPE=SUN3 MCHDEPCFLAGS= OPTIM=-O OPLIBS=-llwp ; cd .. cc -c -I../../include -O -DSUN3 ../../protos/pr_abcast.c cc -c -I../../include -O -DSUN3 ../../protos/pr_cbcast.c cc -c -I../../include -O -DSUN3 ../../protos/pr_gbcast.c cc -c -I../../include -O -DSUN3 ../../protos/pr_init.c ../../protos/pr_init.c: 122: exit: argument mismatch "../../protos/pr_init.c", line 122: warning: illegal combination of pointer and integer, op = "../../protos/pr_init.c", line 122: Illegal initialization "../../protos/pr_init.c", line 122: syntax error at or near string "exit" and much, much more. Am I doing something wrong? Alan D. Cabrera adc@cpsvax.cps.msu.edu