home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / amiga / 2650 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.6 KB  |  56 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!wupost!cs.utexas.edu!mercury.unt.edu!ponder.csci.unt.edu!jbw
  3. From: jbw@ponder.csci.unt.edu (WEST JASON BRUCE)
  4. Subject: Dnet - COMPILATION HELP NEEDED [PLEASE READ AND RESPOND]
  5. Message-ID: <1993Jan11.090449.24712@mercury.unt.edu>
  6. Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
  7. Organization: University of North Texas, Denton
  8. Date: Mon, 11 Jan 1993 09:04:49 GMT
  9. Lines: 45
  10.  
  11.    I am told you guys are the ones to ask - so here goes...
  12.  
  13. --
  14.  
  15.      I ftped every version of dnet on the planet - I think I now have the
  16. unix dnet 2.2 files uploaded to my Unix side.  Now, how do I get them to
  17. compile?
  18.  
  19. My system is ponder.cc.unt.edu - it's a "DYNIX(R) V3.1.4" version system.
  20. I believe I saw that dnet *should* compile on this sort of system.  So,
  21. how do I do it.  Here is what I get from the various attempts at
  22. compiling the files...
  23.  
  24. from parent dir:
  25.  
  26. jbw@ponder% make
  27. Make: No arguments or description file.  Stop.
  28. jbw@ponder% cd lib
  29. jbw@ponder% make
  30.         cc -c dnetlib.c
  31. "dnetlib.c", line 24: illegal type combination
  32. *** Error code 1
  33. Make: .  Stop.
  34.  
  35. more or less the same thing from the client,server, and dnet dirs also.
  36.  
  37. That "illegal type combination" is:
  38. typedef unsigned short uword;
  39. typedef unsigned long ulong;       <---- this is line 24 I believe
  40. typedef unsigned char ubyte;
  41. typedef struct sockaddr SOCKADDR;
  42.  
  43. Now, I'm no Unix or C expert - but everything seems more or less in line to
  44. me.  I *really* need dnet up and running - and would be extremely grateful
  45. if some kind soul would help me out.
  46.  
  47.  
  48.  
  49. Thanks a million - in advance.
  50. Ciao...
  51.  
  52.  
  53.  
  54.                                               - Jason
  55.  
  56.