| From: D. Hugh Redelmeier <[EMAIL PROTECTED]> | I actually tried to build this on my Fedora Core 3 x86_64 linux2.6 system | instead of just talking about the code :-) | | There were a few small problems. | | 1) | | /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/msp3400.c: In function `msp3400c_thread': | /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/msp3400.c:838: warning: `interruptible_sleep_on' is deprecated (declared at include/linux/wait.h:310) | /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/msp3400.c: In function `msp3410d_thread': | /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/msp3400.c:1125: warning: `interruptible_sleep_on' is deprecated (declared at include/linux/wait.h:310) | | I have no idea what you are supposed to use these days. But this | error should probably not be ignored. | | I assume this is a 2.6ism.
I missed one of these somehow: /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/ivtv-ioctl.c: In function `ivtv_ivtv_ioctls': /home/hugh/tba/ivtv/ivtv-0.3.2e/driver/ivtv-ioctl.c:1011: warning: `interruptible_sleep_on' is deprecated (declared at include/linux/wait.h:310) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
