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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!elfys4.hut.fi!ktaskine
  3. From: ktaskine@finsun.csc.fi (Kimmo Taskinen)
  4. Subject: Re: new error with compiling 0.99p1 : )
  5. Message-ID: <ktaskine.7@finsun.csc.fi>
  6. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  7. Nntp-Posting-Host: elfys4.hut.fi
  8. Organization: Electron Physics Laboratory, Helsinki University of Technology
  9. References: <marcf.725763666@yorku.ca>
  10. Date: Thu, 31 Dec 1992 06:12:36 GMT
  11. Lines: 32
  12.  
  13. In article <marcf.725763666@yorku.ca> marcf@nexus.yorku.ca (Marc G Fournier) writes:
  14.  
  15. >Hi...
  16.  
  17. >       God, ppl are going to start getting annoyed with the
  18. >errors I seem to find, but hey...sorry :)
  19.  
  20. >       make config works
  21. >       make dep works
  22. >       make clean works
  23. >       make all doesn't...
  24.  
  25. >       I get as far as compiling init/main.c, and it stops with:
  26.  
  27. >In function `start_kernel':
  28. >241: too many arguments to function `inode_init'
  29. >241: void value not ignored as it ought to be.
  30.  
  31. I had same problem, because I had not link from /usr/include/linux
  32. to /usr/src/linux/include/linux but there was a directory /usr/include/linux
  33. containing old sources (fs.h).
  34.  
  35. >       That was from patching 0.99p0 to 0.99p1.  I'm downloading
  36. >the complete source for 0.99p1 right now and will see what happens
  37. >with that...but...
  38.  
  39. This won't help if you don't remove /usr/include/linux-directory.
  40.  
  41. >Thanks...
  42.  
  43. >Marc
  44.