gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] ./configure problems with C++ preprocessor hash_map and


From: Matt Anderson
Subject: Re: [Gnash-dev] ./configure problems with C++ preprocessor hash_map and boost lightweight_mutex
Date: Mon, 23 Apr 2007 17:39:32 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Apr 23, 2007 at 09:56:25PM +0200, Tomas Groth wrote:
> --- Matt Anderson <address@hidden> skrev:
> > I tried checking out gnash on my Ubuntu system newly updated to feisty.
> > After getting some really good hints on adding libgtkglext1-dev
> > libboost-dev and libpthread-dev to my system ./configure completed, but
> > not without these two warnings.  They didn't seem fatal to me, so I
> > tried to compile anyway.  That didn't get to far, anyhow:
> 
> Please try to checkout the source from latest CVS, if that doesn't solve the
> problem, let us know.

Uggh.. its gone from bad to worse.  The only saving grace is I clearly
have never used this system to do any development.  After installing cvs
and then autoconf_2.61-3 I was able to run autoconf in the cvs snapshot
directory, but not with much luck:

address@hidden:~/src/gnash$ autoconf
configure.ac:24: error: possibly undefined macro: AM_CONFIG_HEADER
      If this token and others are legitimate, please use
m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:48: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:54: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:55: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:58: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:60: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:317: error: possibly undefined macro: AM_COMPILER_LIB
configure.ac:585: error: possibly undefined macro: AC_PATH_MING
configure.ac:602: error: possibly undefined macro: AC_PATH_MTASC
configure.ac:814: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:816: error: possibly undefined macro:
AC_LIBLTDL_INSTALLABLE
configure.ac:818: error: possibly undefined macro: AC_PROG_LIBTOOL
address@hidden:~/src/gnash$ ./configure
./configure: line 1761: syntax error near unexpected token `config.h'
./configure: line 1761: `AM_CONFIG_HEADER(config.h)'
address@hidden:~/src/gnash$


The upside is that like I said, this is clearly not a system that is
used to compile things.  Looking at the errors I checked and libtool
wasn't installed.  Once I added that I still got the same errors, but I
think I'm missing more packages.  The only other thing I recognized was
gettext and I have 0.16.1-1 of that installed.  Are there other packages
I should check for or install?

thanks
-matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]