[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Global-commit] global configure.ac
From: |
Hideki IWAMOTO |
Subject: |
[Global-commit] global configure.ac |
Date: |
Sun, 07 Nov 2004 11:47:54 -0500 |
CVSROOT: /cvsroot/global
Module name: global
Branch:
Changes by: Hideki IWAMOTO <address@hidden> 04/11/07 16:41:38
Modified files:
. : configure.ac
Log message:
Added AC_CHECK_DECLS to avoid following error.
But the usage of HAVE_DECL_xxx in textutils-2.0 is incompatible with
autoconf.
In file included from system.h:245,
from sort.c:30:
sys2.h:139: error: conflicting types for 'malloc'
sys2.h:139: error: conflicting types for 'malloc'
sys2.h:143: error: conflicting types for 'memchr'
/usr/include/string.h:66: error: previous declaration of 'memchr' was
here
sys2.h:143: error: conflicting types for 'memchr'
/usr/include/string.h:66: error: previous declaration of 'memchr' was
here
sys2.h:147: error: conflicting types for 'realloc'
/usr/include/stdlib.h:567: error: previous declaration of 'realloc' was
here
sys2.h:147: error: conflicting types for 'realloc'
/usr/include/stdlib.h:567: error: previous declaration of 'realloc' was
here
make[2]: *** [sort.o] Error 1
make[2]: Leaving directory `/home/iwamoto/work/global/gnusort'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/iwamoto/work/global'
make: *** [all] Error 2
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/global/global/configure.ac.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
- [Global-commit] global configure.ac,
Hideki IWAMOTO <=