Announcement

Collapse
No announcement yet.

Epson Stylus Photo R260

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Epson Stylus Photo R260

    Ok, I found a driver for this printer and downloaded the tar file from
    http://avasys.jp/hp/menu000000500/hpg000000442.htm
    When I try to install I get "cups-config missing" and it stops. Here is the output.


    dan@kubuntu:~/Epson-driver/pipslite-1.0.0$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... missing
    checking for gcc... gcc
    checking for C compiler default output... 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 ANSI C... none needed
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    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 for a sed that does not truncate output... /bin/sed
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    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 ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    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 if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for cups-config... no
    ./configure: line 7470: test: =: unary operator expected
    configure: error: *** 'cups-config' missing, please install CUPS or fix your $PATH ***
    dan@kubuntu:~/Epson-driver/pipslite-1.0.0$

    What or where is cups-config?

    eriefisher
    ~$sudo make me a sandwich

    #2
    Re: Epson Stylus Photo R260

    Originally posted by eriefisher
    ./configure: line 7470: test: =: unary operator expected
    configure: error: *** 'cups-config' missing, please install CUPS or fix your $PATH ***
    I'd rather try to eliminate the bug from the config script
    (Assuming that the "config missing" is only an aftereffect.)

    Comment


      #3
      Re: Epson Stylus Photo R260

      How would one go about that?
      ~$sudo make me a sandwich

      Comment


        #4
        Re: Epson Stylus Photo R260

        Open the config script (e.g. with Kate) and go to line 7470.
        Change $have_cups_config to "$have_cups_config" (i.e. add quotation marks).

        Problem is that with a variable set to null, it gets seen as "if test = bar ", which is invalid.

        Fortunately for you, this looks like a one-time slip, so you probably won't have to do this multiple times.

        (By the way, why didn't you pick "Debian" as your system or get the deb instead of the tgz?)
        For external use only.

        Comment


          #5
          Re: Epson Stylus Photo R260

          Thanks I'll try this.

          I did select Debian but when it put me in the download page my choices were tar or RPM.

          I will take another look.
          ~$sudo make me a sandwich

          Comment

          Working...
          X