hi,
I checked out the revision 753622 from trunk but build failed.
$ ./bootstrap.sh
configure.ac:31: error: possibly undefined macro: AC_PROG_MKDIR_P
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:108: error: possibly undefined macro: AC_TYPE_INT16_T
configure.ac:109: error: possibly undefined macro: AC_TYPE_INT32_T
configure.ac:110: error: possibly undefined macro: AC_TYPE_INT64_T
configure.ac:111: error: possibly undefined macro: AC_TYPE_INT8_T
configure.ac:115: error: possibly undefined macro: AC_TYPE_SSIZE_T
configure.ac:116: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.ac:117: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:118: error: possibly undefined macro: AC_TYPE_UINT64_T
configure.ac:119: error: possibly undefined macro: AC_TYPE_UINT8_T
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
compiler/cpp/Makefile.am: installing `./depcomp'
Am I missing something?
BTW, is there win32 compiler binary?
-Xiong