On Sat, May 31, 2014 at 04:51:24AM +0400, Dmitry V. Levin wrote:
> On Fri, May 30, 2014 at 11:44:41AM +0200, Philippe De Muyter wrote:
> > * v4l2.c: new file.
> > * ioctl.c, defs.h, Makefile.am: hook v4l2.o:v4l2_ioctl into strace.
> > * NEWS: spread the news :)
> 
> I've just pushed pending xlat changes to master branch.
> You can convert your code to the new form, e.g. using
> $ ./generate_xlat_in.sh v4l2.c

I did that, but I cannot compile anymore (see below), and `autoreconf -i'
fails too:

linux:~/strace-code # make
make  all-recursive
make[1]: Entering directory `/root/strace-code'
Making all in tests
make[2]: Entering directory `/root/strace-code/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/strace-code/tests'
make[2]: Entering directory `/root/strace-code'
gcc -DHAVE_CONFIG_H -I.  -I./linux/arm -I./linux -I./linux  -Wall 
-Wwrite-strings -g -O2 -MT bjm.o -MD -MP -MF .deps/bjm.Tpo -c -o bjm.o bjm.c
bjm.c:72:27: fatal error: xlat/qm_which.h: No such file or directory
 #include "xlat/qm_which.h"


linux:~/strace-code # autoreconf -i
automake: error: cannot open < xlat/Makemodule.am: No such file or directory
autoreconf: automake failed with exit status: 1

Philippe

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to