home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!a080700
- From: a080700@hp9000.csc.cuhk.hk (Stephen Wong S M)
- Subject: Re: 0.99.2 compile prob #2
- Message-ID: <1993Jan2.135609.25278@hp9000.csc.cuhk.hk>
- Keywords: 0.99.2 compile problem
- Organization: The Chinese University of Hong Kong
- References: <philipr.725961618@extro.ucc.su.OZ.AU>
- Date: Sat, 2 Jan 1993 13:56:09 GMT
- Lines: 34
-
- In article <philipr.725961618@extro.ucc.su.OZ.AU> philipr@extro.ucc.su.OZ.AU (Philip Rhoades) writes:
- >I get the following when I try to compile 0.99.2:
- >
- ># make
- >gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -c -o init/main.o init/main.c
- >init/main.c: In function `start_kernel':
- >init/main.c:245: too many arguments to function `inode_init'
- >init/main.c:245: void value not ignored as it ought to be
- >make: *** [init/main.o] Error 1
- >#
- >
- >any ideas?
- >
- >--
- >Philip Rhoades
- >First Year Biology
- >University of Sydney
- >phil@biox.bio.su.OZ.AU or philipr@extro.ucc.su.OZ.AU
-
- Copy linux/include/asm/* to /usr/include/asm and linux/include/linux/* to
- /usr/include/linux.
-
- The inode_init() prototype is updated in this release.
-
- You problem will be solved but along the make process, I encounter still
- another problem.
-
- *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
- v Stephen Wong Siu-ming v internet: stephenwong@cuhk.hk v
- ^ Computer Services Center ^ bitnet : a080700@cucsc.bitnet ^
- * Chinese University of * phone : (852) 609-8904 *
- v Hong Kong v fax : (852) 603-5001 v
- *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
-
-