[FreeVMS] Re: Compile errors


Subject: [FreeVMS] Re: Compile errors
From: Patrick Caulfield (patrick@tykepenguin.com)
Date: Mon Jul 15 2002 - 17:45:20 CEST


On Mon, Jul 15, 2002 at 11:56:46AM +0200, roart@nvg.ntnu.no wrote:
>
> > /tmp/t/linux/include/linux/mm.h:462: structure has no member named `count'
> > init/main.c:831: `SOFTINT_RESCHED_VECTOR' undeclared (first use in this function)
>
> Signs of header problems.
>
> > Nobody else seems to have complained about this so it must be me - am I using
> > the wrong Linux kernel (2.4.18) ?
>
> Just tried following the same HOWTO myself, but with different result.
> (Different, unrelated errors, corrected in reply to announcement mail)
>
> What output does prescript give?

rm: cannot remove `ipl.c': No such file or directory
rm: cannot remove `ast.c': No such file or directory
you have read the HOWTO and done a make in ../freevms?

 
> What kind of files are include/linux/mm.h and include/asm-i386/hw_irq.h?

$ ls -l /usr/include/linux/mm.h
lrwxrwxrwx 1 patrick patrick 48 Jul 15 11:40 /usr/include/linux/mm.h -> /tmp/linux/../freevms/linux/./include/linux/mm.h

$ ls -l /usr/include/asm/hw_irq.h
lrwxrwxrwx 1 patrick patrick 55 Jul 15 11:40 /usr/include/asm/hw_irq.h -> /tmp/linux/../freevms/linux/./include/asm-i386/hw_irq.h

Aha, I followed the instructions in your followup email and got further now. it
now fails on:

/tmp/linux/include/linux/mm.h: In function `is_page_cache_freeable':
/tmp/linux/include/linux/mm.h:462: structure has no member named `count'

I see that count is commented out in pfndef.h as superceded by pfn$l_refcnt.

I reinstated that( wrong thing to do I know but I wanted to see if it got any
further) and it dies on:

../../freevms/sys/src/sched.c: In function `init_idle':
../../freevms/sys/src/sched.c:1571: structure has no member named `psl'

which is buried in an anonymous union in task_struct.

patrick

-- 
Liste de diffusion FreeVMS
Pour se désinscrire : mailto:freevms-request@ml.free.fr?subject=unsubscribe



This archive was generated by hypermail 2b25 : Mon Jul 15 2002 - 17:45:34 CEST