On Tue, Oct 27, 2015 at 04:15:57PM -0700, enh wrote:
> ./bootstrap && ./configure && make is failing for me on x86-64:
> 
> In file included from m32_printer_defs.h:51:0,
>                  from syscall.c:155:
> m32_printer_decls.h:2:1: error: expected expression before ‘extern’
>  extern bool m32_fetch_seccomp_fprog(struct tcb *tcp, const long addr, void 
> *p);
>  ^

There seems to be some ambiguousness:

$ grep '^[^ ]*_defs\.h: ' Makefile.am 
m%_defs.h: $(srcdir_mpers_source_files)
%_printer_defs.h: $(srcdir_mpers_source_files)

It works with GNU make, but has to be fixed nevertheless.


-- 
ldv

Attachment: pgpBMHxGCwocN.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to