remembrance-agent icon indicating copy to clipboard operation
remembrance-agent copied to clipboard

Doesn't compile any more

Open narendraj9 opened this issue 6 years ago • 2 comments

narendraj9 avatar Nov 18 '17 13:11 narendraj9

the output of ./configure ; make should give some useful pointers on what needs to be updated...

zzkt avatar Nov 18 '17 13:11 zzkt

Here is what I get:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/narendraj9/code/remembrance-agent/missing: Unknown `--is-lightweight' option
Try `/home/narendraj9/code/remembrance-agent/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for sys/types.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for flex... no
checking for lex... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bcopy... yes
checking for bzero... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for isascii... yes
checking for strdup... yes
checking for regcomp... yes
checking for strerror... yes
checking for strtol... yes
checking for memmove... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating savutil/Makefile
config.status: WARNING:  'savutil/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating savutil/parsedate/Makefile
config.status: WARNING:  'savutil/parsedate/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating template/Makefile
config.status: WARNING:  'template/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating plugins/Makefile
config.status: WARNING:  'plugins/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating main/Makefile
config.status: WARNING:  'main/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating other/Makefile
config.status: WARNING:  'other/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
cd . && \
  automake-1.15 --gnu  Makefile
automake-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:3: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:7: error: required file './compile' not found
configure.in:7:   'automake --add-missing' can install 'compile'
configure.in:64: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: error: required file './README' not found
Makefile:112: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

narendraj9 avatar Nov 18 '17 14:11 narendraj9