ytin fails to compile in Fedora 10
Brought to you by:
ytin
I had to make a couple of modifications to get ytin to compile in Fedora 10 which uses libc.so.6
in "utils.c" I had to add an #include <errno.h> at the top of the file,
and comment out "extern int errno;" lower down in the file.
in the Makefile I had to use g++ instead of gcc to get it to compile.
Otherwise no issues.
I attached a patchfile to this report which should work after you run ./configure
Patch file to get ytin to compile under fedora 10