Florian> discovery pwc-10.0.7a # make
Florian> make -C /lib/modules/2.6.13-rc3-mm1/source
Florian> SUBDIRS=/root/src/pwc-10.0.7a modules make[1]: Entering directory
Florian> `/usr/src/linux-2.6.12-rc3-mm1' CC [M] /root/src/pwc-10.0.7a/pwc-if.o
Florian> In file included from /root/src/pwc-10.0.7a/pwc-if.c:68:
Florian> /root/src/pwc-10.0.7a/pwc.h:99:1: warning: "V4L2_PIX_FMT_PWC1"
redefined
What I did was put in an '#ifndef V4L2_PIX_FMT_PCWC1 ... #endif in the
pwc.h file to shut this warning up, though I didn't check it myself to
make sure they were the same definitions! Oops...
Florian> binary operator before token "(" /root/src/pwc-10.0.7a/pwc-if.c:823:40:
Florian> missing binary operator before token
Florian> "(" /root/src/pwc-10.0.7a/pwc-if.c:838:40: missing binary operator
Florian> before token "(" /root/src/pwc-10.0.7a/pwc-if.c:1337:40: missing binary
Florian> operator before token "(" /root/src/pwc-10.0.7a/pwc-if.c:1373:40:
Florian> missing binary operator before token
Florian> "(" /root/src/pwc-10.0.7a/pwc-if.c:1644:40: missing binary operator
Florian> before token "(" /root/src/pwc-10.0.7a/pwc-if.c:1773:40: missing binary
Florian> operator before token "(" make[2]: *** [/root/src/pwc-10.0.7a/pwc-if.o]
Cehck line 838 of the file and see what it says. Hmm.. in my hacked
up code, that's inside the pwc_isoc_init() function, so I should try
and see if I can re-create your issue in the regular code, though I'm
running 2.6.13-rc3 right now.
John
_______________________________________________
pwc mailing list
http://lists.saillard.org/mailman/listinfo/pwc
|