Hi. Include "inttypes.h" in" sysdeps/linux-gnu/trace.c" file.
Some compilers don't care about it but some say: trace.c: In function 'linux_elf_add_plt_entry_irelative': trace.c:1277:31: error: expected ')' before 'PRIx64' trace.c:1278:4: error: conversion lacks type at end of format [-Werror=format] Adding #include <inttypes.h> solves this problem. Thanks Adam Malinowski
_______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel
