home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21287 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  3. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  4. Subject: Re: UUCP 103 (taylor)
  5. Message-ID: <1992Dec21.185028.12873@rs6000.cmp.ilstu.edu>
  6. Date: Mon, 21 Dec 1992 18:50:28 GMT
  7. References: <1992Dec21.153625.4491@welchgate.welch.jhu.edu>
  8. Organization: Illinois State University
  9. Lines: 26
  10.  
  11. In article <1992Dec21.153625.4491@welchgate.welch.jhu.edu> keithc@welchgate.welch.jhu.edu (Keith Christopher) writes:
  12. >
  13. >Infile included from uucico.c:304:uucp.h:1180:conflicting types for 'strncasecmp'
  14. >/usr/include/string.h:36: previous declaration of 'strncasecmp'
  15. >
  16. >make *** [uucico.o] error 1
  17. >
  18. This is a relatively common error which occurs when porting software to
  19. Linux.  Typically, just commenting out the offending declaration (in this
  20. case, uucico.c line 304) will fix the problem.  Depending on what assumptions
  21. the code makes about the type for strncasecmp, you may need to fix other
  22. parts of the code as well.  I typically comment out, compile, and if it
  23. doesn't dump core and seems to work, don't worry too much :-).  Since this IS
  24. a mailsystem, I would probably be more careful in checking the code first,
  25. since (unlike some other toys) its pretty important that it work correctly
  26. and reliably.
  27.  
  28. Hope this helps!
  29.  
  30. Jean.
  31.  
  32. -- 
  33. Jean Liddle                                 
  34. Computer Science, Illinois State University  
  35. e-mail:  jliddle@ilstu.edu                  
  36. --------------------------------------------
  37.