Here's a small patch to make sqlsharpgtk compile with Mono beta2.
Eric
Index: sqlsharpgtk/Makefile =================================================================== RCS file: /mono/sqlsharpgtk/sqlsharpgtk/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- sqlsharpgtk/Makefile 27 Mar 2004 23:16:51 -0000 1.3 +++ sqlsharpgtk/Makefile 8 Jun 2004 15:36:11 -0000 @@ -10,7 +10,7 @@ CSC=mcs -GTK_SHARP_LIBS = -r glib-sharp -r gdk-sharp -r pango-sharp -r atk-sharp -r gtk-sharp -r System.Drawing +GTK_SHARP_LIBS = -pkg:gtk-sharp -r System.Drawing SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) -r System.Data SOURCES = sqlsharpgtk.cs SqlEditorSharp.cs LoginDialog.cs DbProvider.cs DbProviderCollection.cs DataGrid.cs FileSelectionDialog.cs SqlSharpDataAdapter.cs AssemblyInfo.cs
