[gcompris-devel] Re: configure.in bug

Christof Petig christof at petig-baender.de
Tue Sep 24 00:57:01 UTC 2002


Well looking more closely I also needed to fix the following two issues 
to get it compile:

config.c:432: `LC_ALL' undeclared (first use in this function)

is fixed by:

diff -u -r1.16 config.c
--- config.c    18 Aug 2002 22:15:40 -0000      1.16
+++ config.c    24 Sep 2002 07:52:15 -0000
@@ -25,6 +25,7 @@

  #include "gcompris.h"
  #include "gcompris_config.h"
+#include "locale.h"

  static GnomeCanvasItem *rootitem               = NULL;
  static GnomeCanvasItem *item_locale_text       = NULL;

and I once needed to comment in noinst_LIBRARIES to satisfy automake but 
cannot reproduce the bug now.

System is: debian sid/powerpc with automake 1.6.

Yours
     Christof





More information about the Gcompris-devel mailing list