Hi! I have finished the packaging of SANE 1.0.10 on IRIX, using the SGI MIPSpro C compiler. You can update the supported platforms page on the SANE web site with the following info:
Platform: IRIX 6.5.x Latest SANE version tested: 1.0.10 Compiler: MIPSpro C (cc) User-level SCSI support: yes USB support: no Shared library support: yes Dynamic loading support: yes X11 clients (xscanimage and xcam): yes At the same time, take note of the following two fixes I've applied to sane-backends: diff -ruN sane-backends-1.0.10/backend/dc210.c sane-backends-1.0.10-patched/backend/dc210.c --- sane-backends-1.0.10/backend/dc210.c Fri Jan 10 12:21:51 2003 +++ sane-backends-1.0.10-patched/backend/dc210.c Sun Feb 9 00:13:43 2003 @@ -412,9 +412,9 @@ /* and wait for it to recover from the break */ #ifdef HAVE_USLEEP - usleep (breakpause); + usleep (breakpause); #else -+ sleep (1); + sleep (1); #endif if (send_pck (camera->fd, init_pck) == -1) diff -ruN sane-backends-1.0.10/backend/dll.conf sane-backends-1.0.10-patched/backend/dll.conf --- sane-backends-1.0.10/backend/dll.conf Wed Nov 20 13:36:52 2002 +++ sane-backends-1.0.10-patched/backend/dll.conf Sun Feb 9 01:51:41 2003 @@ -19,6 +19,7 @@ dmc epson fujitsu +gphoto2 gt68xx hp hpsj5s Hope it helps! Regards, Andrea