Hi, On Mon, Apr 08, 2002 at 01:55:14PM -0700, paul beard wrote: > >[...ers/paul/src/sane-backends-1.0.7/backend]:: make > cc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I. -I. -I../include > -I../include -D_GNU_SOURCE > -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d > -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 > -DBACKEND_NAME=canon -DLIBDIR=/usr/local/lib/sane canon.c -o canon.o > In file included from canon.c:181: > canon-scsi.c: In function `define_scan_mode': > canon-scsi.c:382: warning: comparison between signed and unsigned > canon-scsi.c: In function `set_density_curve': > canon-scsi.c:445: warning: unused parameter `buf_size' > canon.c: In function `get_tpu_stat': > canon.c:231: warning: comparison between signed and unsigned > canon.c: In function `get_adf_stat': > canon.c:285: warning: comparison between signed and unsigned > canon.c: In function `attach': > canon.c:599: warning: comparison between signed and unsigned > canon.c: In function `adjust_hilo_points': > canon.c:1128: warning: comparison between signed and unsigned > cc: Internal compiler error: program cc1obj got fatal signal 11 > make: *** [canon.lo] Error 1
This is either a compiler bug or faulty hardware. Compiling the canon backend seems to need a lot of resources so this is the most likely place to bail out if something goes wrong. Bye, Henning
