home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!sol.ctr.columbia.edu!eff!news.oc.com!mercury.unt.edu!ponder.csci.unt.edu!jbw
- From: jbw@ponder.csci.unt.edu (WEST JASON BRUCE)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Dnet -- COMPILATION HELP [PLEASE READ AND RESPOND, almost there]
- Message-ID: <1993Jan11.090856.24784@mercury.unt.edu>
- Date: 11 Jan 93 09:08:56 GMT
- Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
- Organization: University of North Texas, Denton
- Lines: 41
-
-
- I ftped every version of dnet on the planet - I think I now have the
- unix dnet 2.2 files uploaded to my Unix side. Now, how do I get them to
- compile?
-
- My system is ponder.cc.unt.edu - it's a "DYNIX(R) V3.1.4" version system.
- I believe I saw that dnet *should* compile on this sort of system. So,
- how do I do it. Here is what I get from the various attempts at
- compiling the files...
-
- from parent dir:
-
- jbw@ponder% make
- Make: No arguments or description file. Stop.
- jbw@ponder% cd lib
- jbw@ponder% make
- cc -c dnetlib.c
- "dnetlib.c", line 24: illegal type combination
- *** Error code 1
- Make: . Stop.
-
- more or less the same thing from the client,server, and dnet dirs also.
-
- That "illegal type combination" is:
- typedef unsigned short uword;
- typedef unsigned long ulong; <---- this is line 24 I believe
- typedef unsigned char ubyte;
- typedef struct sockaddr SOCKADDR;
-
- Now, I'm no Unix or C expert - but everything seems more or less in line to
- me. I *really* need dnet up and running - and would be extremely grateful
- if some kind soul would help me out.
-
-
-
- Thanks a million - in advance.
- Ciao...
-
-
-
- - Jason
-