Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 14:41:50 -0800
From:      Oleksandr Tymoshenko <gonzo@bluezbox.com>
To:        ticso@cicely.de
Cc:        Greg <greg@unrelenting.technology>, Roberto Fernandez Cueto <r.fernandez-cueto@bally-wulff.de>, Hans Petter Selasky <hps@selasky.org>, freebsd-arm@freebsd.org, freebsd-current@freebsd.org, Bernd Walter <ticso@cicely7.cicely.de>
Subject:   Re: webcamd based touchscreen problem on Pi3
Message-ID:  <20180308224150.GA99889@bluezbox.com>
In-Reply-To: <20180308223842.GG86413@cicely7.cicely.de>
References:  <20180308163605.GA61875@BWEPCFERNANDEZ> <20180308161645.GF80981@cicely7.cicely.de> <818e1917-0472-c0dd-a9d6-b7532faf4d4b@selasky.org> <20180308163026.z3ptrc7376smnsrt@unrelenting.technology> <20180308191131.GB86413@cicely7.cicely.de> <20180308200849.GC86413@cicely7.cicely.de> <20180308203838.GA98731@bluezbox.com> <20180308222307.GF86413@cicely7.cicely.de> <20180308222944.GA99801@bluezbox.com> <20180308223842.GG86413@cicely7.cicely.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Bernd Walter (ticso@cicely7.cicely.de) wrote:
> On Thu, Mar 08, 2018 at 02:29:44PM -0800, Oleksandr Tymoshenko wrote:
> > Bernd Walter (ticso@cicely7.cicely.de) wrote:
> > > On Thu, Mar 08, 2018 at 12:38:38PM -0800, Oleksandr Tymoshenko wrote:
> > > > Bernd Walter (ticso@cicely7.cicely.de) wrote:
> > > > > On Thu, Mar 08, 2018 at 08:11:31PM +0100, Bernd Walter wrote:
> > > > > https://github.com/gonzoua/evdev-dump/tree/freebsd
> > > > > ...
> > > > > checking for unistd.h... yes
> > > > > checking linux/input.h usability... no
> > > > > checking linux/input.h presence... no
> > > > > checking for linux/input.h... no
> > > > > checking for /usr/include/linux/input.h... no
> > > > > configure: error: /usr/include/linux/input.h not found
> > > > > 4.765u 3.954s 0:08.64 100.8%    31397+2201k 0+27io 0pf+0w
> > > > > Exit 1
> > > > 
> > > > I've just checked, evdev-dump should be buildable:
> > > > 
> > > > git clone git@github.com:gonzoua/evdev-dump.git
> > > > cd evdev-dump
> > > > git checkout freebsd
> > > > sudo pkg install gawk gmake
> > > > sh bootstrap
> > > > ./configure
> > > > gmake
> > > 
> > > That's exactly how I did.
> > > Well - I've used git clone https://github.com/gonzoua/evdev-dump.git
> > > Even with a fresh clone it failed at the same file.
> > > 
> > > I have the following:
> > > /usr/include/dev/evdev/input.h
> > > /usr/local/include/linux/input.h
> > > /usr/local/include/xorg/input.h
> > 
> > Could you show output of "git branch" and
> > "grep -rl /usr/include/linux/input.h ." in cloned directory?
> 
> [55]sa# git branch
> * master
> [56]sa# grep -rl /usr/include/linux/input.h .
> ./configure.ac
> ./autom4te.cache/output.0
> ./autom4te.cache/output.1
> ./configure
> ./config.log

You need freebsd branch. master branch is unmodified
version of upstream, all my changes are on freebsd branch.

Run:

gmake clean
git checkout freebsd <- this step is important
sh bootstrap
./configure
gmake

Also you need bash installed, because original .h to .inc
conversion script uses some bash-isms.

-- 
gonzo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180308224150.GA99889>