From: Zoran V. <zv...@ar...> - 2007-07-03 19:04:02
|
zvpb:~/sf/naviserver zoran$ sh autogen.sh --enable-symbols Running aclocal -I m4 Running autoheader Running autoconf configure.in:172: error: possibly undefined macro: AC_TYPE_INT8_T If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:173: error: possibly undefined macro: AC_TYPE_INT16_T configure.in:174: error: possibly undefined macro: AC_TYPE_INT32_T configure.in:175: error: possibly undefined macro: AC_TYPE_INT64_T configure.in:177: error: possibly undefined macro: AC_TYPE_UINT8_T configure.in:178: error: possibly undefined macro: AC_TYPE_UINT16_T configure.in:179: error: possibly undefined macro: AC_TYPE_UINT32_T configure.in:180: error: possibly undefined macro: AC_TYPE_UINT64_T configure.in:182: error: possibly undefined macro: AC_TYPE_INTMAX_T configure.in:183: error: possibly undefined macro: AC_TYPE_UINTMAX_T configure.in:185: error: possibly undefined macro: AC_TYPE_INTPTR_T configure.in:186: error: possibly undefined macro: AC_TYPE_UINTPTR_T zvpb:~/sf/naviserver zoran$ autoconf -V autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. zvpb:~/dev/tcl_macbinary/unix zoran$ uname -a Darwin zvpb.local 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc zvpb:~/sf/naviserver zoran$ Any ideas why is this so and where are those defined? Cheers, Zoran |