classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS configure.in is broken


From: Patrik Reali
Subject: Re: CVS configure.in is broken
Date: Mon, 27 Oct 2003 23:19:13 +0100

Hi Steve,

I just tried with a fresh classpath from CVS, but it doesn't work.
autoheader fails to create "include/config.h.in" and the rest follows. You
can see the results below.

I tried again after removing lines 128 to 141 from configure.in, and had no
problems at all.

-Patrik



address@hidden:~/projects/classpath/tmp/classpath> aclocal
aclocal: configure.in: 134: macro `AM_PATH_GTK_2_0' not found in library
aclocal: configure.in: 137: macro `AM_PATH_GLIB_2_0' not found in library
aclocal: configure.in: 140: macro `AM_PATH_LIBART' not found in library

address@hidden:~/projects/classpath/tmp/classpath> autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in

address@hidden:~/projects/classpath/tmp/classpath> automake
configure.in:17: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:17: probably because aclocal.m4 is missing...
configure.in:17: You should run aclocal to create this file, then
configure.in:17: run automake again.
doc/api/Makefile.am:1: CREATE_API_DOCS does not appear in AM_CONDITIONAL

configure.in:19: required file `include/config.h.in' not found
lib/Makefile.am:33: USER_SPECIFIED_KJC does not appear in AM_CONDITIONAL
lib/Makefile.am:44: FOUND_JIKES does not appear in AM_CONDITIONAL
lib/Makefile.am:47: FOUND_GCJ does not appear in AM_CONDITIONAL
lib/Makefile.am:50: FOUND_KJC does not appear in AM_CONDITIONAL
lib/Makefile.am:76: HAVE_ZIP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL

address@hidden:~/projects/classpath/tmp/classpath> autoconf
configure.in:17: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:19: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:65: error: possibly undefined macro: AM_CONDITIONAL
configure.in:88: error: possibly undefined macro: AC_DISABLE_STATIC
configure.in:89: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:140: error: possibly undefined macro: AM_PATH_LIBART
configure.in:178: error: possibly undefined macro: AM_MAINTAINER_MODE

address@hidden:~/projects/classpath/tmp/classpath>
./configure --with-jikes --disable-gtk-peer --disable-load-library
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1334: AM_INIT_AUTOMAKE: command not found
./configure: line 1336: syntax error near unexpected token
`include/config.h'
./configure: line 1336: `AM_CONFIG_HEADER(include/config.h)'


----- Original Message -----
From: "Stephen Crawley" <address@hidden>
To: "Patrik Reali" <address@hidden>
Cc: "Mark Wielaard" <address@hidden>; "Stephen Crawley"
<address@hidden>; <address@hidden>; "GNU Classpath"
<address@hidden>; <address@hidden>; <address@hidden>
Sent: Monday, October 27, 2003 1:03 AM
Subject: Re: CVS configure.in is broken


>
> Patrik,
>
> > The problem with --disable-gtk-peer is that it works for the
compilation,
> > but GTK must be installed anyway, otherwise aclocal fails.
>
> I can't recall exactly, but I think I found it was OK to just ignore
> the aclocal error messages.
>
> -- Steve
>
>
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]