[evolution-patches] Re: [Evolution-hackers] e-shell-marshal.list is missing



On Sun, 2005-06-12 at 19:04 +0200, Philip Van Hoof wrote:

These aren't just fixes to get gnome-build to parse the Makefile.am 's. These are in fact real mistakes. Some targets have incorrect indentation and incorrect commenting. It's almost strange that automake doesn't barf on these.

If approved, I'll commit

And this one is making gnome-build fail to parse the Makefile.am

/home/freax/cvs/gnome/evolution-data-server/servers/exchange/lib/Makefile.am:124: continued line but not in rule or macro definition


On Sun, 2005-06-12 at 18:42 +0200, Philip Van Hoof wrote:
A file with marshal types isn't cvs add'ed. Please fix this as it's breaking the build

freax lort:~/cvs/gnome/evolution-data-server/servers/exchange/storage $ make
make: *** No rule to make target `e-shell-marshal.list', needed by `e-shell-marshal.h'.  Stop.
freax lort:~/cvs/gnome/evolution-data-server/servers/exchange/storage $

-- 
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/
_______________________________________________
evolution-hackers maillist  -  evolution-hackers lists ximian com
http://lists.ximian.com/mailman/listinfo/evolution-hackers
-- 
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/
_______________________________________________
evolution-hackers maillist  -  evolution-hackers lists ximian com
http://lists.ximian.com/mailman/listinfo/evolution-hackers
-- 
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/
Index: lib/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/exchange/lib/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- lib/Makefile.am	10 Jun 2005 10:51:08 -0000	1.2
+++ lib/Makefile.am	12 Jun 2005 17:08:47 -0000
@@ -119,11 +119,6 @@
 	$(KERBEROS_FILES)					\
 	mapi.h
 
-#libexchange_la_LDADD =					\
-	#$(E_DATA_SERVER_LIBS)					\
-	#$(E_DATA_SERVER_UI_LIBS)				\
-	#$(SOUP_LIBS)
-
 libexchangeincludedir = $(privincludedir)/exchange
 
 libexchangeinclude_HEADERS = \
Index: storage/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/exchange/storage/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- storage/Makefile.am	10 Jun 2005 10:51:09 -0000	1.2
+++ storage/Makefile.am	12 Jun 2005 17:08:47 -0000
@@ -97,19 +97,19 @@
 
 #gladedir   = $(CONNECTOR_DATADIR)/glade
 #glade_DATA =					\
-	#exchange-autoconfig-wizard.glade	\
-	#exchange-change-password.glade		\
-	#exchange-delegates.glade		\
-	#exchange-oof.glade			\
-	#exchange-permissions-dialog.glade	\
-	#exchange-folder-tree.glade		\
-	#exchange-passwd-expiry.glade
+#	exchange-autoconfig-wizard.glade	\
+#	exchange-change-password.glade		\
+#	exchange-delegates.glade		\
+#	exchange-oof.glade			\
+#	exchange-permissions-dialog.glade	\
+#	exchange-folder-tree.glade		\
+#	exchange-passwd-expiry.glade
 
 #uidir   = $(CONNECTOR_DATADIR)/ui
 #ui_DATA = ximian-connector.xml
 
 %-$(API_VERSION).pc: %.pc
-	 cp $< $@
+	cp $< $@
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libexchange-storage-$(API_VERSION).pc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]