DDK installation errors

larry gross larry at bocasystems.com
Tue Jan 9 13:07:49 PST 2007


After configuring the DDK, I compiled the software with the "make" command and got an error (can't locate file for -ltiff).  I then tried "make install" and got some additional errors as shown below.

Are these errors normal or do I need to fix something?  Thanks for your help.



larry-gross-computer:~/desktop/cupsddk-1.0.1 larrygross$ make
for dir in espmsg cups ppdc data examples man po; do \
        (cd $dir ; make ) || exit 1;\
done
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c espmsglib.c
/bin/rm -f libespmsg.a
/usr/bin/ar -rcv libespmsg.a espmsglib.o
a - espmsglib.o
ranlib libespmsg.a
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c espmsg.c
espmsg.c: In function 'translate_messages':
espmsg.c:794: warning: 'httpWrite' is deprecated (declared at /usr/include/cups/http.h:426)
espmsg.c:814: warning: 'httpRead' is deprecated (declared at /usr/include/cups/http.h:416)
gcc -Wall -Wwrite-strings -O -fno-exceptions   -fno-rtti -o espmsg espmsg.o libespmsg.a -lcups -framework CoreFoundation -framework Security -lz -lpthread -framework CoreFoundation -lsupc++
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c attr.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c check.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c cmyk.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c dither.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c lut.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c pack.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c rgb.c
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c srgb.c
/bin/rm -f libcupsdriver.a
/usr/bin/ar -rcv libcupsdriver.a attr.o check.o cmyk.o dither.o lut.o pack.o rgb.o srgb.o
a - attr.o
a - check.o
a - cmyk.o
a - dither.o
a - lut.o
a - pack.o
a - rgb.o
a - srgb.o
ranlib libcupsdriver.a
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c commandtoescpx.c
gcc -Wall -Wwrite-strings -O -fno-exceptions   -fno-rtti -o commandtoescpx commandtoescpx.o libcupsdriver.a \
        /usr/lib/libcupsimage.a /usr/lib/libcups.a -ltiff -ljpeg -lpng -framework CoreFoundation -framework Security -lz -lpthread -framework CoreFoundation -lsupc++
/usr/bin/ld: can't locate file for: -ltiff
collect2: ld returned 1 exit status
make[1]: *** [commandtoescpx] Error 1
make: *** [all] Error 1

larry-gross-computer:~/desktop/cupsddk-1.0.1 larrygross$ make install
for dir in espmsg cups ppdc data examples man po doc; do \
        (cd $dir ; make  install) || exit 1;\
done
make[1]: Nothing to be done for `install'.
/usr/bin/install -c -d /usr/bin
install: chmod 755 /usr/bin: Operation not permitted
/usr/bin/install -c -m 755 -s cupsprofile /usr/bin
install: cupsprofile: No such file or directory
make[1]: *** [install] Error 71
make: *** [install] Error 1




More information about the cups-devel mailing list