On Thu, 14 Feb 2002 [EMAIL PROTECTED] wrote: > Is there anyone running analog on OS/390's native "Unix Systems Services". > (This is not Linux on S/390, though often I wish it were!) I tried making > the source code and ran into error after error. I'm no C genius. I threw > in the towel when I got datatype inconsistency messages. I'll paste the > errors onto this message, but from a broader perspective, has anyone gotten > this to work on USS?? >
Caroline, Sorry for the slow reply. I'm just catching up with a backlog of mail. There used to be a port for OS/390, but I've lost touch with the person who made it. I don't really know about this platform, but I think I can help you. > INITIAL MAKE > ***************** > cc -O2 -DUNIX -c alias.c > WARNING CBC3296 ./anlghea3.h:258 #include file <sys/param.h> not found. > FSUM3065 The COMPILE step ended with return code 4. You can avoid the inclusion of <sys/param.h> by defining NOFOLLOW in the Makefile. See the documentation in the Makefile about that. This will also leave out these lines which you were having trouble with: > ERROR CBC3068 ./globals.c:1150 Operation between types "int" and "void*" > is not > allowed. > ERROR CBC3068 ./globals.c:1155 Operation between types "int" and "void*" > is not > allowed. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
