Hi,
two success stories :
--------------------------- irix --------------------------
tried to compile on sgi irix6.5 - ok.
--------------------------- Openstep ----------------------
Now at home I try to compile on NeXT's Openstep 4.2 and bang.
Needs minor twitching:
a)
in libsock/socket.c need to define ENOSYS to 87.
The header errno.h would do that if I forced a POSIX compile which is a bad
thing on Openstep (quite broken).
b)
in pilot-xfer.c
add
struct utimbuf {
long actime;
long modtime;
};
for same reason.
HTH
-----------------------------------------------------------
Now it seems to work. I will wait for the final 095 though.
Thanks, Juergen
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix