bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ls.c doesn't compile


From: Jean Philippe EIMER
Subject: ls.c doesn't compile
Date: Fri, 08 Jan 2010 11:08:48 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

Compiling coreutils 8.3 fails at ls.c, with gcc 4.4.2, glibc 2.11.1 and
kernel 2.6.32.3 :

In file included from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:339,
                 from ../lib/signal.h:34,
                 from ls.c:67:
/usr/include/asm/sigcontext.h:28: error: expected
specifier-qualifier-list before '__u64'
/usr/include/asm/sigcontext.h:267: error: expected
specifier-qualifier-list before '__u64'

Moving up  #include <signal.h> just after  #include <sys/types.h> in
src/ls.c solves this compilation issue.

Regards,
J. Ph. EIMER





reply via email to

[Prev in Thread] Current Thread [Next in Thread]