Am Mon, 21 Aug 2000 schrieb Ramprasad Rao:
> You will need the XFree86-devel package.
NO, you don't need any X on your machine!
> On Mon, 21 Aug 2000, David G. McBride wrote:
> > v4l.c:85: X11/Intrinsic.h: No such file or directory
As Petter Reinholdtsen wrote on Aug, 14 you only need to change some
lines in the file v4l.c:
----------------------------
delete the following line (around line 85)
#include <X11/Intrinsic.h>
after the line (around line 92)
#define SYNC_TIMEOUT 1
you add these two lines:
#define TRUE 1
#define FALSE 0
----------------------------
That's all you need!
Martin
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Mon Aug 21 2000 - 08:52:28 PDT