CVS gaim & autoconf

Pagina: 1
Acties:

  • a casema user
  • Registratie: Januari 2000
  • Laatst online: 21-05 15:56
Ik probeer de CVS versie van gaim te gebruiken maar wanneer ik autogen.sh uitvoer (om het bestand configure te krijgen) krijg ik de volgende foutmeldingen.
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/.

Running libtoolize, please ignore non-fatal messages....
You should update your `aclocal.m4' by running aclocal.
warning: `configure.ac' and `configure.in' both present.
at /usr/local/bin/aclocal line 56
warning: proceeding with `configure.ac'.
at /usr/local/bin/aclocal line 56
aclocal: configure.ac: 13: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.ac: 20: macro `AM_GNU_GETTEXT' not found in library
aclocal: configure.ac: 123: macro `AM_PATH_GLIB_2_0' not found in library
aclocal: configure.ac: 127: macro `AM_PATH_GTK_2_0' not found in library
ik heb wel autoconf geinstalleerd (via de source) maar heb geen flauw idee wat en waar de autoconf macro directory is.
Overal waar het kon zijn heb ik die bestanden neergezet maar hij zeurt nogsteeds dat hij de bestanden niet kan vinden in de autoconf macro directory.
Ik heb het ook toegevoegd in de aclocal.m4 file maar dat maakte ook niets uit :(

Tips ?

Taaaa taa taa taaaa taa taa ta taaataaaaa.


Verwijderd

$prefix/share/aclocal/

En voor die errors: installer glib-2.0, Gtk+-2.0, GNU gettext en libtool (inclusief eventuele development packages).

  • a casema user
  • Registratie: Januari 2000
  • Laatst online: 21-05 15:56
Ik heb de genoemde bestanden in /usr/local/share/aclocal/ staan.
glib-2.x, gtk+-2.x, gettext, libtool geinstalleerd.

glib en gtk+ vanaf de source geinstalleerd en de rest met rpm's (waren geen devel files)
maar nogsteeds foutmeldingen
nu deze
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/.

Running libtoolize, please ignore non-fatal messages....
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
warning: `configure.ac' and `configure.in' both present.
at /usr/local/bin/aclocal line 56
warning: proceeding with `configure.ac'.
at /usr/local/bin/aclocal line 56
aclocal: configure.ac: 13: macro `AM_PROG_LIBTOOL' not found in library
ohja, de bestanden config.guess and config.sub heb ik gewoon !!!!

[ Voor 0% gewijzigd door a casema user op 04-09-2002 19:30 . Reden: toevoeging ]

Taaaa taa taa taaaa taa taa ta taaataaaaa.


Verwijderd

updatedb && locate libtool.m4

  • a casema user
  • Registratie: Januari 2000
  • Laatst online: 21-05 15:56
uitkomst:
# locate libtool.m4 | grep -v ".m4.in"
/usr/share/aclocal/libtool.m4
/usr/local/gcc-3.0.3/libtool.m4
/usr/local/Mesa-4.0.3/m4/libtool.m4
/usr/local/gcc-3.1/libtool.m4
/usr/local/gcc-3.1/boehm-gc/libtool.m4
/usr/local/gcc-3.1/i686-pc-linux-gnu/boehm-gc/libtool.m4

Taaaa taa taa taaaa taa taa ta taaataaaaa.


Verwijderd

Lijkt erop dat er een oude installatie van autoconf in /usr zit die niet helemaal weg is. De inhoud van /usr/share/aclocal richting /usr/local/share/aclocal werken lijkt een goed idee :)

  • a casema user
  • Registratie: Januari 2000
  • Laatst online: 21-05 15:56
quote: denheerscher
Lijkt erop dat er een oude installatie van autoconf in /usr zit die niet helemaal weg is. De inhoud van /usr/share/aclocal richting /usr/local/share/aclocal werken lijkt een goed idee
jaaa, alles copy-en en hij doet het nu, hiep hoi :) :)

alleen nog een boel warnings, kan dat nog kwaad ?
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/.

Running libtoolize, please ignore non-fatal messages....
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
warning: `configure.ac' and `configure.in' both present.
at /usr/local/bin/aclocal line 56
warning: proceeding with `configure.ac'.
at /usr/local/bin/aclocal line 56
autoheader: warning: `configure.ac' and `configure.in' both present.
at /usr/local/bin/autoheader line 110
autoheader: warning: proceeding with `configure.ac'.
at /usr/local/bin/autoheader line 110
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `config.h.in' is created
warning: `configure.ac' and `configure.in' both present.
at /usr/local/bin/automake line 5149
warning: proceeding with `configure.ac'.
at /usr/local/bin/automake line 5149

Taaaa taa taa taaaa taa taa ta taaataaaaa.

Pagina: 1