Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : steve@ggi-project.org
  Date: Sun, 30 May 1999 10:21:42 +0000

Re: libgii and libggi2d - can't compile it

Christoph Egger wrote:
> 
> Hi!
> 
> I've just downloaded the 990530 ggi-snapshot.
> 
> I am always compiling GGI with
> 
> "./autoconf && ./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?
It's not necessary to run autogen.sh when using a snapshot.

> 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

//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

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