anjuta - autoconf problem

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Belgarad
Beiträge: 749
Registriert: 12.07.2002 02:00:44

anjuta - autoconf problem

Beitrag von Belgarad » 14.08.2002 04:18:14

ich wollte mal ein kleines project mit anjuta versuchen um einen einstieg in das proggen unter linux zu bekommen.

wenn ich mein testproject erstelle, bekomme ich folgende fehlermeldung.

Code: Alles auswählen

...
...
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file intl/VERSION
Copying file po/Makefile.in.in
Adding an entry to po/ChangeLog (backup is in po/ChangeLog~)

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 aclocal  -I macros ...
aclocal: configure.in: 21: macro `AM_PATH_GTK' not found in library

**Error**: aclocal failed. This may mean that you have not
installed all of the packages you need, or you may need to
set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
for the prefix where you installed the packages whose
macros were not found
belgarad@sonne:~/Projects/myfirstgnomeapp-0.1$   
Ist wahrscheinlich ein problem mit autoconf. installiert sind bei mit autoconf2.13 aund autoconf2.50 das allerdings mit --version 2.53 angibt.

die o.g. dateien existieren in /usr/share/aclocal. ich weiss jedoch nicht wo mein autoconf macro directory ist??

hat jemand eine idee?

Antworten