PATCH: gnomeicu is uncompilable
- From: Daniel Burrows <Daniel_Burrows brown edu>
- To: submit bugs gnome org
- Cc: gnome-list gnome org
- Subject: PATCH: gnomeicu is uncompilable
- Date: Sat, 20 Mar 1999 22:35:59 -0500
Package: gnomeicu
Version: CVS 03-20-99
The link line in gnomeicu's configure was using GNOME_APPLET_LIBS instead of
GNOME_APPLETS_LIBS (in fact, it didn't even ask about the GNOME_APPLETS_LIBS
setting), causing hundreds of errors about undefined symbols at the link phase.
Patch attached.
Daniel
--
It is hard to think of anything less sentient than a pumpkin.
-- Terry Pratchett, _Witches Abroad_
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnomeicu/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- configure.in 1999/03/19 16:46:44 1.2
+++ configure.in 1999/03/21 03:35:12
@@ -15,7 +15,7 @@
AC_ARG_PROGRAM
AM_PATH_GTK(1.1.12,,exit 1)
-GNOME_INIT
+GNOME_INIT_HOOK(,,"applets")
GNOMEICU_INCLUDES=""
GNOMEICU_LDADD=""
@@ -26,7 +26,7 @@
GNOME_SUPPORT_CHECKS
GNOMEICU_INCLUDES="$GTK_CFLAGS $GNOME_INCLUDEDIR"
- GNOMEICU_LDADD="$GNOME_LIBDIR $GTK_LIBS $GNOMEGNORBA_LIBS $GNOME_APPLET_LIBS"
+ GNOMEICU_LDADD="$GNOME_LIBDIR $GTK_LIBS $GNOMEGNORBA_LIBS $GNOME_APPLETS_LIBS"
APPLET_O="applet.o"
AC_DEFINE(GNOME)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]