Index: [thread] [date] [subject] [author]
  From: Christoph Egger <Christoph_Egger@t-online.de>
  To  : ggi-develop@eskimo.com
  Date: Sun, 30 May 1999 13:44:04 +0200 (MEST)

Re: libgii and libggi2d - can't compile it

On Sun, 30 May 1999, Marcus Sundberg wrote:

> Christoph Egger wrote:
> > 
> > Hi!
> > 
> > I've just downloaded the 990530 ggi-snapshot.
> > 
> > I am always compiling GGI with
> > 
> > "./autogen.sh && ./configure && make && su -c "make install"
> 
> That's impossible because there is no file named autoconf in
> any of the library directories... You mean autogen.sh, right?

Yes. Sorry. Was a typos mistake.

> It's not necessary to run autogen.sh when using a snapshot.

Oh! I didn't know that! Testing with

./configure && make && su -c "make install" ...

Yes, libgii compiles! Thanks!

> 
> > I've installed libtool 1.2f, autoconf 2.13 and automake 1.4!
> > 
> > At this snapshot I get this error on compiling libgii:
> > 
> > configure.in:128: warning: AC_TRY_RUN called without default to allow cross compiling
> > autoconf: Undefined macros:
> > configure.in:38:AC_LIBTOOL_DLOPEN
> > configure.in:39:AC_LIBTOOL_WIN32_DLL
> 
> Due to a braindamaged bug in automake you can't have libtool.m4
> installed on the system when you run 'aclocal -I .'.
> 
> Steve, could you remove $prefix/share/aclocal/libtool.m4 from the
> snapshot generating system, or if that is not possible - install
> your own copy of automake 1.4 in a different location and use that
> for snapshot generation.
> 
> > At this snapshot I get this error on compiling libggi2d:
> > 
> > make: *** No rule to make target `@MAINTAINER_MODE_TRUE@', needed by `Makefile.in'.
> 
> I just added LibGGI2D to the list of directories which is autoconfed
> for snapshots, should work in the next snapshot

Great! Will test!
> 
> //Marcus
> -- 
> -------------------------------+------------------------------------
>         Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
>  Royal Institute of Technology |       Phone: +46 707 295404
>        Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se
> 


Christoph Egger
E-Mail: Christoph_Egger@t-online.de

Index: [thread] [date] [subject] [author]