Subject: | Convert-UUlib 1.03 compile error (Linux) |
Tried to compile Convert-UUlib 1.03 the other day but there was several type errors.
OS: Crux Linux 2.6.7(i386)
Perl: 5.8.4
Gcc: 3.3.3
cd uulib && /usr/bin/make all
make[1]: Entering directory `/root/.cpan/build/Convert-UUlib-1.03/uulib'
cc -c -O2 -march=i686 -pipe -fpic -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
In file included from uulib.c:76:
/usr/include/io.h:69: error: parse error before "TAILQ_ENTRY"
/usr/include/io.h:72: error: parse error before '}' token
/usr/include/io.h:75: error: field `ihdr_queue' has incomplete type
/usr/include/io.h:76: error: field `ihdr_parent' has incomplete type
/usr/include/io.h:120: error: field `io_ev' has incomplete type
make[1]: *** [uulib.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/Convert-UUlib-1.03/uulib'
make: *** [uulib/libuu.a] Error 2
/usr/bin/make -- NOT OK