Re: building CLDAP SDK
Hi Palaniappan,
palaniappan1 wrote:
> You need to use the configure.ac script with the autotools (like
> libtoolize, aclocal, autoconf etc) to build the configure script.
can you please explain that in more detail? I've tried:
cldap_source> autoreconf --install --force
configure.ac:704: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded
from...
.../../lib/autoconf/specific.m4:454: AC_AIX is expanded from...
configure.ac:704: the top level
configure.ac:704: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:706: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.ac:706: the top level
configure.ac:706: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:704: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded
from...
.../../lib/autoconf/specific.m4:454: AC_AIX is expanded from...
configure.ac:704: the top level
configure.ac:704: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:706: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.ac:706: the top level
configure.ac:706: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build'.
libtoolize: copying file `build/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-
tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:704: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded
from...
.../../lib/autoconf/specific.m4:454: AC_AIX is expanded from...
configure.ac:704: the top level
configure.ac:704: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:706: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.ac:706: the top level
configure.ac:706: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:704: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded
from...
.../../lib/autoconf/specific.m4:454: AC_AIX is expanded from...
configure.ac:704: the top level
configure.ac:704: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:706: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
.../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.ac:706: the top level
configure.ac:706: warning: AC_RUN_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS
configure.ac:2281: error: possibly undefined macro: AC_COMPILE_CHECK_SIZEOF
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
but as you can see this didnt work. Can you perhaps post a working configure
or a buildconf script on the NDK site?
thanks, Günter.
|