Russell Cattelan wrote:
>
> Kip Macy wrote:
>
> > Russell Cattelan wrote:
> > >
> > > Nathan Scott wrote:
> > >
> > > > hi,
> > > >
> > > > On Jun 9, 2:30pm, Kip Macy wrote:
> > > > > Subject: compile error
> > > > > I get the following error after having updated from CVS:
> > >
> > > It's entirely possible the CVS tree is not quite in-sync with the ptools
> > > tree.
> > > I'll regenerate the tree from scratch... let me know if that clear up the
> > > problem.
> > >
> > That must be the problem, I just moved fs/xfs to fs/xfsold and then did
> > a
> > cvs update and the problem still occurred. Thanks for your help.
> >
> > -Kip
>
> Ok the whole CVS has been regenerated.
> Give it a shot.
I spoke to soon. Now I get this:
make[4]: Entering directory
`/usr/src/SGI/linux-2.3-xfs/linux/fs/xfs/linux'
gcc -D__KERNEL__ -I/usr/src/SGI/linux-2.3-xfs/linux/include -D__SMP__
-Wall -Wstrict-prototypes -O2 -pipe -DCPU=586 -fno-strict-aliasing
-pg -g3 -Wno-unused -Wno-parentheses -Wno-uninitialized -I..
-I../pseudo-inc -I. -D_KERNEL -funsigned-char -Wno-unknown-pragmas -c
-o xfs_super.o xfs_super.c
xfs_super.c:40: config/xfs/grio.h: No such file or directory
make[4]: *** [xfs_super.o] Error 1
I will try copying grio.h from another directory.
|