VL-6 Standard
Kodak ESP5210 AIO printer at 192.168.1.99
I had attempted to setup Cups but it wouldn't work.
In my browsing, I DL'd c2esp26.tar.gz. After extracting, I found that it needed to be compiled:
Dell://home/bruce/Downloads/c2esp26
root:# make
#
# Compile Dependencies general...
#
# Compile Dependencies in cups...
cups api detected 1.3
The cups version up to 1.5 tests
should look in /usr/include/cups/ for image and driver
echo "#define HAVE_CUPSFILTERS 0" >config.h
***
*** Error: /usr/include/cups/driver.h is not installed!
***
*** Install cups driver package
*** for Ubuntu: sudo apt-get install libcupsdriver1-dev
***
make: *** [cups-test] Error 1
It is correct: there is no driver.h in usr/include/cups and I didn't find libcupsdriver1-dev in GSLAPT even in testing. Found it in Google for Debian or Ubantu. There are 3 other files listed as dependancies.
So! Which set should I get. And should I expect more surprises?