Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-08-12 Thread Yurii Kolesnykov
сб, 12 серп. 2017 о 09:05 Olaf Meeuwissen пише: > They don't get deleted later. The files to be installed don't get > created to begin with. This is arguably a bug in the sane-backends > build system but you can easily work around it by running a `make` > before

[sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-08-12 Thread Yurii Kolesnykov
сб, 12 серп. 2017 о 09:05 Olaf Meeuwissen пише: > They don't get deleted later. The files to be installed don't get > created to begin with. This is arguably a bug in the sane-backends > build system but you can easily work around it by running a `make` > before

Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-28 Thread Yurii Kolesnykov
isn't it? > >> (The scanner btw. is a CanoScan LiDE 60. Switching back to sane-backends > >> 1.0.25 shows this: > >> found USB scanner (vendor=0x04a9 [Canon], product=0x221c [CanoScan], > >> chip=GL842) at libusb:038:002). > >> > >> Ah, here is

Re: [sane-devel] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-27 Thread Yurii Kolesnykov
Hi, Olaf, Thomas! Having another round through the info in the various links you and Yurii > provided I noticed > > checking for pkg-config... no > > Is homebrew using pkgconfig instead? If so, I'd suggest adding > something like > > system "ln", "-s", "pkg-config", "/usr/bin/pkgconfig" > No

Re: [sane-devel] [PATCH] fix dead links to git

2016-06-28 Thread Yurii Kolesnykov
Hi, Olaf! На 27 червня 2016 р. в 15:22:49, Olaf Meeuwissen (paddy-h...@member.fsf.org) написав: > Hi Yurii, > … > Thanks for pointing this out. > > I've reviewed all the links and pushed a slightly different patch. It > aims to provide a more consistent set of URLs. > > Hope you don't mind, I

Re: [sane-devel] [PATCH] Fix compilation of saned.c under OS X

2016-06-24 Thread Yurii Kolesnykov
Thanks, Olaf. After this commit master is compiling without issues on OSX. Any plans about next release? It will very good to get rid off my ugly patches from brew formula. Here is my PR for bump to 1.0.25: https://github.com/Homebrew/homebrew-core/pull/2377 Please send me email before release

[sane-devel] [PATCH] Fix compilation of saned.c under OS X

2016-06-24 Thread Yurii Kolesnykov
--- frontend/saned.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/saned.c b/frontend/saned.c index 3506eb3..5b28be4 100644 --- a/frontend/saned.c +++ b/frontend/saned.c @@ -792,7 +792,7 @@ check_host (int fd) #ifdef ENABLE_IPV6 sin6 = _address.sin6; - if

[sane-devel] [PATCH] Port to OS X

2015-10-07 Thread Yurii Kolesnykov
Signed-off-by: Yurii Kolesnykov <yuriko...@gmail.com> --- backend/epsonds-io.c | 4 include/sane/sanei_backend.h | 10 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/backend/epsonds-io.c b/backend/epsonds-io.c index 28bacfc..c0bdc28 100644 --- a/b

Re: [sane-devel] [PATCH] Port to OS X

2015-10-07 Thread Yurii Kolesnykov
Hi Olaf, thanks for your feedback. Sorry, I forgot to include this comment in previous email. > > /* > > * SANE types and defines > > */ > > diff --git a/include/sane/sanei_backend.h b/include/sane/sanei_backend.h > > index 1b5afe2..982dedc 100644 > > --- a/include/sane/sanei_backend.h > > +++

[sane-devel] [PATCH] Port to OS X

2015-10-05 Thread Yurii Kolesnykov
Quick fixes for error I have encountered during compilation. make check reports problem: > File generated for html-backends-split mode is different from reference I have no clue wath this error is about. Is this the real error? Yurii Kolesnykov (1): Port to OS X backend/pieusb_buffe

[sane-devel] [PATCH] Port to OS X

2015-10-05 Thread Yurii Kolesnykov
4 files changed, 19 insertions(+) diff --git a/backend/pieusb_buffer.c b/backend/pieusb_buffer.c index 53bd867..23fc645 100644 --- a/backend/pieusb_buffer.c +++ b/backend/pieusb_buffer.c @@ -100,7 +100,13 @@ #include #include #include + +#ifdef __APPLE__ +#include +#elif #include