[sane-devel] building sane-frontends on OS/2

2002-05-05 Thread Henning Meier-Geinitz
Hi, On Sat, May 04, 2002 at 01:36:58AM +0200, Franz Bakan wrote: > >> -lpthreads is needed because of: [...] > #include >#include > #define read(A,B,C) pthread_read((A),(B),(C)) > #define write(A,B,C)pthread_write((A),(B),(C)) > > So the right fix is to

[sane-devel] building sane-frontends on OS/2

2002-05-04 Thread
Hi, On Fri, 3 May 2002 09:29:28 +0200, Henning Meier-Geinitz wrote: >> To build I have to >> >> 1. add '#define HAVE_VSYSLOG 1' to sane-frontends/include/sane/config.h >> 2. add '-llibsane -lsyslog -lpthreads -lsocket' to 'LIBS =' in >> sane-frontends/src/Makefile > >libsane should be automat

[sane-devel] building sane-frontends on OS/2

2002-05-03 Thread Henning Meier-Geinitz
Hi, On Fri, May 03, 2002 at 12:05:52AM +0200, Franz Bakan wrote: > To build I have to > > 1. add '#define HAVE_VSYSLOG 1' to sane-frontends/include/sane/config.h > 2. add '-llibsane -lsyslog -lpthreads -lsocket' to 'LIBS =' in > sane-frontends/src/Makefile libsane should be automatically dete

[sane-devel] building sane-frontends on OS/2

2002-05-03 Thread
Hi, The sane-frontends build on OS/2 but I still have to make some small manual modifications. To build I have to 1. add '#define HAVE_VSYSLOG 1' to sane-frontends/include/sane/config.h 2. add '-llibsane -lsyslog -lpthreads -lsocket' to 'LIBS =' in sane-frontends/src/Makefile -lsocket is nee