Oliver Neukum wrote:
> 
> On Sunday, 22. April 2001 02:55, you wrote:
> > Greetings,
> >
> > Today I released the first version of a Philips webcam driver that contains
> > enough source code to get a working webcam on all Linux platforms that
> > support USB. Release 7.0 contains only a small binary part which is
> > completely optional (with some degradation in features, yes).
> 
> Hi,
> unfortunately there seems to be an include file missing
> 
> gcc -D__KERNEL__ -I/home/oliver/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
> -march=i686 -malign-functions=4  -DMODULE   -c -o pwc-if.o pwc-if.c
> In file included from pwc-if.c:49:
> pwc.h:40: pwc-dec.h: Datei oder Verzeichnis nicht gefunden
> make[2]: *** [pwc-if.o] Error 1
> make[2]: Leaving directory `/home/oliver/linux/drivers/usb'
> make[1]: *** [_modsubdir_usb] Error 2
> make[1]: Leaving directory `/home/oliver/linux/drivers'
> make: *** [_mod_drivers] Error 2o
To get the stuff working I had to uncomment line 40 of pwc.h 
#include "pwc-dec.h") 

further I had to uncomment lines 109-111 of Makefile 
pwcx-objs              := pwc-dec.o pwc-dec1.o pwc-dec23.o
pwc-dec23-table.o
pwcx-i386.o:   $(pwcx-objs) 
       $(LD) -r -o $@ $(pwcx-objs) 

-- 
Deti Fliegl

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to