Are you getting any errors, or just warnings? Have you tried building NOX after running boot.sh and seeing how that goes?
-- Murphy On Jun 30, 2012, at 8:00 PM, YIMIN CHEN wrote: > Hi, > > I am working on installing nox classic on ubuntu 12.04LTS, and getting > the following errors about autoconf: > > ------------------------------------------------------------------------------------------------------------------------------------- > ymchen@ymchen-lnx:~/nox$ ./boot.sh > building with all apps > Disabling noxext... > configure.ac:33: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > /home/ymchen/nox/config/ax_boost_filesystem.m4:34: AX_BOOST_FILESYSTEM > is expanded from... > configure.ac:33: the top level > configure.ac:108: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > > aclocal.m4:1616: AX_BOOST_FILESYSTEM is expanded from... > ------------------------------------------------------------------------------------------------------------------------------------- > > > I googled for this error and found one reason being autoconf version > has to be 2.68. On my system, autoconf version is already 2.68. > > -------------------------------------------------------------------------------------------- > ymchen@ymchen-lnx:~/nox$ autoconf --version > autoconf (GNU Autoconf) 2.68 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > -------------------------------------------------------------------------------------------- > > Does anyone know what is causing this error? > > > Thanks! > Yimin
