On 7/3/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:
> 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?


Oh. Looks like these were first added to autoconf 2.59c, released 15 months ago.

I added these to try and discourage Vlad from defining ns_int16 etc.
redundantly :-)

I think even that is a bad idea as nowhere in the code are they
actually used. Some external modules make use of them, but that is a
crazy dependency!

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to