<---- template headericclude ----->
compiling driver Epson Stylus SX600FW on Fedora 12
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    compiling driver Epson Stylus SX600FW on Fedora 12

    Did someone has been able to compile pipslite_1.4.0-5.tar.gz and iscan_2.23.0-3.tar.gz (avasys drivers) on fedora 12?
    I have an epson stylus sx600fw and it was working perfectly in fedora 9 with the avasys drivers but after upgrade to f12 I cannot install the new driver
    Did someone has been able?

  2. #2
    Join Date
    Mar 2004
    Location
    In your closet
    Posts
    16,269
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    What errors are you getting?

  3. #3
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will post output this evening as soon as I'll go back home..

    Anyway I get any specific errors:

    ./configure doesn't find a couple of packages (ie dbpg that I couldn't find for f12)
    make tell me "Notthing to do be done for all"

    ---------- Post added at 08:55 PM CST ---------- Previous post was at 12:47 PM CST ----------

    Here is the configure output [I've removed some "yes" check to save chars]:

    [root@mostriciattolo pipslite-1.4.0]# ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    ...
    checking whether we are cross compiling... no
    ...
    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... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    ...
    checking if gcc static flag -static works... no
    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 for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no

    checking for dlopen in -ldl... 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... no
    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 if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 static flag -static works... no
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 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
    checking for an ANSI C-conforming const... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking which extension is used for loadable modules... .so
    checking which variable specifies run-time library path... LD_LIBRARY_PATH
    checking for the default library search path... /lib /usr/lib /usr/lib/atlas hwcap 0 nosegneg /usr/lib/qt-3.3/lib /usr/lib/tcl8.5 /usr/lib/xulrunner-1.9.1
    checking for objdir... .libs
    checking whether libtool supports -dlopen/-dlpreopen... yes
    checking for shl_load... (cached) no
    checking for shl_load in -ldld... (cached) no

    checking for dlopen in -ldl... (cached) yes
    checking for dlerror... yes
    checking for _ prefix in compiled symbols... no
    checking whether deplibs are loaded by dlopen... yes
    ...
    checking for unistd.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking sys/dl.h usability... no
    checking sys/dl.h presence... no
    checking for sys/dl.h... no
    checking dld.h usability... no
    checking dld.h presence... no
    checking for dld.h... no
    checking mach-o/dyld.h usability... no
    checking mach-o/dyld.h presence... no
    checking for mach-o/dyld.h... no

    checking for string.h... (cached) yes
    ...
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GTK... yes
    checking for ANSI C header files... (cached) yes
    checking for dirent.h that defines DIR... (cached) yes
    checking for library containing opendir... (cached) none required
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    ...
    checking for png.h... yes
    checking for strerror in -lcposix... no
    checking for an ANSI C-conforming const... (cached) yes
    checking for off_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    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 whether gcc needs -traditional... no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... yes
    checking for working memcmp... yes
    checking return type of signal handlers... void
    ...
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking whether NLS is requested... yes
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for atoll... yes
    checking for _exit... yes
    checking for ftime... yes
    checking for getexecname... no
    checking for getc_unlocked... yes
    checking for getpagesize... yes
    checking for getpid... yes
    checking for lltostr... no
    checking for madvise... yes
    checking for mkstemp... yes
    checking for _NSGetExecutablePath... no
    checking for _pclose... no

    checking for pclose... yes
    checking for poll... yes
    checking for _popen... no
    checking for popen... yes
    checking for pread... yes
    checking for pwrite... yes
    checking for putc_unlocked... yes
    checking for raise... yes
    checking for rand_r... yes
    checking for readlink... yes
    checking for realpath... yes
    checking for select... (cached) yes
    checking for seekdir... yes
    checking for sigemptyset... yes
    checking for sigaction... yes
    checking for strerror... yes
    checking for strlcat... no
    checking for strlcpy... no

    checking for strtoll... yes
    checking for sysconf... yes
    checking for tempnam... yes
    checking for times... yes
    checking for telldir... yes
    checking for ulltostr... no
    checking for vsprintf... yes
    checking for vsnprintf... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking for sys/types.h... (cached) yes
    checking whether pread is declared... no
    checking whether pwrite is declared... no
    checking whether strlcpy is declared... no

    checking whether vsnprintf is declared... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating lib/Makefile
    config.status: creating lib-l2/Makefile
    config.status: creating src/Makefile
    config.status: creating src/filter-l2/Makefile
    config.status: creating daemon/Makefile
    config.status: creating daemon/rc/Makefile
    config.status: creating status-monitor/Makefile
    config.status: creating layout_script/Makefile
    config.status: creating pixmaps/Makefile
    config.status: creating ppd/Makefile
    config.status: creating po/Makefile.in
    config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
    config.status: creating setup/Makefile
    config.status: creating makeinstall/Makefile
    config.status: creating pipslite.spec
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: creating src/filter-l2/magick/magick_config.h
    config.status: src/filter-l2/magick/magick_config.h is unchanged
    config.status: creating src/filter-l2/magick/magick_config_api.h
    config.status: src/filter-l2/magick/magick_config_api.h is unchanged
    config.status: executing depfiles commands
    config.status: executing default-1 commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile

  4. #4
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and here is my unsuccessful make output:

    [root@mostriciattolo pipslite-1.4.0]# make
    make all-recursive
    make[1]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    Making all in lib
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib'
    Making all in lib-l2
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib-l2'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib-l2'
    Making all in src
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    Making all in filter-l2
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src/filter-l2'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src/filter-l2'
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    Making all in daemon
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    Making all in rc
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon/rc'
    rm -f inst-rc_d.sh inst-rc_d.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]sbindir[@]|/usr/local/sbin|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgrcddir[@]|/usr/local/lib/pipslite/rc.d|' \
    -e 's|[@]sysconfdir[@]|/usr/local/etc|' \
    -e 's|[@]initdstartno[@]|11|' \
    -e 's|[@]initdstopno[@]|89|' \
    './inst-rc_d.sh.in' > inst-rc_d.sh.tmp
    mv inst-rc_d.sh.tmp inst-rc_d.sh
    rm -f pipslited pipslited.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]sbindir[@]|/usr/local/sbin|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgrcddir[@]|/usr/local/lib/pipslite/rc.d|' \
    -e 's|[@]sysconfdir[@]|/usr/local/etc|' \
    -e 's|[@]initdstartno[@]|11|' \
    -e 's|[@]initdstopno[@]|89|' \
    './pipslited.in' > pipslited.tmp
    mv pipslited.tmp pipslited
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon/rc'
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    Making all in status-monitor
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/status-monitor'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/status-monitor'
    Making all in layout_script
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/layout_script'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/layout_script'
    Making all in po
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/po'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/po'
    Making all in ppd
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/ppd'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/ppd'
    Making all in setup
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/setup'
    rm -f pipslite-install pipslite-install.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './pipslite-install.in' > pipslite-install.tmp
    mv pipslite-install.tmp pipslite-install
    rm -f setup-cups.sh setup-cups.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './setup-cups.sh.in' > setup-cups.sh.tmp
    mv setup-cups.sh.tmp setup-cups.sh
    rm -f inst-cups-post.sh inst-cups-post.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './inst-cups-post.sh.in' > inst-cups-post.sh.tmp
    mv inst-cups-post.sh.tmp inst-cups-post.sh
    rm -f install-ppd.sh install-ppd.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './install-ppd.sh.in' > install-ppd.sh.tmp
    mv install-ppd.sh.tmp install-ppd.sh
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/setup'
    Making all in pixmaps
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/pixmaps'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/pixmaps'
    Making all in makeinstall
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/makeinstall'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/makeinstall'
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    make[1]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0'

  5. #5
    Join Date
    Oct 2009
    Location
    Netherlands
    Age
    52
    Posts
    394
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you search if there are rpm's available?
    Code:
    @localhost ~]$ yum search epson
    Loaded plugins: refresh-packagekit
    ============================================================================== Matched: epson ==============================================================================
    foo2hp.i586 : Linux printer driver for HP 1600, HP 2600n
    foo2lava.i586 : Linux printer driver for Zenographics LAVAFLOW protocol
    foo2oak.i586 : Linux printer driver for OAKT protocol (HPLJ1500 etc.)
    foo2qpdl.i586 : Linux printer driver for Samsung CLP-300, CLP-600, CLP-3160
    foo2slx.i586 : Linux printer driver for SLX protocol (Lexmark C500n etc.)
    foo2xqx.i586 : Linux printer driver for HP LaserJet M1005 MFP
    foo2zjs.i586 : Linux printer driver for ZjStream protocol
    gutenprint-cups.i586 : CUPS drivers for Canon, Epson, HP and compatible printers
    iscan-firmware.noarch : Firmware for Epson flatbed scanners
    perl-Image-ExifTool.noarch : Utility for reading and writing image meta info
    dell Studio 17, 4GB mem, 320GB HD Ubuntu 10.04 LTS
    Gnome desktop
    [SIGPIC][/SIGPIC]

  6. #6
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yap but they are not usefull for sx600fw. I've installed theese:

    Package gutenprint-cups-5.2.4-7.fc12.i686 already installed and latest version
    Package iscan-firmware-2.1.1-1.fc12.noarch already installed and latest version

  7. #7
    Join Date
    Sep 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: compiling driver Epson Stylus SX600FW on Fedora 12

    Thinking of buying this printer.

    I want to be able to print and scan wirelessly from FC12.

    Was this issue solved for you?

    Anybody else got this working?

  8. #8
    leigh123linux Guest

    Re: compiling driver Epson Stylus SX600FW on Fedora 12

    Quote Originally Posted by Cricky
    and here is my unsuccessful make output:

    [root@mostriciattolo pipslite-1.4.0]# make
    make all-recursive
    make[1]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    Making all in lib
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib'
    Making all in lib-l2
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib-l2'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/lib-l2'
    Making all in src
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    Making all in filter-l2
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src/filter-l2'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src/filter-l2'
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/src'
    Making all in daemon
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    Making all in rc
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon/rc'
    rm -f inst-rc_d.sh inst-rc_d.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]sbindir[@]|/usr/local/sbin|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgrcddir[@]|/usr/local/lib/pipslite/rc.d|' \
    -e 's|[@]sysconfdir[@]|/usr/local/etc|' \
    -e 's|[@]initdstartno[@]|11|' \
    -e 's|[@]initdstopno[@]|89|' \
    './inst-rc_d.sh.in' > inst-rc_d.sh.tmp
    mv inst-rc_d.sh.tmp inst-rc_d.sh
    rm -f pipslited pipslited.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]sbindir[@]|/usr/local/sbin|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgrcddir[@]|/usr/local/lib/pipslite/rc.d|' \
    -e 's|[@]sysconfdir[@]|/usr/local/etc|' \
    -e 's|[@]initdstartno[@]|11|' \
    -e 's|[@]initdstopno[@]|89|' \
    './pipslited.in' > pipslited.tmp
    mv pipslited.tmp pipslited
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon/rc'
    make[3]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/daemon'
    Making all in status-monitor
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/status-monitor'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/status-monitor'
    Making all in layout_script
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/layout_script'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/layout_script'
    Making all in po
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/po'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/po'
    Making all in ppd
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/ppd'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/ppd'
    Making all in setup
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/setup'
    rm -f pipslite-install pipslite-install.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './pipslite-install.in' > pipslite-install.tmp
    mv pipslite-install.tmp pipslite-install
    rm -f setup-cups.sh setup-cups.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './setup-cups.sh.in' > setup-cups.sh.tmp
    mv setup-cups.sh.tmp setup-cups.sh
    rm -f inst-cups-post.sh inst-cups-post.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './inst-cups-post.sh.in' > inst-cups-post.sh.tmp
    mv inst-cups-post.sh.tmp inst-cups-post.sh
    rm -f install-ppd.sh install-ppd.sh.tmp
    sed -e 's|[@]pkglibdir[@]|/usr/local/lib/pipslite|' \
    -e 's|[@]pkgconfdir[@]|/usr/local/etc/pipslite|' \
    -e 's|[@]pkgdatadir[@]|/usr/local/share/pipslite|' \
    -e 's|[@]pkgcachedir[@]|/usr/local/var/cache/pipslite|' \
    -e 's|[@]pipsscriptdir[@]|/usr/local/lib/pipslite/scripts|' \
    -e 's|[@]PACKAGE_TARNAME[@]|pipslite|' \
    -e 's|[@]PACKAGE_STRING[@]|Photo Image Print System Lite 1.4.0|' \
    -e 's|[@]install_prog[@]|/usr/local/bin/pipslite-install|' \
    -e 's|[@]ppd_install_sh[@]|/usr/local/lib/pipslite/scripts/install-ppd.sh|' \
    -e 's|[@]inst_ppd_def[@]|/usr/local/etc/pipslite/installed-ppd.def|' \
    -e 's|[@]inst_ppd_lst[@]|/usr/local/etc/pipslite/installed-ppd.lst|' \
    './install-ppd.sh.in' > install-ppd.sh.tmp
    mv install-ppd.sh.tmp install-ppd.sh
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/setup'
    Making all in pixmaps
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/pixmaps'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/pixmaps'
    Making all in makeinstall
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0/makeinstall'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0/makeinstall'
    make[2]: Entering directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    make[2]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0'
    make[1]: Leaving directory `/backup/epson/driver/fc12/pipslite-1.4.0'

    You need to clean it first

    i.e

    Code:
    make clean
    make
    su
    make install

  9. #9
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: compiling driver Epson Stylus SX600FW on Fedora 12

    it was aleady cleaned, tnx anyway

  10. #10
    leigh123linux Guest

    Re: compiling driver Epson Stylus SX600FW on Fedora 12

    Quote Originally Posted by Cricky
    it was aleady cleaned, tnx anyway

    It isn't clean! , if it was the compile would look like this.



Similar Threads

  1. Replies: 6
    Last Post: 3rd November 2009, 01:03 AM
  2. Epson Stylus T23 (USB) and Fedora Core 5
    By kapitanbar in forum Hardware
    Replies: 3
    Last Post: 13th August 2008, 08:25 PM
  3. Epson Stylus c20
    By scorpio2002 in forum Hardware
    Replies: 1
    Last Post: 23rd February 2005, 07:31 PM
  4. Replies: 3
    Last Post: 16th March 2004, 02:07 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]