home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / datacomm / 8612 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.6 KB

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