Thanks for the suggestion.
i checked the disk space and i have 22 gigs free..
so i don't think thats the problem.
i think it has something to do with this bit:
creating config.h
(cd unix; rm -f config.h ; ln -s ../config.h config.h)
(cd uulib; rm -f config.h ; ln -s ../config.h config.h)
(cd uulib ; make)
make[1]: Entering directory `/tmp/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
gcc -c -g -O2 -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
In file included from uulib.c:81:
./fptools.h:54: error: conflicting types for â_FP_tempnamâ
/usr/include/stdio.h:202: error: previous declaration of â_FP_tempnamâ was here
uulib.c: In function âUUMessageâ:
uulib.c:288: warning: incompatible implicit declaration of built-in function âstrlenâ
uulib.c:292: warning: incompatible implicit declaration of built-in function âstrlenâ
uulib.c: In function âUUInitializeâ:
uulib.c:373: warning: incompatible implicit declaration of built-in function âmemsetâ
uulib.c:390: warning: incompatible implicit declaration of built-in function âmallocâ
uulib.c: In function âUUGetOptionâ:
uulib.c:467: warning: incompatible implicit declaration of built-in function âmemcpyâ
uulib.c: In function âUULoadFileWithPartNoâ:
uulib.c:692: warning: incompatible implicit declaration of built-in function âmallocâ
uulib.c:698: warning: incompatible implicit declaration of built-in function âstrlenâ
uulib.c:714: warning: incompatible implicit declaration of built-in function âstrlenâ
uulib.c: In function âUUDecodeFileâ:
uulib.c:929: warning: incompatible implicit declaration of built-in function âstrcpyâ
uulib.c:960: warning: incompatible implicit declaration of built-in function âstrlenâ
uulib.c: In function âUUCleanUpâ:
uulib.c:1253: warning: incompatible implicit declaration of built-in function âmemsetâ
make[1]: *** [uulib.o] Error 1
make[1]: Leaving directory `/tmp/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
make: *** [libuu.a] Error 2
ERROR: Could not make UUDeview
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
something about UUDeview cannot make... i'm not sure how to fix that
i saw some people do something like libxorg-x11-dev, but ubuntu doesn't have that i just installed xorg-x11-dev...
didnt work.. i'm really stumped.
|