jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

libfcgi make halts on ubuntu 8.04 hardy #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
fix for #87 allowed the ubuntu compile to progress, but then it hals with
the below.  Thanks in advance.

make[4]: Entering directory `/home/pete/jslibs/libs/fastcgi/Linux_opt_32'
Making all in libfcgi
make[5]: Entering directory
`/home/pete/jslibs/libs/fastcgi/Linux_opt_32/libfcgi'
cd ../../src && \
          /bin/sh /home/pete/jslibs/libs/fastcgi/src/missing --run automake
--foreign  libfcgi/Makefile
configure.in:10: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
aclocal.m4:897: AM_CONFIG_HEADER is expanded from...
configure.in:10: the top level
configure.in:77: warning: do not use m4_regexp: use regexp or m4_bregexp
aclocal.m4:943: _AM_DIRNAME is expanded from...
../../lib/autoconf/status.m4:1378: _AC_OUTPUT_MAIN_LOOP is expanded from...
configure.in:77: the top level
configure.in:8: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:8: old Automake version.  You should recreate aclocal.m4
configure.in:8: with aclocal and run automake again.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in
AM_CONDITIONAL
WARNING: `automake' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd .. && \
          CONFIG_HEADERS= CONFIG_LINKS= \
          CONFIG_FILES=libfcgi/Makefile /bin/sh ./config.status
config.status: creating libfcgi/Makefile
make[5]: Leaving directory
`/home/pete/jslibs/libs/fastcgi/Linux_opt_32/libfcgi'
make[5]: Entering directory
`/home/pete/jslibs/libs/fastcgi/Linux_opt_32/libfcgi'
Makefile:259: *** missing separator.  Stop.
make[5]: Leaving directory
`/home/pete/jslibs/libs/fastcgi/Linux_opt_32/libfcgi'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/pete/jslibs/libs/fastcgi/Linux_opt_32'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/pete/jslibs/libs/fastcgi/Linux_opt_32'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/pete/jslibs/libs/fastcgi'
make[1]: *** [../../libs/fastcgi/Makefile] Error 2
make[1]: Leaving directory `/home/pete/jslibs/src/jsfastcgi'
make: *** [src/jsfastcgi] Error 2

Original issue reported on code.google.com by pete%pol...@gtempaccount.com on 11 Mar 2009 at 3:35

GoogleCodeExporter commented 9 years ago
also automake is not missing and is in my path, despite the WARNING above.

Original comment by pete%pol...@gtempaccount.com on 11 Mar 2009 at 3:48