[sane-devel] Sane-CVS on OS/2

2002-07-03 Thread
On Wed, 3 Jul 2002 11:04:54 +0200, Henning Meier-Geinitz wrote: >> if test "`uname`" = "OS2"; then >> AC_DEFINE(strncasecmp, strnicmp, [Define for OS/2 only]) >> fi >> >> around line 284 in configure.in . I don't know what's the uname of OS2, >> so fix that too. > >I added a similar approac

[sane-devel] Sane-CVS on OS/2

2002-07-03 Thread Henning Meier-Geinitz
On Mon, Jun 17, 2002 at 12:55:52AM -0500, Frank Zago wrote: [strncasecmp missing on OS/2] > Add > > if test "`uname`" = "OS2"; then > AC_DEFINE(strncasecmp, strnicmp, [Define for OS/2 only]) > fi > > around line 284 in configure.in . I don't know what's the uname of OS2, > so fix that too.

[sane-devel] Sane-CVS on OS/2

2002-06-17 Thread Henning Meier-Geinitz
Hi, On Mon, Jun 17, 2002 at 12:57:35AM +0200, Franz Bakan wrote: > 2. > #include > is missing in hpsj5s.c (because of O_RDWR) I have contacted the author. > 3. The following error which is also present in 1.0.8-release-code: > > ... > gmake.exe[1]: Entering directory `/SaneCVS/sane-backends/po

[sane-devel] Sane-CVS on OS/2

2002-06-17 Thread
Hi, Three minor problems at the moment with CVS-Code: 1. #ifndef HAVE_STRNCASECMP /* OS/2 needs this */ # define strncasecmp(a, b, c) strnicmp(a, b, c) #endif is now missing in config.h 2. #include is missing in hpsj5s.c (because of O_RDWR) 3. The following error which is also present in 1.0

[sane-devel] Sane-CVS on OS/2

2002-06-17 Thread Frank Zago
Franz Bakan wrote: > Hi, > > Three minor problems at the moment with CVS-Code: > 1. > #ifndef HAVE_STRNCASECMP > /* OS/2 needs this */ > # define strncasecmp(a, b, c) strnicmp(a, b, c) > #endif > > is now missing in config.h Hi Franz, I guess I did it. I did a little clean up in config.h.in a