Re: mrproject-0.6 and FreeBSD
Richard Hult <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.mr-project.user |
|---|---|
| Message-ID | <1030534376.5780.5.camel@sliff> |
fre 2002-08-23 klockan 20.38 skrev Oliver Paulzen: > > > Making ./aclocal.m4 writable ... > Running libtoolize... > Running aclocal ... > aclocal: configure.in: 10: macro `AM_PROG_LIBTOOL' not found in library > aclocal: configure.in: 11: macro `AM_PATH_GLIB_2_0' not found in library > aclocal: configure.in: 102: macro `AM_GLIB_GNU_GETTEXT' not found in library These are a sign of something not being setup correctly on your system, like having the build tools in different prefixes or something like that. It might be worked around by setting ACLOCAL_FLAGS to -I prefix-to-where-glib2-is/share/aclocal. > Running autoheader... > 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. These are just warnings from automake 1.6, which are harmless (but for now I recommend using automake 1.4-p6). > Index: autogen.sh > =================================================================== > RCS file: /cvs/gnome/libmrproject/autogen.sh,v > retrieving revision 1.4 > diff -r1.4 autogen.sh > 15,16c15,17 > < AUTOMAKE=automake-1.4 > < ACLOCAL=aclocal-1.4 This is why 1.4-p6 is required, since that version is parallel installable with automake 1.6 (p6 versions its binaries). On a side note, I've just checked in a change that should make MrProject work correctly on FreeBSD, with regards to the runtime linking problems. Regards, Richard