Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!bu.edu!att!pacbell.com!ucsd!ucbvax!hkco.ahkcus.org!aaron From: aaron@hkco.ahkcus.org (Aaron Y.T. Cheung) Newsgroups: comp.protocols.tcp-ip Subject: Re: Installing PPP questions and problems Message-ID: <9101100457.AA00516@hkco.ahkcus.org> Date: 10 Jan 91 04:57:34 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 33 In article <1991Jan10.042828.29389@uniwa.uwa.oz> johng@uniwa.uwa.oz (John Gibbins) writes: | 1) When building, the make depend failed because slcompress defines | BCOPY ... Same thing encountered here (on a 3/160 running 4.1) but not much of a problem. | 2) Greg mentioned that the test for __sys_types_h in | is wrong. I agree, but I haven't been able to | connect this with ppp.c. From the name, "pixrect" sounds like it is | part of sunview. If so, why should it have anything to do with data | comms (especially as I don't even have a graphics monitor!). For those who didn't have /usr/include/pixrect installed, then instead of patch2's suggestion of + #ifdef sun + /* + * Get definition of SUNOS + */ + #include + #endif + you could replace the above lines by (assuming you're using SunOS 4.1): #define SUNOS 41 (ie, put it before the line #include "magic.h" in ppp.c.) /ac.