Xref: utzoo comp.unix.sysv386:7985 comp.windows.x:36302 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!kuhub.cc.ukans.edu!maverick.ksu.ksu.edu!uafhp!engr.uark.edu!dch2 From: dch2@engr.uark.edu (David Hobbs) Newsgroups: comp.unix.sysv386,comp.windows.x Subject: compiling xview on Roell's port Message-ID: <6421@uafhp.uark.edu> Date: 10 May 91 21:55:39 GMT Sender: netnews@uafhp.uark.edu Followup-To: poster Lines: 16 Just wanted to thank everyone for their suggestions on compiling xview programs under Roell's port. It turns out that (other than linking in the correct libraries) if types.h is included several times, which it is, syntax errors result. I just had to add a line to my types.h like: #ifndef __sys_types_h #define __sys_types_h . . . #endif This could come in handy for the next person that runs into the same problems that I had. Again, thanks everyone for your suggestions!