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

2017-07-27 Thread schmo-fu
Hi Tom, you would have to install homebrew (see https://brew.sh/) After that you simply type "brew install sane-backends" this will install a binary (called bottle). The binaries are installed to /usr/local/Cellar/... and symlinked /usr/local/bin/ To compile your own brew (after changing

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

2017-07-27 Thread Tom Myers
I have a 1XL I can test with with if there is a 1.0.27 built for macintosh. Just yell where I can download it. > On Jul 27, 2017, at 12:14 PM, schmo-fu wrote: > > Hey Olaf and Yurii, > > thank you for your support, there is some progress: > First i replaced

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

2017-07-27 Thread schmo-fu
Hey Olaf and Yurii, thank you for your support, there is some progress: First i replaced usb-compat- with libusb-dependency in the formula. sane-backends compiled, but still no usb-support. Then i put »depends_on "pkg-config"« into the formula. And here we go: [sanei_usb] sanei_usb_init:

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] sane-backend 1.0.27 USB broken on Mac with Homebrew

2017-07-27 Thread Olaf Meeuwissen
Hi Thomas, schmo-fu writes: > Hi Olaf, > > sorry for the long wait, but now i'm back at the machine with the scanner. No problem. I've been swamped with Real Work the last three days anyways ;-) > Am 24.07.17 um 14:09 schrieb Olaf Meeuwissen: >> >> Try --with-usb=yes. That really *should*

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

2017-07-27 Thread Olaf Meeuwissen
Hi Yurii, Yurii Kolesnykov writes: > Hi Thomas, Olaf! > >> It'd make more sense if you can tell me where these homebrew-commits can >> be found. >> # I've been on GNU+Linux and just about nothing else for two decades ;-) >> > Here is the brew formulae file. You can see history of commits. >

Re: [sane-devel] Getting Alpine Linux sane-backends builds compiler warning free

2017-07-27 Thread Olaf Meeuwissen
Hi Valery, Valery Kartel writes: > Hi, Olaf > > I pushed a PR for libieee1284, so waiting for accept it. > https://github.com/alpinelinux/aports/pull/1982 I noticed that was accepted. > And now I playing with sane-backends building with libpng, libieee1284 and > linux-headers as you mentioned.