DDK fails to compile on debian Sarge (now stable)

Anonymous anonymous at easysw.com
Wed Jun 8 15:13:06 PDT 2005


> The DDK still fails to compile:
>
> [...]
> configure: creating ./config.status
> config.status: creating Makedefs
> config.status: creating cupsddk.list
> config.status: creating config.h
> touch config.h
> for dir in espmsg cups ppdc data examples man po doc; do \
>         (cd $dir ; make  install) || exit 1;\
> done
> make[1]: Entering directory `/home/peer/cups-ddk/cupsddk-1.0/espmsg'
> make[1]: Nothing to be done for `install'.
> make[1]: Leaving directory `/home/peer/cups-ddk/cupsddk-1.0/espmsg'
> make[1]: Entering directory `/home/peer/cups-ddk/cupsddk-1.0/cups'
> /usr/bin/install -c -d /usr/bin
> /usr/bin/install -c -m 755 -s cupsprofile /usr/bin
> /usr/bin/install: cannot stat `cupsprofile': No such file or directory
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/home/peer/cups-ddk/cupsddk-1.0/cups'
> make: *** [install] Error 1
>
>
> Here is the gcc version info:
>
> [root at lxw2:/home/peer/cups-ddk/cupsddk-1.0]> gcc --v
> Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
> Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
> Thread model: posix
> gcc version 3.3.5 (Debian 1:3.3.5-13)

If I start the following command in the cups subdirectory, a missing file is reported:

[root at lxw2:/home/peer/cups-ddk/cupsddk-1.0/cups]> make
gcc -I.. -Wall -Wwrite-strings -O -fno-exceptions   -c attr.c
In file included from attr.c:34:
driver.h:49:27: cups/raster.h: No such file or directory
make: *** [attr.o] Error 1

It does not seem to be included in the cups-ddk distribution.
Where can I get this file, or where is it supposed to be?

Peer





More information about the cups-devel mailing list