text based ink level?
Any idea why I get this error? Trying to compile escputil so I can check my ink levels.
root@0[escputil]# cd
root@0[~]# cd gimp-print-4.2.7/
root@0[gimp-print-4.2.7]# cd src/
root@0[src]# cd escputil/
root@0[escputil]# make
make: Warning: File `escputil.c' has modification time 3e+03 s in the future
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../intl -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -pedantic -g -O2 -c escputil.c
escputil.c:70: warning: string length `727' is greater than the length `509' ISO C89 compilers are required to support
escputil.c:110: warning: string length `2067' is greater than the length `509' ISO C89 compilers are required to support
escputil.c:826: warning: string length `1918' is greater than the length `509' ISO C89 compilers are required to support
escputil.c:861: warning: string length `1645' is greater than the length `509' ISO C89 compilers are required to support
escputil.c:1156: warning: string length `1548' is greater than the length `509' ISO C89 compilers are required to support
escputil.c:613: warning: `add_newlines' defined but not used
make: *** No rule to make target `../../lib/libprintut.la', needed by `escputil'. Stop.
root@0[escputil]#
Last edited by jon_k; 11-20-2004 at 07:07 PM.
|