Around about 06/09/05 17:52, Craig Tinson typed ...
Hope you can help - the program you attached doesn't compile under FC4.. with the following: digibox.c:46: warning: incompatible implicit declaration of built-in function âexitâ
For a start, they're just warnings, so it should have actually given you an exe. at the and. Put the exit() calls back, and try replacing the first (don't nkow how I ended up with 2) 'unistd.h' #include with 'stdlib.h'.
Failing that, do 'man 2 exit' and see what it says you need to include for exit().
-- [EMAIL PROTECTED] ~]# rm -f .signature [EMAIL PROTECTED] ~]# ls -l .signature ls: .signature: No such file or directory [EMAIL PROTECTED] ~]# exit
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
