Hi,
1.
#ifdef HAVE_OS2_H
has to be either changed to
#ifdef __EMX__
or
a check for os2.h has to be included in configure.in
At the moment HAVE_OS2_H is not defined
and so replacement for ':' in filenames does not work
2.
to make xscanimage work as plugin for the latest
gimp-version available on OS/2 (gimp121) a small
modification is necessary in xscanimage.c
this magical line must be added before gimp_main() call:
#ifdef __EMX__
set_gimp_PLUG_IN_INFO(&PLUG_IN_INFO);
#endif
result = gimp_main (argc, argv);
Franz
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Mon Jul 02 2001 - 15:37:32 PDT