gnome-panel HEAD compilation fails
- From: Luca Ferretti <elle uca libero it>
- To: GNOME Desktop Hackers <desktop-devel-list gnome org>
- Subject: gnome-panel HEAD compilation fails
- Date: Tue, 13 Jan 2004 10:53:39 +0100
It seems there are a couple of troubles in configure.in file
* Add applets/wncklet/eel/Makefile in AC_OUTPUT section
* AC_DEFINE(HAVE_LIBECAL) seems wrong. It should be
AC_DEFINE(HAVE_LIBECAL,[],[Description]) as suggested in autoconf output
Attached a patch, but I'm not sure about point two solution.
diff -Naur gnome-panel/configure.in gnome-panel-new/configure.in
--- gnome-panel/configure.in 2004-01-13 10:45:32.000000000 +0100
+++ gnome-panel-new/configure.in 2004-01-13 10:48:42.000000000 +0100
@@ -98,7 +98,7 @@
AC_MSG_CHECKING(for evolution-data-server)
if $PKG_CONFIG --exists libecal-1.0; then
AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_LIBECAL)
+ AC_DEFINE(HAVE_LIBECAL,1,[Define if evolution package is installed to add its support to clock applet])
LIBECAL_REQUIREMENT="libecal-1.0 >= 0.0.4"
else
AC_MSG_RESULT(no)
@@ -268,6 +268,7 @@
applets/fish/Makefile
applets/notification_area/Makefile
applets/wncklet/Makefile
+applets/wncklet/eel/Makefile
doc/Makefile
doc/reference/Makefile
doc/reference/panel-applet/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]