Skip Menu |

This queue is for tickets about the Convert-UUlib CPAN distribution.

Report information
The Basics
Id: 6855
Status: resolved
Priority: 0/
Queue: Convert-UUlib

People
Owner: Nobody in particular
Requestors: mattias [...] hedenskog.se
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.03
Fixed in: (no value)



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
[guest - Mon Jul 5 22:07:20 2004]: Show quoted text
> 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
Solved. I was so tired during the night I didn't even notice that UUlib was trying to compile against Niels Provos io.h.