bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Export HTML-images : 2 are missing


From: Jim Segrave
Subject: Re: [Bug-gnubg] Export HTML-images : 2 are missing
Date: Thu, 2 Jan 2003 02:03:14 +0100
User-agent: Mutt/1.2.5.1i

On Tue 31 Dec 2002 (10:52 -0500), Gary Wong wrote:
> On Sun, Dec 29, 2002 at 01:11:39AM +0100, Jim Segrave wrote:
> > On Fri 27 Dec 2002 (21:54 -0500), Gary Wong wrote:
> > > Right.  But you can check it out from CVS, with CVSROOT:
> > > 
> > >     :pserver:address@hidden:/cvsroot/gtkextra
> > > 
> > > module "gtkextra-2".  Unfortunately the gtkextra-2.0.pc.in file is missing
> > > a CFLAGS definition -- add a line like:
> > > 
> > >     Cflags: -I${includedir}/gtkextra-2.0
> > > 
> > > so that gnubg can pick up the right flags from pkg-config.  (I've reported
> > > this to the GtkExtra people, but it's not fixed in CVS yet.)
> > 
> > It also doesn't have a configure script.
> 
> Whoops.  If you have autoconf, automake, etc. etc. installed, then
> running "./autogen.sh" after checking out should automagically
> generate all that stuff.  If not, and you still want to use
> gtkextra-2, drop me a line and I'll e-mail you a checked out copy
> including a configure script.

Running autogen.sh gets the following warnings (I have used
environment settings to force the verson of gcc and to force use of
gmake rather than the FreeBSD make:

export CC=/usr/local/bin/gcc32
export CCC=/usr/local/bin/g++32 
export MAKE=gmake

autogen.sh then produces some warning messages:

--------------------------------------------------
/usr/local/src/gtkextra-2# ./autogen.sh 2>&1 | tee autogen.sh.out
Locating m4 macro language processor... found: /usr/bin/m4
Building files for libtool... done.
Building aclocal.m4... done.
Building configure... configure.in:7: /usr/local/bin/gm4: Non-numeric
argument  to built-in `divert'
configure.in:65: warning: AC_CANONICAL_HOST invoked multiple times
done.
Building config header template... 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: `config.h.in' is created
done.
Building Makefile templates... docs/Makefile.am:60: EXTRA_DIST must be
set with `=' before using `+='
gtkextra/Makefile.am:174: EXTRA_HEADERS must be set with `=' before
using `+='
done.

run "./configure ; make"
--------------------------------------------------
Then running configure dies after:

/usr/local/src/gtkextra-2# ./configure 2>&1 | tee configure.out
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets ${MAKE}... yes
checking whether build environment is sane... yes
checking for gcc... /usr/local/bin/gcc32
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc32 accepts -g... yes
checking for style of include used by gmake... GNU
checking dependency style of /usr/local/bin/gcc32... gcc3
checking for strerror in -lcposix... no
checking for /usr/local/bin/gcc32 option to accept ANSI C... none
needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gmake sets ${MAKE}... (cached) yes
checking build system type... i386-unknown-freebsdelf4.7
checking host system type... i386-unknown-freebsdelf4.7
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed

--------------------------------------------------

Any ideas what that's about? Digging into ltconfig and ltmain.sh
didn't give me any ideas, but shell scripting is something I try to
avoid where possible, for the very reasons that autoconf was invented
to address.


-- 
Jim Segrave           address@hidden




reply via email to

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