Making xdtv-2.0.1 on FreeBSD fails on these gcc errors :
-- BEGIN --
grab-bktr.c: In function `xaw_to_fmt':
grab-bktr.c:176: error: label at end of compound statement
grab-bktr.c:187: error: label at end of compound statement
grab-bktr.c:193: error: label at end of compound statement
-- END --
One way to turn around this is to remove the default
condition in the switch statement.
Then, everything under the sun is Okay for the
compilation :P
gcc version : 3.4.2
jandali__AT__fr.fm