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

Franz Bakan Franz Bakan" <fbakan@gmx.net
Mon, 17 Jun 2002 00:57:35 +0200 (CEST)


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 <fcntl.h>
is missing in hpsj5s.c (because of O_RDWR)

3. The following error which is also present in 1.0.8-release-code:

...
gmake.exe[1]: Entering directory `/SaneCVS/sane-backends/po'
updating mustek.de.po from ../backend/mustek.c Warnung:
Typ der Datei  .tmp/*.*½ mit Suffix  *½ ist unbekannt; C wird versucht
Íffnen der Datei  .tmp/*.*½ zum Lesen fehlgeschlagen: No such file or directory
gmake.exe[1]: *** [mustek.de.po] Error 1
gmake.exe[1]: Leaving directory `/SaneCVS/sane-backends/po'
G:/USR/BIN/gmake.exe: *** [all-recursive] Error 1

make runs fine if executed in the .../po directory

Bye
Franz