Open fmitha opened 10 years ago
I can add a build log if you want. I'll need to put it somewhere else, because github does not seem to allow attaching files.
Hi, Put it on http://pastebin.com and share the link... and ill take a look at it
Im not a debian user, but it looks like you need a tarball of the source, create one with make dist.
Hi Henrik,
Thank you for the quick reply, Here is the build log. I don't think that not having a tarball is the problem, but I'll experiment and report back. Incidentally, is this an unofficial fork of the Epson code? I've also posted on this problem on unix.sx. I might also try the autotools list. The problem should be easy to reproduce on Debian, if you have a virtual machine or something.
Regards, Faheem
Running make dist
from a clean checkout gives
faheem@orwell:/usr/local/src/iscan/iscan$ make dist
make: *** No rule to make target `dist'. Stop.
If I attempt to run that after debuild -uc -us
has exited with the error above, I just get the same error.
Yes this is unofficial fork of iscan with some fixes for scanning 16bit at high resolution, see commit log for more info..
BTW, where are you getting the sources from? Epson does not make it easy.to find the sources.
I'm seeing the following error when attempting to build using the
master
branch on Debian wheezy. I start with:The error is
Suggestions for fixing or even a confirmation this can be reproduced would be helpful.
Regards, Faheem