Canon LBP-1120 - Treiber kompilieren

Einrichten des Druckers und des Drucksystems, Scannerkonfiguration und Software zum Scannen und Faxen.
Antworten
rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 04.04.2008 11:13:22

Hallo,

Ich habe mir ein Linksys NSLU2 gekauft auf welchem ich Debian installiert habe. Nun versuche ich seit gestern besagten Drucker zu installieren. Da die .deb Pakete im offiziellen Treiber für den ARM Prozessor nicht geeignet sind, habe ich versucht den Treiber selbst zu compilieren. Dieser besteht aus 2 Teilen:

* cndrvcups-common-1.60
* cndrvcups-capt-1.60

Nun hab ich mir von beiden Teilen die README durchgelesen und die entsprechenden fehlenden Pakete nachinstalliert. Danach habe ich wie in der README beschrieben den Befehl "make gen" eingegeben (beim Treiber-tTeil cndrvcups-common-1.60). Folgendes wurde dabei ausgegeben:

Code: Alles auswählen

for dir in cngplp buftool cpca; do (cd $dir; ./autogen.sh; make $target)|| exit 1; done
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running libtoolize...
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:         [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngplpmod/Makefile
config.status: creating cnjatool/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
Now type `make' to compile.
make[1]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
Making all in po
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/po'
file=./`echo ja | sed 's,.*/,,'`.gmo \
      && rm -f $file &&  -c -o $file ja.po
/bin/sh: line 1: -c: command not found
make[3]: *** [ja.gmo] Error 127
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make: *** [gen] Error 1
Für mich sieht das ganze nach einem Fehler im Makefile aus. Hat irgendjemand eine Idee wie man die Sache lösen könnte? Ich bin leider mit meinem Latein am Ende

PS: Wenn man versucht den Treiber auf einem ganz normalen 32-Bit PC mit Ubuntu 7.10 zu kompilieren kommt an der selben Stelle ein Fehler.

LG

Danielx
Beiträge: 6419
Registriert: 14.08.2003 17:52:23

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von Danielx » 04.04.2008 13:27:05

Hallo und willkommen im df.de!

Zunächst fände ich es besser, wenn du hier auch erwähnen würdest, dass du diese Frage auch schon in einem anderen Forum gestellt hast:
http://forum.ubuntuusers.de/topic/164083/

Wo sind denn die genannten Dateien bzw. das Makefile zu finden?
rabatz hat geschrieben:Für mich sieht das ganze nach einem Fehler im Makefile aus.
Ja, sieht so aus, da fehlt das entsprechende Programm vor dem "-c":
rabatz hat geschrieben:

Code: Alles auswählen

rm -f $file &&  -c -o $file ja.po
Gruß,
Daniel

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 04.04.2008 14:24:06

Hallo,

Erstmal danke für die Antwort und sorry, dass ich nicht erwähnt habe, dass ich das selbe post auch in einem anderen Forum stehen hab.

Den Treiber kann man unter http://de.software.canon-europe.com/pro ... 000524.asp herunterladen. Dort auf English klicken und dann ganz unten ist der Linux Treiber.

Vielen Dank, LG

Danielx
Beiträge: 6419
Registriert: 14.08.2003 17:52:23

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von Danielx » 04.04.2008 15:13:51

So, ich habe mir mal eben die Dateien angesehen.

Dir fehlt das Programm msgfmt welches im Paket gettext enthalten ist.
Installiere dir das Paket, dann tritt der genannte Fehler nicht mehr auf.

Gruß,
Daniel

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 04.04.2008 15:14:55

Danke! Werd ich gleich mal probieren und dann berichten obs geklappt hat!

LG

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 04.04.2008 23:15:57

Hallo,

Das kompilieren hat jetzt wunderbar funktioniert. Vielen Dank für den wertvollen Tipp :)

Allerdings habe ich noch ein weiteres Problem mit dem Treiber:

In der Installationshilfe des Treibers stehen folgende Schritte für Debian Systeme:
1. # dpkg -i cndrvcups-common_x.xx-x_i386.deb
2. # dpkg -i cndrvcups-capt_x.xx-x_i386.deb
3. # /etc/init.d/cupsys restart
4. # /usr/sbin/lpadmin -p [printer name] -m [PPD file name] -v ccp:/var/ccpd/fifo0 -E
5. # /usr/sbin/ccpdadmin -p [Printer Name] -o [Printer Device Path]
6. # /etc/init.d/ccpd start

Nun da ich ja den Treiber selbst kompiliert und mit "make install" installiert habe, habe ich die ersten beiden Schritte übersprungen. Leider taucht jetzt bei Schritt 4 das nächste Problem auf:

Code: Alles auswählen

$ sudo /usr/sbin/lpadmin -p LBP1120 -P /usr/local/share/cups/model/CNCUPSLBP1120CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
lpadmin: „device-uri“ „ccp:/var/ccpd/fifo0“ falsch!
Aslo es schaut so aus als ob ihm das ccp fehlen würde, denn "ccpadmin" von Schritt 5 gibt es auch nicht. Wie kann man CCP nachinstallieren? Oder gibt es sonst nicht irgendwas was ich vergessen oder falsch gemacht habe?

LG

Danielx
Beiträge: 6419
Registriert: 14.08.2003 17:52:23

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von Danielx » 05.04.2008 00:51:47

rabatz hat geschrieben:Aslo es schaut so aus als ob ihm das ccp fehlen würde, denn "ccpadmin" von Schritt 5 gibt es auch nicht. Wie kann man CCP nachinstallieren? Oder gibt es sonst nicht irgendwas was ich vergessen oder falsch gemacht habe?
Hast du nur cndrvcups-common-1.60 kompiliert?
Oder auch cndrvcups-capt-1.60, dort ist nämlich unter anderem "ccpdadmin" enthalten!
rabatz hat geschrieben:

Code: Alles auswählen

$ sudo /usr/sbin/lpadmin -p LBP1120 -P /usr/local/share/cups/model/CNCUPSLBP1120CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
lpadmin: „device-uri“ „ccp:/var/ccpd/fifo0“ falsch!
Das FIFO kannst du selbst anlegen (ob wirklich volle Rechte "777" nötig sind weiß ich nicht, evtl. reduzieren):

Code: Alles auswählen

mkdir /var/ccpd
mkfifo /var/ccpd/fifo0
chown root:root /var/ccpd/fifo0
chmod 777 /var/ccpd/fifo0
Gruß,
Daniel

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 05.04.2008 11:14:00

Hallo,

Wieder mal vielen Dank für deine rasche Antwort.

Also ich hab jetzt nochmal das System komplett neu aufgesetzt weil ich schon so viele Sachen herumprobiert habe, und ich wollte einfach Unsauberkeiten ausschließen. Folgende Schritte mit folgenden Ausgaben habe ich getätigt:

1.

Code: Alles auswählen

LKG65B051:~/cndrvcups-common-1.60# make gen
for dir in cngplp buftool cpca; do (cd $dir; ./autogen.sh; make $target)|| exit 1; done
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
cngplpmod/Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ja
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngplpmod/Makefile
config.status: creating cnjatool/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
Now type `make' to compile.
make[1]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
Making all in po
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/po'
file=./`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/po'
Making all in cngplpmod
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT cngplpmod.lo -MD -MP -MF .deps/cngplpmod.Tpo -c -o cngplpmod.lo cngplpmod.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cngplpmod.lo -MD -MP -MF .deps/cngplpmod.Tpo -c cngplpmod.c  -fPIC -DPIC -o .libs/cngplpmod.o
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cngplpmod.lo -MD -MP -MF .deps/cngplpmod.Tpo -c cngplpmod.c -o cngplpmod.o >/dev/null 2>&1
mv -f .deps/cngplpmod.Tpo .deps/cngplpmod.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c -o ppdoptions.lo ppdoptions.c
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c ppdoptions.c  -fPIC -DPIC -o .libs/ppdoptions.o
ppdoptions.c: In function 'SetParamCustomPageSize':
ppdoptions.c:2526: warning: value computed is not used
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c ppdoptions.c -o ppdoptions.o >/dev/null 2>&1
mv -f .deps/ppdoptions.Tpo .deps/ppdoptions.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c -o cupsoption.lo cupsoption.c
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c cupsoption.c  -fPIC -DPIC -o .libs/cupsoption.o
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c cupsoption.c -o cupsoption.o >/dev/null 2>&1
mv -f .deps/cupsoption.Tpo .deps/cupsoption.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c -o execjob.lo execjob.c
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c execjob.c  -fPIC -DPIC -o .libs/execjob.o
execjob.c: In function 'get_line_from_buffer':
execjob.c:846: warning: comparison is always false due to limited range of data type
execjob.c:849: warning: comparison is always false due to limited range of data type
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c execjob.c -o execjob.o >/dev/null 2>&1
mv -f .deps/execjob.Tpo .deps/execjob.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c -o getdata.lo getdata.c
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c getdata.c  -fPIC -DPIC -o .libs/getdata.o
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c getdata.c -o getdata.o >/dev/null 2>&1
mv -f .deps/getdata.Tpo .deps/getdata.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c -o setdata.lo setdata.c
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c setdata.c  -fPIC -DPIC -o .libs/setdata.o
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c setdata.c -o setdata.o >/dev/null 2>&1
mv -f .deps/setdata.Tpo .deps/setdata.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -O2 -fPIC -g -O2   -o libcngplpmod.la  cngplpmod.lo ppdoptions.lo cupsoption.lo execjob.lo getdata.lo setdata.lo  
ar cru .libs/libcngplpmod.a .libs/cngplpmod.o .libs/ppdoptions.o .libs/cupsoption.o .libs/execjob.o .libs/getdata.o .libs/setdata.o
ranlib .libs/libcngplpmod.a
creating libcngplpmod.la
(cd .libs && rm -f libcngplpmod.la && ln -s ../libcngplpmod.la libcngplpmod.la)
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
Making all in src
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
mv -f .deps/support.Tpo .deps/support.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.c
mv -f .deps/dialog.Tpo .deps/dialog.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT gutterdlg.o -MD -MP -MF .deps/gutterdlg.Tpo -c -o gutterdlg.o gutterdlg.c
mv -f .deps/gutterdlg.Tpo .deps/gutterdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT propdlg.o -MD -MP -MF .deps/propdlg.Tpo -c -o propdlg.o propdlg.c
mv -f .deps/propdlg.Tpo .deps/propdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT uimain.o -MD -MP -MF .deps/uimain.Tpo -c -o uimain.o uimain.c
mv -f .deps/uimain.Tpo .deps/uimain.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT widgets.o -MD -MP -MF .deps/widgets.Tpo -c -o widgets.o widgets.c
widgets.c: In function 'GetCurrComboText':
widgets.c:136: warning: assignment discards qualifiers from pointer target type
widgets.c: In function 'GetTextEntry':
widgets.c:147: warning: return discards qualifiers from pointer target type
mv -f .deps/widgets.Tpo .deps/widgets.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT bookletdlg.o -MD -MP -MF .deps/bookletdlg.Tpo -c -o bookletdlg.o bookletdlg.c
mv -f .deps/bookletdlg.Tpo .deps/bookletdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT boxiddlg.o -MD -MP -MF .deps/boxiddlg.Tpo -c -o boxiddlg.o boxiddlg.c
mv -f .deps/boxiddlg.Tpo .deps/boxiddlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT passwddlg.o -MD -MP -MF .deps/passwddlg.Tpo -c -o passwddlg.o passwddlg.c
mv -f .deps/passwddlg.Tpo .deps/passwddlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT findetailsdlg.o -MD -MP -MF .deps/findetailsdlg.Tpo -c -o findetailsdlg.o findetailsdlg.c
mv -f .deps/findetailsdlg.Tpo .deps/findetailsdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT profiledlg.o -MD -MP -MF .deps/profiledlg.Tpo -c -o profiledlg.o profiledlg.c
mv -f .deps/profiledlg.Tpo .deps/profiledlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT frontbackcvr.o -MD -MP -MF .deps/frontbackcvr.Tpo -c -o frontbackcvr.o frontbackcvr.c
mv -f .deps/frontbackcvr.Tpo .deps/frontbackcvr.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT holdqueuedlg.o -MD -MP -MF .deps/holdqueuedlg.Tpo -c -o holdqueuedlg.o holdqueuedlg.c
mv -f .deps/holdqueuedlg.Tpo .deps/holdqueuedlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I../cngplpmod -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT mltlang.o -MD -MP -MF .deps/mltlang.Tpo -c -o mltlang.o mltlang.c
mv -f .deps/mltlang.Tpo .deps/mltlang.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -L../cngplpmod/  -o cngplp main.o support.o interface.o callbacks.o dialog.o gutterdlg.o propdlg.o uimain.o widgets.o bookletdlg.o boxiddlg.o passwddlg.o findetailsdlg.o profiledlg.o frontbackcvr.o holdqueuedlg.o mltlang.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -lcups -lcngplpmod 
mkdir .libs
gcc -g -O2 -o cngplp main.o support.o interface.o callbacks.o dialog.o gutterdlg.o propdlg.o uimain.o widgets.o bookletdlg.o boxiddlg.o passwddlg.o findetailsdlg.o profiledlg.o frontbackcvr.o holdqueuedlg.o mltlang.o  -L/root/cndrvcups-common-1.60/cngplp/cngplpmod /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -lcups /root/cndrvcups-common-1.60/cngplp/cngplpmod/.libs/libcngplpmod.a
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/src'
Making all in cnjatool
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function 'get_line_from_buffer':
main.c:91: warning: comparison is always false due to limited range of data type
main.c:94: warning: comparison is always false due to limited range of data type
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -O2 -Wall -fPIC -g -O2   -o cnjatool main.o -lcups 
mkdir .libs
gcc -O2 -Wall -fPIC -g -O2 -o cnjatool main.o  -lcups
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:6: installing `./missing'
configure.in:6: installing `./install-sh'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile buftool
make[1]: Entering directory `/root/cndrvcups-common-1.60/buftool'
make  all-am
make[2]: Entering directory `/root/cndrvcups-common-1.60/buftool'
gcc -DHAVE_CONFIG_H -I.    -Wall -O2 -fPIC -g -O2 -MT buftool.o -MD -MP -MF .deps/buftool.Tpo -c -o buftool.o buftool.c
mv -f .deps/buftool.Tpo .deps/buftool.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -O2 -fPIC -g -O2 -MT buflist.o -MD -MP -MF .deps/buflist.Tpo -c -o buflist.o buflist.c
mv -f .deps/buflist.Tpo .deps/buflist.Po
rm -f libbuftool.a
ar cru libbuftool.a buftool.o buflist.o 
ranlib libbuftool.a
make[2]: Leaving directory `/root/cndrvcups-common-1.60/buftool'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/buftool'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running libtoolize...
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:5: installing `./missing'
configure.in:5: installing `./install-sh'
cnpklib/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ranlib... (cached) ranlib
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cnpklib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile libcnpk
make[1]: Entering directory `/root/cndrvcups-common-1.60/cpca'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-common-1.60/cpca'
Making all in cnpklib
make[3]: Entering directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpklib.lo -MD -MP -MF .deps/cnpklib.Tpo -c -o cnpklib.lo cnpklib.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpklib.lo -MD -MP -MF .deps/cnpklib.Tpo -c cnpklib.c  -fPIC -DPIC -o .libs/cnpklib.o
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpklib.lo -MD -MP -MF .deps/cnpklib.Tpo -c cnpklib.c -o cnpklib.o >/dev/null 2>&1
mv -f .deps/cnpklib.Tpo .deps/cnpklib.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkopt.lo -MD -MP -MF .deps/cnpkopt.Tpo -c -o cnpkopt.lo cnpkopt.c
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkopt.lo -MD -MP -MF .deps/cnpkopt.Tpo -c cnpkopt.c  -fPIC -DPIC -o .libs/cnpkopt.o
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkopt.lo -MD -MP -MF .deps/cnpkopt.Tpo -c cnpkopt.c -o cnpkopt.o >/dev/null 2>&1
mv -f .deps/cnpkopt.Tpo .deps/cnpkopt.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkproc.lo -MD -MP -MF .deps/cnpkproc.Tpo -c -o cnpkproc.lo cnpkproc.c
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkproc.lo -MD -MP -MF .deps/cnpkproc.Tpo -c cnpkproc.c  -fPIC -DPIC -o .libs/cnpkproc.o
cnpkproc.c: In function 'cnprocWriteCommand':
cnpkproc.c:187: warning: pointer targets in passing argument 2 of 'WritePipe' differ in signedness
 gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -fPIC -I../../buftool -g -O2 -MT cnpkproc.lo -MD -MP -MF .deps/cnpkproc.Tpo -c cnpkproc.c -o cnpkproc.o >/dev/null 2>&1
mv -f .deps/cnpkproc.Tpo .deps/cnpkproc.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -O2 -Wall -fPIC -I../../buftool -g -O2 -shared -version-info 1:0:0 -L../../buftool  -o libcnpk.la -rpath /usr/local/lib cnpklib.lo cnpkopt.lo cnpkproc.lo -lbuftool 
gcc -shared  .libs/cnpklib.o .libs/cnpkopt.o .libs/cnpkproc.o  -L/root/cndrvcups-common-1.60/buftool -lbuftool  -Wl,-soname -Wl,libcnpk.so.1 -o .libs/libcnpk.so.1.0.0
(cd .libs && rm -f libcnpk.so.1 && ln -s libcnpk.so.1.0.0 libcnpk.so.1)
(cd .libs && rm -f libcnpk.so && ln -s libcnpk.so.1.0.0 libcnpk.so)
ar cru .libs/libcnpk.a  cnpklib.o cnpkopt.o cnpkproc.o
ranlib .libs/libcnpk.a
creating libcnpk.la
(cd .libs && rm -f libcnpk.la && ln -s ../libcnpk.la libcnpk.la)
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cpca'
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cpca'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cpca'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/cpca'

2.

Code: Alles auswählen

LKG65B051:~/cndrvcups-capt-1.60# make install 
target=install; for dir in cngplp buftool cpca; do (cd $dir; make $target)|| exit 1; done
make[1]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
Making install in po
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp/po'
if test -r ".././mkinstalldirs"; then \
	  .././mkinstalldirs /usr/local/share; \
	else \
	  /bin/sh ../mkinstalldirs /usr/local/share; \
	fi
mkdir -p -- /usr/local/share/locale/ja/LC_MESSAGES
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/cngplp.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/cngplp.mo
if test "cngplp" = "glib"; then \
	  if test -r ".././mkinstalldirs"; then \
	    .././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  else \
	    /bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  fi; \
	  /usr/bin/install -c -m 644 ./Makefile.in.in \
			  /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
	else \
	  : ; \
	fi
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/po'
Making install in cngplpmod
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cngplpmod'
Making install in src
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp/src'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'cngplp' '/usr/local/bin/cngplp'
/usr/bin/install -c cngplp /usr/local/bin/cngplp
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/src'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/src'
Making install in cnjatool
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'cnjatool' '/usr/local/bin/cnjatool'
/usr/bin/install -c cnjatool /usr/local/bin/cnjatool
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp/cnjatool'
make[2]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cngplp'
make[3]: Nothing to be done for `install-exec-am'.
if test -d ./pixmaps; then \
	  /bin/sh ./mkinstalldirs /usr/local/share/pixmaps/cngplp; \
	  for pixmap in ./pixmaps/*; do \
	    if test -f $pixmap; then \
	      /usr/bin/install -c -m 644 $pixmap /usr/local/share/pixmaps/cngplp; \
	    fi \
	  done \
	fi
/bin/sh ./mkinstalldirs /etc/cngplp/account
mkdir -p -- /etc/cngplp/account
chmod 777 /etc/cngplp/account
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/cngplp'
make[1]: Entering directory `/root/cndrvcups-common-1.60/buftool'
make[2]: Entering directory `/root/cndrvcups-common-1.60/buftool'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /usr/bin/install -c -m 644 'libbuftool.a' '/usr/local/lib/libbuftool.a'
 ranlib '/usr/local/lib/libbuftool.a'
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 'buftool.h' '/usr/local/include/buftool.h'
 /usr/bin/install -c -m 644 'buflist.h' '/usr/local/include/buflist.h'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/buftool'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/buftool'
make[1]: Entering directory `/root/cndrvcups-common-1.60/cpca'
Making install in cnpklib
make[2]: Entering directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libcnpk.la' '/usr/local/lib/libcnpk.la'
/usr/bin/install -c .libs/libcnpk.so.1.0.0 /usr/local/lib/libcnpk.so.1.0.0
(cd /usr/local/lib && { ln -s -f libcnpk.so.1.0.0 libcnpk.so.1 || { rm -f libcnpk.so.1 && ln -s libcnpk.so.1.0.0 libcnpk.so.1; }; })
(cd /usr/local/lib && { ln -s -f libcnpk.so.1.0.0 libcnpk.so || { rm -f libcnpk.so && ln -s libcnpk.so.1.0.0 libcnpk.so; }; })
/usr/bin/install -c .libs/libcnpk.lai /usr/local/lib/libcnpk.la
/usr/bin/install -c .libs/libcnpk.a /usr/local/lib/libcnpk.a
chmod 644 /usr/local/lib/libcnpk.a
ranlib /usr/local/lib/libcnpk.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 'cnpklib.h' '/usr/local/include/cnpklib.h'
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cpca/cnpklib'
make[2]: Entering directory `/root/cndrvcups-common-1.60/cpca'
make[3]: Entering directory `/root/cndrvcups-common-1.60/cpca'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-common-1.60/cpca'
make[2]: Leaving directory `/root/cndrvcups-common-1.60/cpca'
make[1]: Leaving directory `/root/cndrvcups-common-1.60/cpca'

Fortsetzung folgt....

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 05.04.2008 11:17:12

Fortsetzung:


3.

Code: Alles auswählen

LKG65B051:~/cndrvcups-capt-1.60# make gen 
for dir in driver backend pstocapt pstocapt2 pstocapt3 statusui ppd; do (cd $dir; ./autogen.sh; make $target) || exit 1; done
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:2: installing `./missing'
configure.in:2: installing `./install-sh'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking for vprintf... yes
checking for _doprnt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile canoncapt
make[1]: Entering directory `/root/cndrvcups-capt-1.60/driver'
make  all-am
make[2]: Entering directory `/root/cndrvcups-capt-1.60/driver'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_client.lo -MD -MP -MF .deps/opvp_rpc_client.Tpo -c -o opvp_rpc_client.lo opvp_rpc_client.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_client.lo -MD -MP -MF .deps/opvp_rpc_client.Tpo -c opvp_rpc_client.c  -fPIC -DPIC -o .libs/opvp_rpc_client.o
opvp_rpc_client.c: In function 'setApiList':
opvp_rpc_client.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules
opvp_rpc_client.c: In function 'CStubOpenPrinter':
opvp_rpc_client.c:409: warning: dereferencing type-punned pointer will break strict-aliasing rules
opvp_rpc_client.c: In function 'CStubGetCTM':
opvp_rpc_client.c:850: warning: dereferencing type-punned pointer will break strict-aliasing rules
opvp_rpc_client.c: In function 'CStubQueryColorSpace':
opvp_rpc_client.c:925: warning: dereferencing type-punned pointer will break strict-aliasing rules
opvp_rpc_client.c: In function 'CStubQueryROP':
opvp_rpc_client.c:997: warning: dereferencing type-punned pointer will break strict-aliasing rules
opvp_rpc_client.c: In function 'CStubGetLineDash':
opvp_rpc_client.c:1220: warning: dereferencing type-punned pointer will break strict-aliasing rules
 gcc -DHAVE_CONFIG_H -I. -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_client.lo -MD -MP -MF .deps/opvp_rpc_client.Tpo -c opvp_rpc_client.c -o opvp_rpc_client.o >/dev/null 2>&1
mv -f .deps/opvp_rpc_client.Tpo .deps/opvp_rpc_client.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_core.lo -MD -MP -MF .deps/opvp_rpc_core.Tpo -c -o opvp_rpc_core.lo opvp_rpc_core.c
 gcc -DHAVE_CONFIG_H -I. -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_core.lo -MD -MP -MF .deps/opvp_rpc_core.Tpo -c opvp_rpc_core.c  -fPIC -DPIC -o .libs/opvp_rpc_core.o
opvp_rpc_core.c: In function 'oprpc_putPktEnd':
opvp_rpc_core.c:342: warning: unused variable 'r'
opvp_rpc_core.c: In function 'oprpc_addInPktIndex':
opvp_rpc_core.c:500: warning: control reaches end of non-void function
opvp_rpc_core.c: In function 'oprpc_destroy':
opvp_rpc_core.c:216: warning: control reaches end of non-void function
 gcc -DHAVE_CONFIG_H -I. -Wall -fPIC -O2 -g -O2 -MT opvp_rpc_core.lo -MD -MP -MF .deps/opvp_rpc_core.Tpo -c opvp_rpc_core.c -o opvp_rpc_core.o >/dev/null 2>&1
mv -f .deps/opvp_rpc_core.Tpo .deps/opvp_rpc_core.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc -Wall -fPIC -O2 -g -O2 -shared -version-info 1:0:0  -o libcanoncapt.la -rpath /usr/local/lib opvp_rpc_client.lo opvp_rpc_core.lo  
gcc -shared  .libs/opvp_rpc_client.o .libs/opvp_rpc_core.o   -Wl,-soname -Wl,libcanoncapt.so.1 -o .libs/libcanoncapt.so.1.0.0
(cd .libs && rm -f libcanoncapt.so.1 && ln -s libcanoncapt.so.1.0.0 libcanoncapt.so.1)
(cd .libs && rm -f libcanoncapt.so && ln -s libcanoncapt.so.1.0.0 libcanoncapt.so)
ar cru .libs/libcanoncapt.a  opvp_rpc_client.o opvp_rpc_core.o
ranlib .libs/libcanoncapt.a
creating libcanoncapt.la
(cd .libs && rm -f libcanoncapt.la && ln -s ../libcanoncapt.la libcanoncapt.la)
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/driver'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/driver'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memset... yes
checking for strchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile backend
make[1]: Entering directory `/root/cndrvcups-capt-1.60/backend'
make  all-am
make[2]: Entering directory `/root/cndrvcups-capt-1.60/backend'
gcc -DHAVE_CONFIG_H -I.    -O2 -Wall -fPIC -g -O2 -MT ccp.o -MD -MP -MF .deps/ccp.Tpo -c -o ccp.o ccp.c
ccp.c: In function 'send_data':
ccp.c:176: warning: pointer targets in passing argument 2 of 'write_data' differ in signedness
ccp.c:197: warning: pointer targets in passing argument 2 of 'write_data' differ in signedness
mv -f .deps/ccp.Tpo .deps/ccp.Po
gcc -O2 -Wall -fPIC -g -O2   -o ccp ccp.o -lcups 
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/backend'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/backend'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
filter/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for main in -lbuftool... yes
checking for main in -lcups... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile pstocapt
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
Making all in filter
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT pstocapt.o -MD -MP -MF .deps/pstocapt.Tpo -c -o pstocapt.o pstocapt.c
pstocapt.c: In function 'get_ps_params':
pstocapt.c:397: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
pstocapt.c:444: warning: value computed is not used
pstocapt.c:478: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
mv -f .deps/pstocapt.Tpo .deps/pstocapt.Po
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT paramlist.o -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.o paramlist.c
mv -f .deps/paramlist.Tpo .deps/paramlist.Po
gcc -O2 -Wall -fPIC -g -O2   -o pstocapt pstocapt.o paramlist.o -lbuftool -lcups  -lcups -lbuftool 
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
filter/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for main in -lbuftool... yes
checking for main in -lcups... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile pstocapt2
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
Making all in filter
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT pstocapt2.o -MD -MP -MF .deps/pstocapt2.Tpo -c -o pstocapt2.o pstocapt2.c
pstocapt2.c: In function 'get_ps_params':
pstocapt2.c:676: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
pstocapt2.c:723: warning: value computed is not used
pstocapt2.c:773: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
mv -f .deps/pstocapt2.Tpo .deps/pstocapt2.Po
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT paramlist.o -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.o paramlist.c
mv -f .deps/paramlist.Tpo .deps/paramlist.Po
gcc -O2 -Wall -fPIC -g -O2   -o pstocapt2 pstocapt2.o paramlist.o -lbuftool -lcups  -lcups -lbuftool 
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
filter/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for main in -lbuftool... yes
checking for main in -lcups... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile pstocapt3
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
Making all in filter
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT pstocapt3.o -MD -MP -MF .deps/pstocapt3.Tpo -c -o pstocapt3.o pstocapt3.c
pstocapt3.c: In function 'get_ps_params':
pstocapt3.c:799: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
pstocapt3.c:846: warning: value computed is not used
pstocapt3.c:896: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
mv -f .deps/pstocapt3.Tpo .deps/pstocapt3.Po
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -fPIC -g -O2 -MT paramlist.o -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.o paramlist.c
mv -f .deps/paramlist.Tpo .deps/paramlist.Po
gcc -O2 -Wall -fPIC -g -O2   -o pstocapt3 pstocapt3.o paramlist.o -lbuftool -lcups  -lcups -lbuftool 
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal  ...
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
cnsktmodule/Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ja
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating cnsktmodule/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
Now type `make' to compile.
make[1]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
make  all-recursive
make[2]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
Making all in po
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui/po'
file=./`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/po'
Making all in cnsktmodule
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -O2 -fPIC -g -O2 -MT cnsktmodule.lo -MD -MP -MF .deps/cnsktmodule.Tpo -c -o cnsktmodule.lo cnsktmodule.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cnsktmodule.lo -MD -MP -MF .deps/cnsktmodule.Tpo -c cnsktmodule.c  -fPIC -DPIC -o .libs/cnsktmodule.o
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -g -O2 -MT cnsktmodule.lo -MD -MP -MF .deps/cnsktmodule.Tpo -c cnsktmodule.c -o cnsktmodule.o >/dev/null 2>&1
mv -f .deps/cnsktmodule.Tpo .deps/cnsktmodule.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -O2 -fPIC -g -O2   -o libcnsktmodule.la  cnsktmodule.lo -lbuftool 
ar cru .libs/libcnsktmodule.a .libs/cnsktmodule.o
ranlib .libs/libcnsktmodule.a
creating libcnsktmodule.la
(cd .libs && rm -f libcnsktmodule.la && ln -s ../libcnsktmodule.la libcnsktmodule.la)
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
Making all in src
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
mv -f .deps/support.Tpo .deps/support.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.c
mv -f .deps/dialog.Tpo .deps/dialog.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT widgets.o -MD -MP -MF .deps/widgets.Tpo -c -o widgets.o widgets.c
widgets.c: In function 'GetCurrComboText':
widgets.c:277: warning: assignment discards qualifiers from pointer target type
widgets.c: In function 'GetTextEntry':
widgets.c:288: warning: return discards qualifiers from pointer target type
mv -f .deps/widgets.Tpo .deps/widgets.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT uimain.o -MD -MP -MF .deps/uimain.Tpo -c -o uimain.o uimain.c
mv -f .deps/uimain.Tpo .deps/uimain.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT ppapdlg.o -MD -MP -MF .deps/ppapdlg.Tpo -c -o ppapdlg.o ppapdlg.c
mv -f .deps/ppapdlg.Tpo .deps/ppapdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT devdlg.o -MD -MP -MF .deps/devdlg.Tpo -c -o devdlg.o devdlg.c
mv -f .deps/devdlg.Tpo .deps/devdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT msgdlg.o -MD -MP -MF .deps/msgdlg.Tpo -c -o msgdlg.o msgdlg.c
mv -f .deps/msgdlg.Tpo .deps/msgdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT data_process.o -MD -MP -MF .deps/data_process.Tpo -c -o data_process.o data_process.c
data_process.c: In function 'FindPrtEntryChildren':
data_process.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:261: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:261: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:264: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:267: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c: In function 'XmlToText':
data_process.c:332: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:332: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:336: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:342: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
data_process.c:346: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness
mv -f .deps/data_process.Tpo .deps/data_process.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT ppapdata.o -MD -MP -MF .deps/ppapdata.Tpo -c -o ppapdata.o ppapdata.c
mv -f .deps/ppapdata.Tpo .deps/ppapdata.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT ccinfodlg.o -MD -MP -MF .deps/ccinfodlg.Tpo -c -o ccinfodlg.o ccinfodlg.c
mv -f .deps/ccinfodlg.Tpo .deps/ccinfodlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT regipaperdlg.o -MD -MP -MF .deps/regipaperdlg.Tpo -c -o regipaperdlg.o regipaperdlg.c
mv -f .deps/regipaperdlg.Tpo .deps/regipaperdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT sleepsdlg.o -MD -MP -MF .deps/sleepsdlg.Tpo -c -o sleepsdlg.o sleepsdlg.c
mv -f .deps/sleepsdlg.Tpo .deps/sleepsdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT networksdlg.o -MD -MP -MF .deps/networksdlg.Tpo -c -o networksdlg.o networksdlg.c
mv -f .deps/networksdlg.Tpo .deps/networksdlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT cancelkeydlg.o -MD -MP -MF .deps/cancelkeydlg.Tpo -c -o cancelkeydlg.o cancelkeydlg.c
mv -f .deps/cancelkeydlg.Tpo .deps/cancelkeydlg.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/libxml2 -I../cnsktmodule -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -Wall -O2 -fPIC -g -O2 -MT asstprtsdlg.o -MD -MP -MF .deps/asstprtsdlg.Tpo -c -o asstprtsdlg.o asstprtsdlg.c
asstprtsdlg.c: In function 'InitAsstPrtSDlgWidgets_LBP5300':
asstprtsdlg.c:281: warning: implicit declaration of function 'ShowWidget'
mv -f .deps/asstprtsdlg.Tpo .deps/asstprtsdlg.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc -Wall -O2 -fPIC -g -O2   -o captstatusui main.o support.o interface.o callbacks.o dialog.o widgets.o uimain.o ppapdlg.o devdlg.o msgdlg.o data_process.o ppapdata.o ccinfodlg.o regipaperdlg.o sleepsdlg.o networksdlg.o cancelkeydlg.o asstprtsdlg.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -lxml2 -lcups ../cnsktmodule/libcnsktmodule.la 
mkdir .libs
gcc -Wall -O2 -fPIC -g -O2 -o captstatusui main.o support.o interface.o callbacks.o dialog.o widgets.o uimain.o ppapdlg.o devdlg.o msgdlg.o data_process.o ppapdata.o ccinfodlg.o regipaperdlg.o sleepsdlg.o networksdlg.o cancelkeydlg.o asstprtsdlg.o  /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libxml2.so -lcups ../cnsktmodule/.libs/libcnsktmodule.a -lbuftool
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/src'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Running aclocal  ...
Running automake --gnu  ...
configure.in:2: installing `./missing'
configure.in:2: installing `./install-sh'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
Now type `make' to compile
make[1]: Entering directory `/root/cndrvcups-capt-1.60/ppd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/ppd'
Weitere Fortsetzung folgt......

rabatz
Beiträge: 7
Registriert: 04.04.2008 11:04:57

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von rabatz » 05.04.2008 11:18:18

Fortsetzung:


4.

Code: Alles auswählen

LKG65B051:~/cndrvcups-capt-1.60# make install 
target=install; for dir in driver backend pstocapt pstocapt2 pstocapt3 statusui ppd; do (cd $dir; make $target) || exit 1; done
make[1]: Entering directory `/root/cndrvcups-capt-1.60/driver'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/driver'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libcanoncapt.la' '/usr/local/lib/libcanoncapt.la'
/usr/bin/install -c .libs/libcanoncapt.so.1.0.0 /usr/local/lib/libcanoncapt.so.1.0.0
(cd /usr/local/lib && { ln -s -f libcanoncapt.so.1.0.0 libcanoncapt.so.1 || { rm -f libcanoncapt.so.1 && ln -s libcanoncapt.so.1.0.0 libcanoncapt.so.1; }; })
(cd /usr/local/lib && { ln -s -f libcanoncapt.so.1.0.0 libcanoncapt.so || { rm -f libcanoncapt.so && ln -s libcanoncapt.so.1.0.0 libcanoncapt.so; }; })
/usr/bin/install -c .libs/libcanoncapt.lai /usr/local/lib/libcanoncapt.la
/usr/bin/install -c .libs/libcanoncapt.a /usr/local/lib/libcanoncapt.a
chmod 644 /usr/local/lib/libcanoncapt.a
ranlib /usr/local/lib/libcanoncapt.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/driver'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/driver'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/backend'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/backend'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/cups/backend" || /bin/mkdir -p "/usr/local/lib/cups/backend"
  /usr/bin/install -c 'ccp' '/usr/local/lib/cups/backend/ccp'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/backend'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/backend'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
Making install in filter
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/cups/filter" || /bin/mkdir -p "/usr/local/lib/cups/filter"
  /usr/bin/install -c 'pstocapt' '/usr/local/lib/cups/filter/pstocapt'
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt/filter'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
Making install in filter
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/cups/filter" || /bin/mkdir -p "/usr/local/lib/cups/filter"
  /usr/bin/install -c 'pstocapt2' '/usr/local/lib/cups/filter/pstocapt2'
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2/filter'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt2'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
Making install in filter
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/cups/filter" || /bin/mkdir -p "/usr/local/lib/cups/filter"
  /usr/bin/install -c 'pstocapt3' '/usr/local/lib/cups/filter/pstocapt3'
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3/filter'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/pstocapt3'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
Making install in po
make[2]: Entering directory `/root/cndrvcups-capt-1.60/statusui/po'
if test -r ".././mkinstalldirs"; then \
	  .././mkinstalldirs /usr/local/share; \
	else \
	  /bin/sh ../mkinstalldirs /usr/local/share; \
	fi
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/captstatusui.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/captstatusui.mo
if test "captstatusui" = "glib"; then \
	  if test -r ".././mkinstalldirs"; then \
	    .././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  else \
	    /bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  fi; \
	  /usr/bin/install -c -m 644 ./Makefile.in.in \
			  /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
	else \
	  : ; \
	fi
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/po'
Making install in cnsktmodule
make[2]: Entering directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/cnsktmodule'
Making install in src
make[2]: Entering directory `/root/cndrvcups-capt-1.60/statusui/src'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'captstatusui' '/usr/local/bin/captstatusui'
/usr/bin/install -c captstatusui /usr/local/bin/captstatusui
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/src'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/statusui/src'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
make[3]: Entering directory `/root/cndrvcups-capt-1.60/statusui'
make[3]: Nothing to be done for `install-exec-am'.
if test -d ./pixmaps; then \
	  /bin/sh ./mkinstalldirs /usr/local/share/captstatusui/pixmaps; \
	  for pixmap in ./pixmaps/*; do \
	    if test -f $pixmap; then \
	      /usr/bin/install -c -m 644 $pixmap /usr/local/share/captstatusui/pixmaps; \
	    fi \
	  done \
	fi
make[3]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/statusui'
make[1]: Entering directory `/root/cndrvcups-capt-1.60/ppd'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/ppd'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/cups/model" || /bin/mkdir -p "/usr/local/share/cups/model"
 /usr/bin/install -c -m 644 'CNCUPSLBP3200CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3200CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP1210CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP1210CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP1120CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP1120CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3200CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP3200CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP1210CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP1210CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP1120CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP1120CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3000CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3000CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3000CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP3000CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3210CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3210CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3210CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP3210CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP2900CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP2900CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3600CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3600CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3300CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3300CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3300CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP3300CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5000CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP5000CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5000CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP5000CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3500CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP3500CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP3500CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP3500CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5300CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP5300CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5300CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP5300CAPTK.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5100CAPTJ.ppd' '/usr/local/share/cups/model/CNCUPSLBP5100CAPTJ.ppd'
 /usr/bin/install -c -m 644 'CNCUPSLBP5100CAPTK.ppd' '/usr/local/share/cups/model/CNCUPSLBP5100CAPTK.ppd'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/ppd'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/ppd'
5.

Code: Alles auswählen

LKG65B051:~/cndrvcups-capt-1.60# mkdir /var/ccpd
LKG65B051:~/cndrvcups-capt-1.60# mkfifo /var/ccpd/fifo0
LKG65B051:~/cndrvcups-capt-1.60# chown root:root /var/ccpd/fifo0
LKG65B051:~/cndrvcups-capt-1.60# chmod 777 /var/ccpd/fifo0
LKG65B051:~/cndrvcups-capt-1.60# /etc/init.d/cupsys restart
Restarting Common Unix Printing System: cupsd.
6.

Code: Alles auswählen

LKG65B051:~/cndrvcups-capt-1.60# /usr/sbin/lpadmin -p LBP1120  -P /usr/local/share/cups/model/CNCUPSLBP1120CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E
lpadmin: Bad device-uri "ccp:/var/ccpd/fifo0"!
Leider gibt es auch nach wie vor kein "/usr/sbin/ccpdadmin" :(

In der Ausage von 4. habe ich entdeckt dass anscheinend zumindest ein Befehl zur Installation von ccp aufgerufen wird:

Code: Alles auswählen

make[1]: Entering directory `/root/cndrvcups-capt-1.60/backend'
make[2]: Entering directory `/root/cndrvcups-capt-1.60/backend'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/cups/backend" || /bin/mkdir -p "/usr/local/lib/cups/backend"
  /usr/bin/install -c 'ccp' '/usr/local/lib/cups/backend/ccp'
make[2]: Leaving directory `/root/cndrvcups-capt-1.60/backend'
make[1]: Leaving directory `/root/cndrvcups-capt-1.60/backend'

Keine Ahnung was ich falsch mache. Kann mir nochmal jemand helfen?

LG

zeipet
Beiträge: 2
Registriert: 25.02.2005 22:10:07

Re: Canon LBP-1120 - Treiber kompilieren

Beitrag von zeipet » 19.10.2009 19:25:31

Ich habe das selbe Problem!
Alles läuft ohne grobe Fehler durch, CCP ist im /usr/local/lib/cups/backend/ Verzeichnis vorhanden, aber in keinem "bin" Verzeichnis.
ccpadmin fehlt komplett.

Noch mal zur Erklärung warum ich das mache:
Ich habe einen Canon LPB5000 Drucker und mehrere Vista x64 Systeme.
Die Idee wäre jetzt den Treiber auf meine Linkstation mit Debian Lenny zu kompillieren und so übers Netzwerk drauf Drucken zu können.
Die vorgefertigten Packages und das verbiegen des 32 Packetes kommt für mich nicht in Frage, da meine Linkstation ein Armel System ist, und meine Versuche fehlgeschlagen sind.

Hat jemand Erfahrung mit dem Basteln von Canon Treibern?
Welches fehlende Packet oder falsches lib ist schuld an dem fehlen von ccpadmin und ccp daemon?
Würde mich über eine Antwort freuen!
LG Peter

Antworten