Hi all,
I'm not very familiar with CPAN but I am using it to get my dependencies in order for maia mailguard. The library that is giving me problems is Convert::UUlib. Here is tail end of the output when I attempt to install with CPAN:
Code:
cd uulib && /usr/bin/make all
make[1]: Entering directory `/root/.cpan/build/Convert-UUlib-1.06/uulib'
cc -c -O2 -fPIC -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
In file included from uulib.c:81:
fptools.h:71: error: conflicting types for `FP_tempnam'
/usr/include/stdio.h:197: error: previous declaration of `FP_tempnam'
uulib.c: In function `UULoadFileWithPartNo':
uulib.c:723: warning: assignment makes pointer from integer without a cast
uulib.c: In function `UUDecodeFile':
uulib.c:957: warning: assignment makes pointer from integer without a cast
uulib.c:1062: warning: assignment makes pointer from integer without a cast
make[1]: *** [uulib.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/Convert-UUlib-1.06/uulib'
make: *** [uulib/libuu.a] Error 2
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
I currently have Convert::UUlib 1.051 installed but maia recommends 1.06. I'm going to forge ahead without it but it would be nice to get this solved. Thanks for any advice.