Re: [Planner Dev] Planner and autoconf?
- From: Emiel van de Laar <emiel il fontys nl>
- To: Planner Project Manager - Development List <planner-dev lists imendio com>
- Subject: Re: [Planner Dev] Planner and autoconf?
- Date: Sun, 4 Jul 2004 01:03:23 +0200
* Richard Hult (richard imendio com) wrote:
> On lör, 2004-07-03 at 23:47 +0200, Emiel van de Laar wrote:
> > Hi,
> >
> > I'm having trouble building Planner (CVS HEAD) on my Debian unstable
> > system. I can't even get through autoconf.
> >
> > Is there anything I'm missing here? What are the requirements?
> >
> > emiel chyrellos:~/co/planner> autoconf --version
> > Autoconf version 2.13
> >
> > emiel chyrellos:~/co/planner> autoconf2.13
> > autoconf: Undefined macros:
> > configure.in:18:AC_PROG_INTLTOOL([0.28])
> > configure.in:260:AC_CONFIG_FILES([
>
> Have you tried running ./autogen.sh?
>
> You need the basic GNOME development platform to build Planner.
Thank you for your prompt reply Richard. I have indeed run autogen.sh
and have attached its output to this mail. This however prompted me to
take a closer look at autoconf. It appears its missing some macros...
On my Debian system I have installed the gnome-devel-core package which
is a meta package for a number of the gnome development libraries. I
also have python-gnome2 and python-gnome2-dev installed.
Thanks again,
Emiel
--
Emiel van de Laar
PGP pubkey: %finger emiel il fontys nl
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
processing .
sed: read error on stdin: Is a directory
Creating ./aclocal.m4 ...
Running glib-gettextize... Ignore non-fatal messages.
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
Making ./aclocal.m4 writable ...
Running intltoolize...
patching file po/Makefile.in.in
Running libtoolize...
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./ltmain.sh'
libtoolize: copying file `./ltoptions.m4'
libtoolize: copying file `./ltsugar.m4'
libtoolize: copying file `./ltversion.m4'
libtoolize: copying file `./libtool.m4'
Running aclocal-1.7 ...
aclocal: configure.in: 10: macro `AM_DISABLE_STATIC' not found in library
aclocal: configure.in: 11: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running automake-1.7 --gnu ...
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am:1: HAVE_DOTNET does not appear in AM_CONDITIONAL
Makefile.am:5: HAVE_PYTHON does not appear in AM_CONDITIONAL
Makefile.am: installing `./INSTALL'
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-1.7 line 4364.
data/mime/Makefile.am:27: HAVE_NEW_MIME does not appear in AM_CONDITIONAL
data/mime/Makefile.am:32: HAVE_NEW_MIME does not appear in AM_CONDITIONAL
data/ui/Makefile.am:9: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
data/ui/Makefile.am:15: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
docs/libplanner/Makefile.am:90: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
dotnet/libplanner/Makefile.am:7: HAVE_DOTNET does not appear in AM_CONDITIONAL
libegg/recent-files/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
libegg/recent-files/Makefile.am:8:
libegg/recent-files/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libegg/recent-files/Makefile.am:8: to `configure.in' and run `aclocal' and `autoconf' again.
libegg/recent-files/Makefile.am: installing `./depcomp'
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
libplanner/Makefile.am:65: HAVE_GDA does not appear in AM_CONDITIONAL
libplanner/Makefile.am:81: HAVE_GDA does not appear in AM_CONDITIONAL
libplanner/Makefile.am:101: Libtool library used but `LIBTOOL' is undefined
libplanner/Makefile.am:101:
libplanner/Makefile.am:101: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
libplanner/Makefile.am:101: to `configure.in' and run `aclocal' and `autoconf' again.
libplanner/Makefile.am: installing `./compile'
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
python/Makefile.am:13: Libtool library used but `LIBTOOL' is undefined
python/Makefile.am:13:
python/Makefile.am:13: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
python/Makefile.am:13: to `configure.in' and run `aclocal' and `autoconf' 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: AMDEP does not appear in AM_CONDITIONAL
src/Makefile.am:17: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
src/Makefile.am:127: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
src/Makefile.am:179: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
src/Makefile.am:200: HAVE_GDA does not appear in AM_CONDITIONAL
src/Makefile.am:208: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
src/Makefile.am:120: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:120:
src/Makefile.am:120: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:120: to `configure.in' and run `aclocal' and `autoconf' 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: AMDEP does not appear in AM_CONDITIONAL
Makefile.am:1: HAVE_DOTNET does not appear in AM_CONDITIONAL
Makefile.am:5: HAVE_PYTHON does not appear in AM_CONDITIONAL
Use of uninitialized value in pattern match (m//) at /usr/bin/automake-1.7 line 4364.
data/mime/Makefile.am:27: HAVE_NEW_MIME does not appear in AM_CONDITIONAL
data/mime/Makefile.am:32: HAVE_NEW_MIME does not appear in AM_CONDITIONAL
data/ui/Makefile.am:9: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
data/ui/Makefile.am:15: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
docs/libplanner/Makefile.am:90: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
dotnet/libplanner/Makefile.am:7: HAVE_DOTNET does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
libplanner/Makefile.am:65: HAVE_GDA does not appear in AM_CONDITIONAL
libplanner/Makefile.am:81: HAVE_GDA does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
src/Makefile.am:17: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
src/Makefile.am:127: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
src/Makefile.am:179: BUILD_TIMETABLE does not appear in AM_CONDITIONAL
src/Makefile.am:200: HAVE_GDA does not appear in AM_CONDITIONAL
src/Makefile.am:208: HAVE_PYTHON_PLUGIN does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
Running autoconf ...
autoconf: Undefined macros:
configure.in:18:AC_PROG_INTLTOOL([0.28])
configure.in:260:AC_CONFIG_FILES([
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
creating cache ./config.cache
./configure: line 534: syntax error near unexpected token `planner,'
./configure: line 534: `AM_INIT_AUTOMAKE(planner, 0.11.90)'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]