[Gtk-sharp-list] bootstrap(automake) fails in gnome-sharp: Provided patch for sample/gconf/Makefile.am

Hans Baier hansbaier at web.de
Mon Jun 4 01:44:08 EDT 2007


When trying to bootstrap, autmake fails.
When I patched sample/gconf/Makefile.am as follows:
-------------------------------------------------------------------------------------------------------
$ svn diff sample/gconf/Makefile.am
Index: sample/gconf/Makefile.am
===================================================================
--- sample/gconf/Makefile.am    (Revision 78525)
+++ sample/gconf/Makefile.am    (Arbeitskopie)
@@ -24,7 +24,7 @@
 Settings.cs: $(SCHEMA)
        
MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} 
$(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > 
Settings.cs
 
-install-hook:
+install-data-hook:
        GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule $(SCHEMA)
 
 CLEANFILES = sample.exe Settings.cs

-------------------------------------------------------------------------------------------------------

compiling works, but I have no idea whether I should have used 
install-data-hook or install-exec-hook.
(I am using Ubuntu 7.04)

Cheers,
Hans


More information about the Gtk-sharp-list mailing list