Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucbvax!cs.hull.ac.uk!rst From: rst@cs.hull.ac.uk (Rob Turner) Newsgroups: comp.sys.transputer Subject: Re: Getting Origami 1.5 Message-ID: <15622.9103141207@olympus.cs.hull.ac.uk> Date: 14 Mar 91 12:07:37 GMT References: <5392.9103011250@ormazd.cs.hw.ac.uk> <27390.9103071305@olympus.cs.hull.ac.uk> <1991Mar11.205133.25026@ux1.cso.uiuc.edu> Sender: usenet@ucbvax.BERKELEY.EDU Organization: Computer Science, University of Hull Lines: 22 In article <1991Mar11.205133.25026@ux1.cso.uiuc.edu> whitting%yoyodyne%ux1.cso.uiuc.edu%maverick.ksu.ksu.edu%zaphod.mps.ohio-state.edu%rpi@uwm.edu writes: > >I was able to get Origami running on our Sun 3/160, SunOS 4.0.3 without too >much work. I had to change all the occurrences of '#include ' to >'#include ', cast all mallocs to the proper type, and write a >'strstr' routine. If you are interested in getting my modifications, email >me. If there is enough interest, I could probably even put the source up on >NCSA's anonymous FTP. > Touche. Straight after I posted my original article I did more or less the same thing as you say above, #including and writing my own 'strstr'. I didn't bother to cast the mallocs, though. I suppose they were the source of all the incompatible type warnings (I didn't check at the time). I got the thing to compile and run, ran the program to allow me to use emacs-style key bindings, and got no further. Half the keys don't seem to work (including the normal alphanumeric keys). Maybe I'm missing something obvious - my experience with a folding editor is limited. Rob