[sane-devel] SANE compile problem on Solaris - CORRECTION

2009-09-24 Thread David Price
Sorry - This is Solaris 9 X86, not Solaris 8. - Original Message - From: "David Price" To: Cc: Sent: Thursday, September 24, 2009 12:52 PM Subject: SANE compile problem on Solaris > SANE Developers, > > I wish to use SANE on my Solaris 8 X86 server to allow for scanner assess > to a

[sane-devel] SANE compile problem on Solaris

2009-09-24 Thread David Price
SANE Developers, I wish to use SANE on my Solaris 8 X86 server to allow for scanner assess to a network IP scanner device. I have downloaded version 1.0.20 but cannot get it to build. Here is what I have done.. First set env as follows: LD_LIBRARY_PATH=/usr/sfw/lib:$LD_LIBRARY_PATH CFLAGS

[sane-devel] SANE compile problem on Solaris

2009-09-24 Thread Chris Bagwell
You may get further by editing lib/getopt.c and changing that line 121 to look for ../include/lgetopt.h instead of ../include/getopt.h. Also, I think similar bug in getopt1.c... Instead of #include "getopt.h", it should be #include "../include/lgetopt.h". Or you can grab latest sane-backends vers