Try to execute *automake --add-missing *before *./configure* 2009/12/29 Ting Peng <[email protected]>
> I did what you said. The maker give me the same result. > > The error is: > configure.in:34: required file `./ABOUT-NLS' not found > make: *** [Makefile.in] Error 1 > It seems that AOUT-NLS is not found, what should I do? > > On Thu, Dec 24, 2009 at 9:36 PM, Arthur Chen <[email protected]> > wrote: > > > "p...@pt-desktop:~/src/bluesky/RealClass/TServer$ make" > > > > the command should be: > > p...@pt-desktop:~/src/bluesky/RealClass/TServer$ ./configure > > cd src > > make > > ./tserver > > > > 2009/12/24 Ting Peng <[email protected]> > > > > > Dear all, > > > > > > When I tried to compile TServer on Ubuntu 8.04, the system says the > > > following. How to fix the problems? > > > p...@pt-desktop:~/src/bluesky/RealClass/TServer$ make > > > cd . && automake-1.10 --gnu > > > configure.in:34: warning: AC_COMPILE_IFELSE was called before > > > AC_USE_SYSTEM_EXTENSIONS > > > ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is > expanded > > > from... > > > aclocal.m4:8908: gl_LOCK_EARLY_BODY is expanded from... > > > aclocal.m4:8901: gl_LOCK_EARLY is expanded from... > > > aclocal.m4:9132: gl_LOCK is expanded from... > > > aclocal.m4:939: gt_INTL_SUBDIR_CORE is expanded from... > > > aclocal.m4:778: AM_INTL_SUBDIR is expanded from... > > > aclocal.m4:100: AM_GNU_GETTEXT is expanded from... > > > configure.in:34: the top level > > > configure.in:34: warning: AC_RUN_IFELSE was called before > > > AC_USE_SYSTEM_EXTENSIONS > > > configure.in:34: warning: AC_COMPILE_IFELSE was called before > > > AC_GNU_SOURCE > > > ../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from... > > > configure.in:34: warning: AC_RUN_IFELSE was called before > AC_GNU_SOURCE > > > configure.in:34: warning: AC_COMPILE_IFELSE was called before AC_AIX > > > ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from... > > > configure.in:34: warning: AC_RUN_IFELSE was called before AC_AIX > > > configure.in:34: warning: AC_COMPILE_IFELSE was called before AC_MINIX > > > ../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from... > > > configure.in:34: warning: AC_RUN_IFELSE was called before AC_MINIX > > > src/Makefile.am: required file `./depcomp' not found > > > src/Makefile.am: `automake --add-missing' can install `depcomp' > > > Makefile.am: required file `./INSTALL' not found > > > Makefile.am: `automake --add-missing' can install `INSTALL' > > > Makefile.am: required file `./NEWS' not found > > > Makefile.am: required file `./README' not found > > > Makefile.am: required file `./AUTHORS' not found > > > Makefile.am: required file `./ChangeLog' not found > > > Makefile.am: required file `./COPYING' not found > > > Makefile.am: `automake --add-missing' can install `COPYING' > > > configure.in:34: required file `./ABOUT-NLS' not found > > > make: *** [Makefile.in] Error 1 > > > p...@pt-desktop:~/src/bluesky/RealClass/TServer$ > > > > > > -- > > > Best regards! > > > > > > Ting Peng ([email protected]) > > > [CN] +86-137-721-59621 > > > > > > > > > -- > Best regards! > > Ting Peng ([email protected]) > [CN] +86-137-721-59621 >
