Marcin Cieślak
Marcin Cieślak
https://github.com/mounaiban/captdriver/pull/26 fixes the need to play with `LDFLAGS` on the command line. Just `autoreconf -i` and `./configure`... FreeBSD `make(1)` also works fine.
Happy to hear it worked for you! I think instead of ``` aclocal autoconf automake --add-missing ``` you can always use (in relatively modern autotools versions) this instead: ``` autoreconf...
It worked for me, but maybe it makes no point to switch operating systems like crazy just for this. Maybe there is some permission problem regarding reading/writing raw USB devices?...
@vl-ms @hopingstar1806 is there any way someone can help @mounaiban to get this running? I can't seem to be able to find any reasonable docs regarding "accessing raw USB devices...
I tried this with 62719249ac34633338be54bc74beddd0e7003d38 and I didn't notice it being VERY slow, just "acceptable slow". GhostScript did run for some time at 99% CPU but it went relatively fast...
> Host OS/Host device/Printer? FreeBSD on an ancient Sony Vaio laptop (amd64) with LBP3100 I have observed the USB timeout issue as well later (but not reliably reproducible). usbdump (FreeBSD's...
a workaround is to compile by hand as shown in https://github.com/hholzgra/mysql-udf-regexp/issues/3#issuecomment-250986748
Here's how I solved this by adding explicit `-DDBUG_OFF` (compiling by hand due to #8): ``` cc -DDBUG_OFF -DHAVE_CONFIG_H -fPIC -I. -I. -I. \ -I/usr/home/saper/sw/mysql-5.6.31/include \ -I/usr/home/saper/sw/mysql-5.6.31 \ -I/usr/home/saper/sw/mysql-5.6.31/sql \...
Isn't `node_modules/jscoverage` a directory? Your directory structure looks a bit strange. Can you post the output of `find .`
No, it won't work. You need to `node node_modules/jscoverage`. How can shell know this *directory* should be executed?