home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22441 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.6 KB  |  46 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!a080700
  3. From: a080700@hp9000.csc.cuhk.hk (Stephen Wong S M)
  4. Subject: Re: 0.99.2 compile prob #2
  5. Message-ID: <1993Jan2.135609.25278@hp9000.csc.cuhk.hk>
  6. Keywords: 0.99.2 compile problem
  7. Organization: The Chinese University of Hong Kong
  8. References: <philipr.725961618@extro.ucc.su.OZ.AU>
  9. Date: Sat, 2 Jan 1993 13:56:09 GMT
  10. Lines: 34
  11.  
  12. In article <philipr.725961618@extro.ucc.su.OZ.AU> philipr@extro.ucc.su.OZ.AU (Philip Rhoades) writes:
  13. >I get the following when I try to compile 0.99.2:
  14. >
  15. ># make
  16. >gcc -DKERNEL -Wall -O6 -fomit-frame-pointer  -c -o init/main.o init/main.c
  17. >init/main.c: In function `start_kernel':
  18. >init/main.c:245: too many arguments to function `inode_init'
  19. >init/main.c:245: void value not ignored as it ought to be
  20. >make: *** [init/main.o] Error 1
  21. ># 
  22. >
  23. >any ideas?
  24. >
  25. >-- 
  26. >Philip Rhoades
  27. >First Year Biology
  28. >University of Sydney
  29. >phil@biox.bio.su.OZ.AU or philipr@extro.ucc.su.OZ.AU
  30.  
  31. Copy linux/include/asm/* to /usr/include/asm and linux/include/linux/* to
  32. /usr/include/linux.
  33.  
  34. The inode_init() prototype is updated in this release.
  35.  
  36. You problem will be solved but along the make process, I encounter still
  37. another problem.
  38.  
  39. *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
  40. v Stephen Wong Siu-ming       v internet: stephenwong@cuhk.hk        v
  41. ^ Computer Services Center    ^ bitnet  : a080700@cucsc.bitnet       ^
  42. * Chinese University of       * phone   : (852) 609-8904             *
  43. v Hong Kong                   v fax     : (852) 603-5001             v
  44. *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
  45.  
  46.