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
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to