home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.amiga
- Path: sparky!uunet!wupost!cs.utexas.edu!mercury.unt.edu!ponder.csci.unt.edu!jbw
- From: jbw@ponder.csci.unt.edu (WEST JASON BRUCE)
- Subject: Dnet - COMPILATION HELP NEEDED [PLEASE READ AND RESPOND]
- Message-ID: <1993Jan11.090449.24712@mercury.unt.edu>
- Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
- Organization: University of North Texas, Denton
- Date: Mon, 11 Jan 1993 09:04:49 GMT
- Lines: 45
-
- I am told you guys are the ones to ask - so here goes...
-
- --
-
- 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
-
-