Wes, On Monday, 2018-05-14 16:08:24 -0700, you wrote:
> ... > I am trying to get the system working on a new computer with Ubuntu 16.04. > We have modified the fujitsu.c file but we are getting an error message. I > don't have the exact message but it was to the effect that an option was > not enabled. > ... > At line 667 change: > > #ifndef SANE_FRAME_JPEG > #define SANE_FRAME_JPEG 0x0B > #define SANE_JPEG_DISABLED 1 > #endif > > To: > > #ifndef SANE_FRAME_JPEG > #define SANE_FRAME_JPEG 0x0B > /*#define SANE_JPEG_DISABLED 1*/ > #endif Not having any knowledge whatsoever about this particular program I nev- erthelsess have the gut feeling that commenting out this line might be a bad idea. I'd rather set the value to zero and try again. Sincerely, Rainer -- sane-devel mailing list: [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to [email protected]
