Jump to content

Chose a printer, it's not working. :(


VeeDubb
 Share

Recommended Posts

Okay, still having trouble, but it's getting better, sort of.

I have got libusbdevel installed and checkinstall is taken care of as well.

 

 

Here is EXACTLY what I'm doing.

 

 

cd /home/stephen/hpoj [enter]

 

 

cvs update 'enter'

 

? Makefile

? config.cache

? config.log

? config.status

? doc-pak

? apps/cmdline/Makefile

? apps/xojpanel/Makefile

? lib/hpojip/Makefile

? lib/ptal/Makefile

? lib/sane/Makefile

? mlcd/Makefile

? scripts/ptal-cups

? scripts/ptal-init

cvs server: Updating .

cvs server: Updating apps

cvs server: Updating apps/cmdline

cvs server: Updating apps/print

cvs server: Updating apps/xojpanel

cvs server: Updating doc

cvs server: Updating ieee12844

 

cvs server: Updating lib/ptal

cvs server: Updating lib/sane

cvs server: Updating mlcd

cvs server: Updating mlcd/transport

cvs server: Updating ojlib

cvs server: Updating ptal

cvs server: Updating scripts

 

make distclean 'enter'

 

 

 

make distclean

lib/hpojip

make[1]: Entering directory `/home/stephen/hpoj/lib/hpojip'

rm -f *.o *.o-shared *.so* libhpojip.so.0.1

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/lib/hpojip'

lib/ptal

make[1]: Entering directory `/home/stephen/hpoj/lib/ptal'

rm -f *.o *.o-shared *.a *.so* libptal.so.0.1

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/lib/ptal'

lib/sane

make[1]: Entering directory `/home/stephen/hpoj/lib/sane'

rm -f *.o *.o-shared *.a *.so* libsane-hpoj.so.1.0

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/lib/sane'

mlcd

make[1]: Entering directory `/home/stephen/hpoj/mlcd'

rm -f ExMgr.o ParPort.o transport/ExTransport.o transport/ExMlcTransport.o transport/ExMlcCommandChannel.o  ptal-mlcd

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/mlcd'

apps/cmdline

make[1]: Entering directory `/home/stephen/hpoj/apps/cmdline'

rm -f ptal-connect ptal-print ptal-printd ptal-device ptal-devid ptal-pml ptal-hp ptal-photod hpojip-test

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/apps/cmdline'

apps/xojpanel

make[1]: Entering directory `/home/stephen/hpoj/apps/xojpanel'

rm -f xojpanel.o xojpanel-moc.o xojpanel-moc.cpp xojpanel

rm -f Makefile

make[1]: Leaving directory `/home/stephen/hpoj/apps/xojpanel'

 

 

 ./configure --prefix=/usr --sysconfdir=/etc

 

 

Configuration done.  Created Makefiles using the following substitutions:

bash: Configuration: command not found

[root@office hpoj]#   SUBDIRS               = lib/hpojip lib/ptal lib/sane mlcd apps/cmdline apps/xojpanel

bash: SUBDIRS: command not found

[root@office hpoj]#   bindir_program        = apps/cmdline/ptal-connect apps/cmdline/ptal-device apps/cmdline/ptal-devid apps/cmdline/ptal-pml apps/cmdline/ptal-hp apps/cmdline/hpojip-test apps/xojpanel/xojpanel

bash: bindir_program: command not found

[root@office hpoj]#   sbindir_program       = mlcd/ptal-mlcd apps/cmdline/ptal-printd apps/cmdline/ptal-photod scripts/ptal-init scripts/ptal-cups

bash: sbindir_program: command not found

[root@office hpoj]#   includedir_data       = include/hpojip.h include/ptal.h

bash: includedir_data: command not found

[root@office hpoj]#   VAR_RUN_PREFIX_CFLAGS = -DVAR_RUN_PREFIX=""/var/run""

bash: VAR_RUN_PREFIX_CFLAGS: command not found

[root@office hpoj]#   PAR_PLATFORM          = LINUX

bash: PAR_PLATFORM: command not found

[root@office hpoj]#   USB_PLATFORM          = LINUX

bash: USB_PLATFORM: command not found

[root@office hpoj]#   MLCD_OBJS

[root@office hpoj]# ./configure --prefix=/usr --sysconfdir=/etc

loading cache ./config.cache

checking for gcc... (cached) gcc

checking whether the C compiler (gcc  ) works... yes

checking whether the C compiler (gcc  ) is a cross-compiler... no

checking whether we are using GNU C... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for c++... (cached) g++

checking whether the C++ compiler (g++  ) works... yes

checking whether the C++ compiler (g++  ) is a cross-compiler... no

checking whether we are using GNU C++... (cached) yes

checking whether g++ accepts -g... (cached) yes

checking how to run the C preprocessor... (cached) gcc -E

checking for a BSD compatible install... (cached) /usr/bin/install -c

checking whether ln -s works... (cached) yes

checking for user-mode parallel-port support... LINUX

checking for ability to include <sys/io.h> in C++ code... yes

checking for libusb... yes

checking for user-mode USB support... LINUX

checking for snmp.h... no: try "./configure --with-snmp=<dir>"

*** Disabling full JetDirect support due to lack of SNMP ***

checking for CUPS backend directory... /usr/lib/cups/backend

checking for SANE backend directory... /usr/lib/sane

checking for SANE configuration files... /etc/sane.d

checking for QT... /usr/lib/qt3

checking how to run the C++ preprocessor... (cached) g++ -E

checking for arpa/inet.h... (cached) yes

checking for ctype.h... (cached) yes

checking for errno.h... (cached) yes

checking for fcntl.h... (cached) yes

checking for grp.h... (cached) yes

checking for netdb.h... (cached) yes

checking for netinet/in.h... (cached) yes

checking for pwd.h... (cached) yes

checking for signal.h... (cached) yes

checking for stdarg.h... (cached) yes

checking for stdio.h... (cached) yes

checking for stdlib.h... (cached) yes

checking for string.h... (cached) yes

checking for sys/ioctl.h... (cached) yes

checking for sys/socket.h... (cached) yes

checking for sys/stat.h... (cached) yes

checking for sys/time.h... (cached) yes

checking for sys/types.h... (cached) yes

checking for sys/un.h... (cached) yes

checking for unistd.h... (cached) yes

creating ./config.status

creating Makefile

creating lib/hpojip/Makefile

creating lib/ptal/Makefile

creating lib/sane/Makefile

creating mlcd/Makefile

creating apps/cmdline/Makefile

creating apps/xojpanel/Makefile

creating scripts/ptal-cups

creating scripts/ptal-init

 

=========================================================================

Configuration done.  Created Makefiles using the following substitutions:

 SUBDIRS               = lib/hpojip lib/ptal lib/sane mlcd apps/cmdline apps/xojpanel

 bindir_program        = apps/cmdline/ptal-connect apps/cmdline/ptal-device apps/cmdline/ptal-devid apps/cmdline/ptal-pml apps/cmdline/ptal-hp apps/cmdline/hpojip-test apps/xojpanel/xojpanel

 sbindir_program       = mlcd/ptal-mlcd apps/cmdline/ptal-printd apps/cmdline/ptal-photod scripts/ptal-init scripts/ptal-cups

 includedir_data       = include/hpojip.h include/ptal.h

 VAR_RUN_PREFIX_CFLAGS = -DVAR_RUN_PREFIX=""/var/run""

 PAR_PLATFORM          = LINUX

 USB_PLATFORM          = LINUX

 MLCD_OBJS             =  ParPort.o

 MLCD_CFLAGS           =  -DHAVE_LIBUSB

 MLCD_LFLAGS           =  -lusb

 DEFINES_CMDLINE       =

 INCLUDE_CMDLINE       = -I/home/stephen/hpoj/include -I/usr/lib/qt3/include

 LIBRARY_CMDLINE       = -L/home/stephen/hpoj/lib/hpojip -L/home/stephen/hpoj/lib/ptal -L/home/stephen/hpoj/lib/sane -L/usr/lib/qt3/lib

 LIBSNMP_CMDLINE       =

 CUPS_BACKEND_DIR      = /usr/lib/cups/backend

 SANE_BACKEND_DIR      = /usr/lib/sane

 SANE_ETC_DIR          = /etc/sane.d

 LIBQT_CMDLINE         = -lqt-mt

 QT_MOC                = /usr/lib/qt3/bin/moc

 

Type "make" to create the binaries.

Then type "make install" to install under "/usr".

(You may need to use "gmake" instead of "make" on *BSD.)

 

 make 'enter'

 

 configure has been updated.  Please re-run "./configure".

Makefile.in has been updated.  Please re-run "./configure".

scripts/ptal-init.in has been updated.  Please re-run "./configure".

scripts/ptal-cups.in has been updated.  Please re-run "./configure".

lib/hpojip/Makefile.in has been updated.  Please re-run "./configure".

lib/ptal/Makefile.in has been updated.  Please re-run "./configure".

lib/sane/Makefile.in has been updated.  Please re-run "./configure".

mlcd/Makefile.in has been updated.  Please re-run "./configure".

apps/cmdline/Makefile.in has been updated.  Please re-run "./configure".

apps/xojpanel/Makefile.in has been updated.  Please re-run "./configure".

make: *** [check_generated] Error 1

Link to comment
Share on other sites

I tried make -d and here is all the debugging putput.

 

 

 

GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.

Built for i586-mandrake-linux-gnu

Copyright © 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000

Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

 

Report bugs to <bug-make@gnu.org>.

 

Reading makefiles...

Reading makefile `Makefile'...

Updating makefiles....

Considering target file `Makefile'.

Looking for an implicit rule for `Makefile'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.o'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.c'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cc'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.C'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cpp'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.p'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.f'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.F'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.r'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.s'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.S'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.mod'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.sh'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile,v'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `RCS/Makefile,v'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `RCS/Makefile'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `s.Makefile'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `SCCS/s.Makefile'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.o'.

Looking for a rule with intermediate file `Makefile.o'.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.c'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cc'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.C'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cpp'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.p'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.f'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.F'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.r'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.s'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.S'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.mod'.

Trying pattern rule with stem `Makefile.o'.

Trying implicit prerequisite `Makefile.o,v'.

Trying pattern rule with stem `Makefile.o'.

Trying implicit prerequisite `RCS/Makefile.o,v'.

Trying pattern rule with stem `Makefile.o'.

Trying implicit prerequisite `RCS/Makefile.o'.

Trying pattern rule with stem `Makefile.o'.

Trying implicit prerequisite `s.Makefile.o'.

Trying pattern rule with stem `Makefile.o'.

Trying implicit prerequisite `SCCS/s.Makefile.o'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.c'.

Looking for a rule with intermediate file `Makefile.c'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.y'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.l'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.w'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.w'.

Trying pattern rule with stem `Makefile.c'.

Trying implicit prerequisite `Makefile.c,v'.

Trying pattern rule with stem `Makefile.c'.

Trying implicit prerequisite `RCS/Makefile.c,v'.

Trying pattern rule with stem `Makefile.c'.

Trying implicit prerequisite `RCS/Makefile.c'.

Trying pattern rule with stem `Makefile.c'.

Trying implicit prerequisite `s.Makefile.c'.

Trying pattern rule with stem `Makefile.c'.

Trying implicit prerequisite `SCCS/s.Makefile.c'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.y'.

Looking for a rule with intermediate file `Makefile.y'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.y'.

Trying implicit prerequisite `Makefile.y,v'.

Trying pattern rule with stem `Makefile.y'.

Trying implicit prerequisite `RCS/Makefile.y,v'.

Trying pattern rule with stem `Makefile.y'.

Trying implicit prerequisite `RCS/Makefile.y'.

Trying pattern rule with stem `Makefile.y'.

Trying implicit prerequisite `s.Makefile.y'.

Trying pattern rule with stem `Makefile.y'.

Trying implicit prerequisite `SCCS/s.Makefile.y'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.l'.

Looking for a rule with intermediate file `Makefile.l'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.l'.

Trying implicit prerequisite `Makefile.l,v'.

Trying pattern rule with stem `Makefile.l'.

Trying implicit prerequisite `RCS/Makefile.l,v'.

Trying pattern rule with stem `Makefile.l'.

Trying implicit prerequisite `RCS/Makefile.l'.

Trying pattern rule with stem `Makefile.l'.

Trying implicit prerequisite `s.Makefile.l'.

Trying pattern rule with stem `Makefile.l'.

Trying implicit prerequisite `SCCS/s.Makefile.l'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.w'.

Looking for a rule with intermediate file `Makefile.w'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.w'.

Trying implicit prerequisite `Makefile.w,v'.

Trying pattern rule with stem `Makefile.w'.

Trying implicit prerequisite `RCS/Makefile.w,v'.

Trying pattern rule with stem `Makefile.w'.

Trying implicit prerequisite `RCS/Makefile.w'.

Trying pattern rule with stem `Makefile.w'.

Trying implicit prerequisite `s.Makefile.w'.

Trying pattern rule with stem `Makefile.w'.

Trying implicit prerequisite `SCCS/s.Makefile.w'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.w'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cc'.

Looking for a rule with intermediate file `Makefile.cc'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.cc'.

Trying implicit prerequisite `Makefile.cc,v'.

Trying pattern rule with stem `Makefile.cc'.

Trying implicit prerequisite `RCS/Makefile.cc,v'.

Trying pattern rule with stem `Makefile.cc'.

Trying implicit prerequisite `RCS/Makefile.cc'.

Trying pattern rule with stem `Makefile.cc'.

Trying implicit prerequisite `s.Makefile.cc'.

Trying pattern rule with stem `Makefile.cc'.

Trying implicit prerequisite `SCCS/s.Makefile.cc'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.C'.

Looking for a rule with intermediate file `Makefile.C'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.C'.

Trying implicit prerequisite `Makefile.C,v'.

Trying pattern rule with stem `Makefile.C'.

Trying implicit prerequisite `RCS/Makefile.C,v'.

Trying pattern rule with stem `Makefile.C'.

Trying implicit prerequisite `RCS/Makefile.C'.

Trying pattern rule with stem `Makefile.C'.

Trying implicit prerequisite `s.Makefile.C'.

Trying pattern rule with stem `Makefile.C'.

Trying implicit prerequisite `SCCS/s.Makefile.C'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.cpp'.

Looking for a rule with intermediate file `Makefile.cpp'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.cpp'.

Trying implicit prerequisite `Makefile.cpp,v'.

Trying pattern rule with stem `Makefile.cpp'.

Trying implicit prerequisite `RCS/Makefile.cpp,v'.

Trying pattern rule with stem `Makefile.cpp'.

Trying implicit prerequisite `RCS/Makefile.cpp'.

Trying pattern rule with stem `Makefile.cpp'.

Trying implicit prerequisite `s.Makefile.cpp'.

Trying pattern rule with stem `Makefile.cpp'.

Trying implicit prerequisite `SCCS/s.Makefile.cpp'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.p'.

Looking for a rule with intermediate file `Makefile.p'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.web'.

Trying pattern rule with stem `Makefile.p'.

Trying implicit prerequisite `Makefile.p,v'.

Trying pattern rule with stem `Makefile.p'.

Trying implicit prerequisite `RCS/Makefile.p,v'.

Trying pattern rule with stem `Makefile.p'.

Trying implicit prerequisite `RCS/Makefile.p'.

Trying pattern rule with stem `Makefile.p'.

Trying implicit prerequisite `s.Makefile.p'.

Trying pattern rule with stem `Makefile.p'.

Trying implicit prerequisite `SCCS/s.Makefile.p'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.web'.

Looking for a rule with intermediate file `Makefile.web'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.web'.

Trying implicit prerequisite `Makefile.web,v'.

Trying pattern rule with stem `Makefile.web'.

Trying implicit prerequisite `RCS/Makefile.web,v'.

Trying pattern rule with stem `Makefile.web'.

Trying implicit prerequisite `RCS/Makefile.web'.

Trying pattern rule with stem `Makefile.web'.

Trying implicit prerequisite `s.Makefile.web'.

Trying pattern rule with stem `Makefile.web'.

Trying implicit prerequisite `SCCS/s.Makefile.web'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.f'.

Looking for a rule with intermediate file `Makefile.f'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.F'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.r'.

Trying pattern rule with stem `Makefile.f'.

Trying implicit prerequisite `Makefile.f,v'.

Trying pattern rule with stem `Makefile.f'.

Trying implicit prerequisite `RCS/Makefile.f,v'.

Trying pattern rule with stem `Makefile.f'.

Trying implicit prerequisite `RCS/Makefile.f'.

Trying pattern rule with stem `Makefile.f'.

Trying implicit prerequisite `s.Makefile.f'.

Trying pattern rule with stem `Makefile.f'.

Trying implicit prerequisite `SCCS/s.Makefile.f'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.F'.

Looking for a rule with intermediate file `Makefile.F'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.F'.

Trying implicit prerequisite `Makefile.F,v'.

Trying pattern rule with stem `Makefile.F'.

Trying implicit prerequisite `RCS/Makefile.F,v'.

Trying pattern rule with stem `Makefile.F'.

Trying implicit prerequisite `RCS/Makefile.F'.

Trying pattern rule with stem `Makefile.F'.

Trying implicit prerequisite `s.Makefile.F'.

Trying pattern rule with stem `Makefile.F'.

Trying implicit prerequisite `SCCS/s.Makefile.F'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.r'.

Looking for a rule with intermediate file `Makefile.r'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.l'.

Trying pattern rule with stem `Makefile.r'.

Trying implicit prerequisite `Makefile.r,v'.

Trying pattern rule with stem `Makefile.r'.

Trying implicit prerequisite `RCS/Makefile.r,v'.

Trying pattern rule with stem `Makefile.r'.

Trying implicit prerequisite `RCS/Makefile.r'.

Trying pattern rule with stem `Makefile.r'.

Trying implicit prerequisite `s.Makefile.r'.

Trying pattern rule with stem `Makefile.r'.

Trying implicit prerequisite `SCCS/s.Makefile.r'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.F'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.r'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.s'.

Looking for a rule with intermediate file `Makefile.s'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.S'.

Trying pattern rule with stem `Makefile.s'.

Trying implicit prerequisite `Makefile.s,v'.

Trying pattern rule with stem `Makefile.s'.

Trying implicit prerequisite `RCS/Makefile.s,v'.

Trying pattern rule with stem `Makefile.s'.

Trying implicit prerequisite `RCS/Makefile.s'.

Trying pattern rule with stem `Makefile.s'.

Trying implicit prerequisite `s.Makefile.s'.

Trying pattern rule with stem `Makefile.s'.

Trying implicit prerequisite `SCCS/s.Makefile.s'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.S'.

Looking for a rule with intermediate file `Makefile.S'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.S'.

Trying implicit prerequisite `Makefile.S,v'.

Trying pattern rule with stem `Makefile.S'.

Trying implicit prerequisite `RCS/Makefile.S,v'.

Trying pattern rule with stem `Makefile.S'.

Trying implicit prerequisite `RCS/Makefile.S'.

Trying pattern rule with stem `Makefile.S'.

Trying implicit prerequisite `s.Makefile.S'.

Trying pattern rule with stem `Makefile.S'.

Trying implicit prerequisite `SCCS/s.Makefile.S'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.S'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.mod'.

Looking for a rule with intermediate file `Makefile.mod'.

Avoiding implicit rule recursion.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.mod'.

Trying implicit prerequisite `Makefile.mod,v'.

Trying pattern rule with stem `Makefile.mod'.

Trying implicit prerequisite `RCS/Makefile.mod,v'.

Trying pattern rule with stem `Makefile.mod'.

Trying implicit prerequisite `RCS/Makefile.mod'.

Trying pattern rule with stem `Makefile.mod'.

Trying implicit prerequisite `s.Makefile.mod'.

Trying pattern rule with stem `Makefile.mod'.

Trying implicit prerequisite `SCCS/s.Makefile.mod'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.c'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.cc'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.C'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.cpp'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.p'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.f'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.F'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.r'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.s'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.S'.

Trying pattern rule with stem `Makefile'.

Rejecting impossible implicit prerequisite `Makefile.mod'.

Trying pattern rule with stem `Makefile'.

Trying implicit prerequisite `Makefile.sh'.

Looking for a rule with intermediate file `Makefile.sh'.

Avoiding implicit rule recursion.

Trying pattern rule with stem `Makefile.sh'.

Trying implicit prerequisite `Makefile.sh,v'.

Trying pattern rule with stem `Makefile.sh'.

Trying implicit prerequisite `RCS/Makefile.sh,v'.

Trying pattern rule with stem `Makefile.sh'.

Trying implicit prerequisite `RCS/Makefile.sh'.

Trying pattern rule with stem `Makefile.sh'.

Trying implicit prerequisite `s.Makefile.sh'.

Trying pattern rule with stem `Makefile.sh'.

Trying implicit prerequisite `SCCS/s.Makefile.sh'.

No implicit rule found for `Makefile'.

Finished prerequisites of target file `Makefile'.

No need to remake target `Makefile'.

Updating goal targets....

Considering target file `all'.

File `all' does not exist.

Considering target file `check_generated'.

File `check_generated' does not exist.

Finished prerequisites of target file `check_generated'.

Must remake target `check_generated'.

Putting child 0x08076480 (check_generated) PID 18476 on the chain.

Live child 0x08076480 (check_generated) PID 18476

Child access: user 0 (real 0), group 0 (real 0)

configure has been updated. Please re-run "./configure".

Makefile.in has been updated. Please re-run "./configure".

scripts/ptal-init.in has been updated. Please re-run "./configure".

scripts/ptal-cups.in has been updated. Please re-run "./configure".

lib/hpojip/Makefile.in has been updated. Please re-run "./configure".

lib/ptal/Makefile.in has been updated. Please re-run "./configure".

lib/sane/Makefile.in has been updated. Please re-run "./configure".

mlcd/Makefile.in has been updated. Please re-run "./configure".

apps/cmdline/Makefile.in has been updated. Please re-run "./configure".

apps/xojpanel/Makefile.in has been updated. Please re-run "./configure".

Got a SIGCHLD; 1 unreaped children.

Reaping losing child 0x08076480 PID 18476

make: *** [check_generated] Error 1

Removing child 0x08076480 PID 18476 from chain.

Link to comment
Share on other sites

Looking at your prior post of a post, the following might be relevant:

 

have REALLY forgotten the very most important thing. Sorry. You need

to install libusb-devel before you compile HPOJ:

 

Check to see if you have the devel libusb as well as the libusb from mandrake installed:

 

# rpm -qa | grep libusb

 

You should get both libusb and libusb-devel listed in the above. If devel is missing run the following:

 

# urpmi libusb-devel

 

 

Afterwards, try your ./configure and make again.

Link to comment
Share on other sites

'# rpm -qa | grep libus'b returns the following

 

libusb0.1_4-0.1.6a-2mdk

libusb0.1_4-devel-0.1.6a-2mdk

 

 

I tried again, same problem. THis seems like it shouldn't be this hard. My understanding is that it works out of the box with RedHat 9.0 or newer. I'd have to switch distros over flipping printer. I rechecked the original post at mandrakeclub where the other info I posted first apearantly came from, and somebody else got it working with nothing else.

 

 

Also, I just realized, that if I delete the entire directory and CSV from scrath, the distclean doesn't work at first. But, if I try to configure and make once without it, then suddenly it works. what am I missing?

Link to comment
Share on other sites

  • 9 months later...

I have now tried everything I can think of. The only thing left is to try the 2.4 kernel that's on the CD's. I REALY don't want to go back to 2.4 since 2.6 works so well for everything else and I hate having to do scsi emulation, but I'm gonna try this evening anyway. I'll let you know what happens.

Link to comment
Share on other sites

  • 2 weeks later...

Ive just bought also PSC 1210 before a week, after bagging and "crying" to HP they finally agreed to send me a confirmation to return the device.

 

In my case, the scanner worked perfectly.

But,

Every time Ive tried to print, the printer just start to take paper and to out, take and out, without do anything.

 

Ive tried reinstall, and I even configured it with CVS stuff, sorry but that didn't worked for me.

 

Im using mandrake 10 by the way,

 

Try using the printdrake again, to configure the printer again, even restart your computer, make sure that CUPS running after hpoj service started, and then try to scan.

If this working, but the printing no, than there two possible ways I thought about:

1) New firmware?

2) Mandrake Bug

3) Old drivers.

 

Whatever that was, I returned this scanner, not only because of linux, but because this PSC sucks (sorry if Im hurting someone with my language).

 

It's based on HP Deskjet 3320, and that is the reason while trying to print through windows (I have network and brothers.. they are using DINGdows :tm: ), will show you a small nasty driver without even one featur (that cant even print mutip[le pages on one sheet).

 

Good luck with your printer, by the way, when I asked HP (HP Israel), they saied to me: "This printer doesn't supported by linux"...

So I hope someone could find out if this support or not, I dont have the time to mess with CVS and compilation (that why I left Gentoo).

 

Good luck again,

Sorry about my lousy English.

Eyal

Link to comment
Share on other sites

I'm very sorry to hear you sent it back. I have long since figured out a fix and it and laid out instructions in the thread titled, "PSC 1210 now working under mandy 10.0ce"

 

With the work that came from the begining of this thread, it works nicely in 9.0 and 9.1, and with no work at al, it is automaticaly configured and works great in 9.2

 

In mandrake 10, you can either use the older 2.4 kernel, or fix and recompile the broken 2.6 kernel they shipped with mandy 10 or you can go through a very simple work aroiund to make it work flawlessly in 10.0 If anyone else see's this thread first and not the one with psc 1210 in the title, before you get impatient and send back your printer, here is the fix workaround if you want to use 2.6 without recompiling.

 

 

1. Let printer drake or the installer set it up for you.

 

2. Open up printer drake and delete the printer. This will only delete the cups settings, it will still be listed with hpoj and you can still scan. (You might take a minute after deleteing to make sure scanning still works.

 

3. Back to printer-drake and add a new printer, but DISSABLE ALL AUTODETECTION OPTIONS!!!!

 

4. Whe asked how it's connected, say usb0

 

5. When you are asked if it a "multi-funciton' device frm hp or epson, say "NO!!!!!"

 

6. Reboot. (You don't technicaly need to reboot, but it's faster that starting stoping and modprobing for 5 minutes.)

 

7. Reboot the printer.

 

 

That's it. It will work like a champ. The one bug with this work-a-round is that each time you boot your computer, you must also reboot the printer after the pc boots. It's not an issue for me because I leave my printer turned off when i'm not using it. If you roll back to the 2.4 kernel that's on the cd's, you don't need any fix at all, and it work just fine.

Link to comment
Share on other sites

I'm very sorry to hear you sent it back.  I have long since figured out a fix and it and laid out instructions in the thread titled, "PSC 1210 now working under mandy 10.0ce"

 

With the work that came from the begining of this thread, it works nicely in 9.0 and 9.1, and with no work at al, it is automaticaly configured and works great in 9.2

 

In mandrake 10, you can either use the older 2.4 kernel, or fix and recompile the broken 2.6 kernel they shipped with mandy 10 or you can go through a very simple work aroiund to make it work flawlessly in 10.0  If anyone else see's this thread first and not the one with psc 1210 in the title, before you get impatient and send back your printer, here is the fix workaround if you want to use 2.6 without recompiling.

 

 

1.  Let printer drake or the installer set it up for you.

 

2.  Open up printer drake and delete the printer.  This will only delete the cups settings, it will still be listed with hpoj and you can still scan.  (You might take a minute after deleteing to make sure scanning still works.

 

3.  Back to printer-drake and add a new printer, but DISSABLE ALL AUTODETECTION OPTIONS!!!!

 

4.  Whe asked how it's connected, say usb0

 

5.  When you are asked if it a "multi-funciton' device frm hp or epson, say "NO!!!!!" 

 

6.  Reboot. (You don't technicaly need to reboot, but it's faster that starting stoping and modprobing for 5 minutes.)

 

7.  Reboot the printer.

 

 

That's it.  It will work like a champ.  The one bug with this work-a-round is that  each time you boot your computer, you must also reboot the printer after the pc boots.  It's not an issue for me because I leave my printer turned off when i'm not using it.  If you roll back to the 2.4 kernel that's on the cd's, you don't need any fix at all, and it work just fine.

Thanx, but...

I need this to work perfectly because my brothers wont shut of fand on the printer ach time they wil start on my PC.

 

I hope you reported it to the Mandrake bugzilla.

Link to comment
Share on other sites

I didn't bother reporting to bugzila because it's not mandrakes fault. The snapshot of the kernel they used for mandrake 10 is actualy broken. If you were to go dowload the source from kernel.org and compile it with al the right options, it still wouldn't work, and niether would your wacom table (if you have one) because the source was accidentaly broken. Mandrake already knows about it and they will release 10.0 final with a fixed kernel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...