On Wednesday 05 September 2001 04:12, you wrote:
> En r�ponse � "Brian R. Gaeke" <[EMAIL PROTECTED]>:
> > And then spake Colin Davidson, as follows:
> > > I'm trying to make the latest from CVS and I do a symlink to pick up
> >
> > the
> >
> > > "bitmaps" directory. When I run make, it runs OK for a while and then
> >
> > I get
> >
> > > the following:
> >
> > I've been using latest CVS and it seems to compile for me.
> >
> > You might want to make sure that your /usr/include/linux points
> > somewhere sane.
> > I'm using 2.2.19, and there's no ssize_t on line 112 of <linux/net.h>,
> >
> > which is where your first error comes from:
> > >[...]
> > > -fomit-frame-pointer -malign-loops=2 -malign-jumps=2
> >
> > -malign-functions=2
> >
> > > -D__KERNEL__ -I/lib/modules/2.2.19/build/include -DCPU=586 -DMODULE
> > > -I./include -I./.. -I.. host-linux.c
> > > host-linux.c:750: warning: #warning "fix this kludge"
> > > In file included from /usr/include/linux/fs.h:15,
> > > from host-linux.c:30:
> > > /usr/include/linux/net.h:112: parse error before `ssize_t'
> > >[...]
>
> I have another solution :
> I had the same kind of problems with my debian.
> It seems that there are incompatibilities between include files from
> libc6-dev and include files from the linux kernel. You want to use
> the include files from the kernel with a:
> configure --with-linux-source=/usr/src/linux
> No problem to get plex compiling after that.
>
> Hope it helps.
>
> Christophe Bothamy.
Many thanks Christophe, that works like a charm. Now I'll bundle it up and
upload a new tarball.
Colin