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$
die o.g. dateien existieren in /usr/share/aclocal. ich weiss jedoch nicht wo mein autoconf macro directory ist??
hat jemand eine idee?