Hi friends, Today I tried to configure my printer - Canon znu i255.Debian found the printer properly.For installing drivers I searched the net and found some drivers for i250. This is the output I get when I type make:-
make all-recursive make[1]: Entering directory `/home/mehul/Desktop/Downloads/bjfilter-2.3-0' Making all in src make[2]: Entering directory `/home/mehul/Desktop/Downloads/bjfilter-2.3-0/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/cncl -I../include/misc -O2 -c bjfilter.c bjfilter.c:30:18: popt.h: No such file or directory In file included from bjfilter.c:45: bjfimage.h:31:20: tiffio.h: No such file or directory In file included from bjfilter.c:45: bjfimage.h:93: error: syntax error before "TIFF" bjfimage.h:93: warning: no semicolon at end of struct or union bjfimage.h:114: error: syntax error before '}' token bjfimage.h:114: warning: data definition has no type or storage class bjfimage.h:117: error: syntax error before "char" bjfimage.h:118: warning: parameter names (without types) in function declaration bjfimage.h:119: error: syntax error before "char" bjfimage.h:120: warning: parameter names (without types) in function declaration bjfimage.h:121: warning: parameter names (without types) in function declaration bjfimage.h:122: error: syntax error before "short" bjfimage.h:123: error: syntax error before "long" bjfimage.h:124: error: syntax error before "long" bjfimage.h:125: error: syntax error before "short" bjfimage.h:126: error: syntax error before "short" bjfimage.h:127: error: syntax error before "double" In file included from bjfilter.c:50: bjfilter.h:46: error: syntax error before "BJF_IMAGEINFO" bjfilter.h:46: warning: no semicolon at end of struct or union bjfilter.h:57: error: syntax error before '}' token bjfilter.h:57: warning: data definition has no type or storage class bjfilter.c:67: error: syntax error before "LPCNCLPAPERSIZE" bjfilter.c:69: error: syntax error before "LPBJFLTDEVICE" bjfilter.c:71: error: syntax error before "lpbjfinfo" bjfilter.c:72: error: syntax error before "lpbjfinfo" bjfilter.c:73: error: syntax error before "lpbjfinfo" bjfilter.c:74: error: syntax error before "lpbjfinfo" bjfilter.c: In function `main': bjfilter.c:129: error: syntax error before "lpbjinfo" bjfilter.c:153: error: `lpbjinfo' undeclared (first use in this function) bjfilter.c:153: error: (Each undeclared identifier is reported only once bjfilter.c:153: error: for each function it appears in.) bjfilter.c:153: error: syntax error before "malloc" bjfilter.c:156: error: syntax error before "lpbjinfo" bjfilter.c:156: error: syntax error before "lpbjinfo" bjfilter.c:156: error: syntax error before "lpbjinfo" bjfilter.c:156: error: syntax error before "lpbjinfo" bjfilter.c:156: error: syntax error before ')' token bjfilter.c: At top level: bjfilter.c:383: error: syntax error before "lpbjinfo" bjfilter.c: In function `MakeBJPrintData': bjfilter.c:426: error: `lpbjfltdevice' undeclared (first use in this function) bjfilter.c:436: error: `lpbjinfo' undeclared (first use in this function) bjfilter.c:491: error: `lpcnclpapersize' undeclared (first use in this function) bjfilter.c:625: error: `lpbjfltcolor' undeclared (first use in this function) bjfilter.c: At top level: bjfilter.c:1176: error: syntax error before "lpbjinfo" bjfilter.c: In function `set_position_parameter': bjfilter.c:1182: error: `lpbjinfo' undeclared (first use in this function) bjfilter.c:1218: error: `lpcnclpapersize' undeclared (first use in this function ) bjfilter.c:1220: error: `lpbjfcom' undeclared (first use in this function) bjfilter.c: At top level: bjfilter.c:1344: error: syntax error before "lpbjfinfo" bjfilter.c: In function `SetPrinterFd': bjfilter.c:1346: error: `lpbjfinfo' undeclared (first use in this function) bjfilter.c: At top level: bjfilter.c:1350: error: syntax error before "lpbjfinfo" bjfilter.c: In function `ForkLgmon': bjfilter.c:1352: error: `modelname' undeclared (first use in this function) bjfilter.c:1353: error: `dispname' undeclared (first use in this function) bjfilter.c:1363: error: `lpbjfinfo' undeclared (first use in this function) bjfilter.c: At top level: bjfilter.c:1396: error: syntax error before "lpbjfinfo" bjfilter.c: In function `WaitLgmon': bjfilter.c:1401: error: `isPrint' undeclared (first use in this function) bjfilter.c:1404: error: `lpbjfinfo' undeclared (first use in this function) bjfilter.c: At top level: bjfilter.c:1415: error: syntax error before "lpbjfinfo" bjfilter.c: In function `WaitPrintUi': bjfilter.c:1419: error: `lpbjfinfo' undeclared (first use in this function) make[2]: *** [bjfilter.o] Error 1 make[2]: Leaving directory `/home/mehul/Desktop/Downloads/bjfilter-2.3-0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mehul/Desktop/Downloads/bjfilter-2.3-0' make: *** [all-recursive-am] Error 2 ============================================
I even tried to install some drivers that are presented by debian. But, using those drivers, the print jobs are sent to print queues and it shows as completed though the printer hasn't even responded. I even tried logging in as root and trying all this out as an last ditch attempt before posting here.