Hello<br><br>This is the first time I post anything to this malling list and this is my problem.<br><br>When I do ./configure --prefix=/usr I get this output:<br><br>---<br>Configuration summary<br><br> * Installation prefix = /usr/
<br> * C# compiler: /usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 <br><br> Optional assemblies included in the build:<br><br> * glade-sharp.dll: yes<br> *
gtk-dotnet.dll: yes <br><br> NOTE: if any of the above say 'no' you may install the<br> corresponding development packages for them, rerun<br> autogen.sh to include them in the build.<br>
<br> * Documentation build enabled: yes <br> WARNING: The install prefix is different than the monodoc prefix.<br> Monodoc will not be able to load the documentation.<br>---<br><br>When I make I get this error after a summary:
<br><br>cp ../gtk-sharp.snk .<br>cp ../AssemblyInfo.cs .<br>/usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -nowarn:0169,0612,0618 -unsafe -out:gtk-sharp.dll -target:library /r:../glib/glib-
sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll generated/*.cs ./ActionEntry.cs ./Application.cs ./BindingAttribute.cs ./ChildPropertyAttribute.cs ./ITreeNode.cs ./NodeCellDataFunc.cs ./NodeSelection.cs ./NodeStore.cs ./NodeView.cs ./RadioActionEntry.cs ./RowsReorderedHandler.cs ./StockManager.cs ./ThreadNotify.cs ./ToggleActionEntry.cs ./Timeout.cs ./TreeEnumerator.cs ./TreeNodeAttribute.cs ./TreeNode.cs ./TreeNodeValueAttribute.cs
AssemblyInfo.cs<br>Window.custom(149,34): error CS0234: The type or namespace name `MoveFocusHandler' does not exist in the namespace `Gtk'. Are you missing an assembly reference?<br>AboutDialog.custom(23,31): warning CS0108: `Gtk.AboutDialog.Name' hides inherited member `Gtk.Widget.Name'. Use the new keyword if hiding was intended
<br>generated/Widget.cs(52,25): (Location of the symbol related to previous warning)<br>TextView.custom(98,34): error CS0234: The type or namespace name `MoveFocusHandler' does not exist in the namespace `Gtk'. Are you missing an assembly reference?
<br>generated/TreePath.cs(11,22): warning CS0659: `Gtk.TreePath' overrides Object.Equals(object) but does not override Object.GetHashCode()<br>Compilation failed: 2 error(s), 2 warnings<br>make[3]: *** [gtk-sharp.dll] Error 1
<br>make[3]: Leaving directory `/home/esqueleto/myTrash/MonoInstall/gtk-sharp/gtk'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/esqueleto/myTrash/MonoInstall/gtk-sharp/gtk'<br>make[1]: *** [all-recursive] Error 1
<br>make[1]: Leaving directory `/home/esqueleto/myTrash/MonoInstall/gtk-sharp'<br>make: *** [all] Error 2<br><br><br>How can I compile this? To run the SVN version of MonoDevelop I'm getting error that someone told me on #MonoDevelop that was resolved in GTK-Sharp last version.
<br><br>How can I compile it?<br><br>regards<br>Paulo Aboim Pinto<br><br><br clear="all"><br>-- <br>Have income spending 5 minutes a day<br>Click here: <a href="http://bux.to/?r=esqueleto">http://bux.to/?r=esqueleto</a>