[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More CVS head errors
From: |
Robert Collins |
Subject: |
More CVS head errors |
Date: |
Fri, 20 Apr 2001 09:35:36 +1000 |
I know you love this bleeding edge feedback :]
What could cause errors like
Automake::register_language() called too early to check prototype at
/bin/automake line 742.
(which is
register_language ('name' => 'c',
'ansi' => '1',
'autodep' => '',
'flags' => 'CFLAGS',
'compile' => '$(CC) $(DEFS) $(INCLUDES)
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM
_CFLAGS) $(CFLAGS)',
'compiler' => 'COMPILE',
'output-arg' => '-c',
'extensions' => ['c'],
'_finish' => \&lang_c_finish);
)
I get a dozen odd of those errors, and also
automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
or more of the same, for most Makefile.ams in this project. (the root
top level makefile.am doesn't for some reason.)
===lib/Makefile.am ===
## Process this file with automake to produce Makefile.in
#
# $Id$
#
EXTRA_LIBRARIES = libregex.a libdlmalloc.a
noinst_LIBRARIES = libmiscutil.a @LIBREGEX@ @LIBDLMALLOC@ libntlmauth.a
libmiscutil_a_SOURCES = rfc1123.c rfc1738.c rfc1035.c rfc2617.c util.c \
getfullhostname.c base64.c uudecode.c splay.c safe_inet_addr.c \
iso3307.c snprintf.c md5.c radix.c stub_memaccount.c Array.c \
Stack.c hash.c heap.c html_quote.c
# $(top_srcdir)/include/version.h should be a dependency
# LIBOBJS was included here: what is it used for ?
libregex_a_SOURCES = GNUregex.c
libdlmalloc_a_SOURCES = dlmalloc.c
libntlmauth_a_SOURCES = ntlmauth.c
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
===
Any tips?
Rob
- More CVS head errors,
Robert Collins <=