cc -O3 -g -Wall -Werror -lftdi hdpvr-power.c -o hdpvr-power
cc1: warnings being treated as errors
hdpvr-power.c: In function 'open_ftdi_usbd':
hdpvr-power.c:63: warning: implicit declaration of function 'ftdi_usb_open_string'
make: *** [hdpvr-power] Error 1
This is on CentOS 5.
--
Yeechang Lee <yl...@pobox.com> | San Francisco
It is installed; the make wouldn't have gotten that far otherwise.
Yes, this was the key. I was using 0.16 from atrpms. After I switched
to 0.18 from rpmforge the compile worked.