Re: mrproject-0.6 and FreeBSD
Oliver Paulzen <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.mr-project.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Richard,
On Thu, Aug 22, 2002 at 05:03:34PM +0200, Richard Hult wrote:
> > # (mrproject:69206): Gtk-WARNING **: Shared object "libintl.so.2" not found
>
> This I'm not sure about.
This one is gone after re-installing the whole gnome2...
Keeps crashing at mg-gantt-model.c:449 though.
> > That'll be great, TIA! I'd be happy to test anything you do if you
> > don't have a FreeBSD box to play with.
> > I also tried the latest CVS-version but ran into several problems
> > with autogen.sh, probably related to auto{make,conf} :-/
>
> As the error messages from autogen.sh (should) state, automake-1.4-p6 is
> now required to build from CVS, could it be that you have a too old
> automake?
I tried automake-1.4p5 and autoconf-2.13 which are both part of the
current ports-tree. Also tried automake-1.4-p6 and autoconf-2.53 and
attached the output and cvs diff of autogen.sh to this mail (using the
ports-versions of auto{make,conf} gives quite similar output), maybe
it's of some help...
cheers,
Oliver
--
[email protected] http://www.muffin.org/~opp/ +49-173-2313691
Yeah man, I tell ya what, man. That dang ol' Internet, man. You just
go on there and point and click. Talk about W-W-dot-W-com. An' lotsa
nekkid chicks on there, man. Click. Click. Click. Click. Click. It's
real easy, man. -- Boomhauer in "King of the Hill"
libmr_cvs_autogen.output
(text/plain, 2.3 KB)
opp@kenobi:~/mr/cvs/libmrproject% ./autogen.sh 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 . 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/local/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 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 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. 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: error: AC_CONFIG_HEADERS not found in configure.in Running automake --gnu ... configure.in: 2: required file `./config.h.in' not found configure.in: 89: required file `./ABOUT-NLS' not found Makefile.am:3: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS Running autoconf ... configure.in:2: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:3: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:5: error: possibly undefined macro: AM_MAINTAINER_MODE configure.in:11: error: possibly undefined macro: AM_PATH_GLIB_2_0 configure.in:78: error: possibly undefined macro: AM_CONDITIONAL configure.in:102: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT Running ./configure --enable-maintainer-mode --enable-compile-warnings ... ./configure.lineno: 1162: Syntax error: word unexpected (expecting ")")
libmr_cvs_autogen.diff
(text/plain, 301 B)
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 --- > PATH=/opt/bin:$PATH > AUTOMAKE=automake > ACLOCAL=aclocal