soup-sharp
soup-sharp copied to clipboard
C# Bindings for libsoup2.4
I've just submitted soup-sharp to be packaged as part of Fedora. If you want to follow the request, here is the URL: https://bugzilla.redhat.com/show_bug.cgi?id=1352714
var session = new Soup.Session(); message = new Soup.Message("POST", "http://www.google.com"); session.SendMessage(message); Console.WriteLine (message.ResponseBody.Data); i got an error like that "Ambiguous matching in method resolution"
``` git clone https://github.com/xDarkice/soup-sharp cd soup-sharp ./autogen.sh make ``` results in ``` Making all in sources make[1]: Entering directory `/opt/soup-sharp/sources' /usr/bin/gmcs -nowarn:169 -unsafe -target:library \ AssemblyInfo.cs -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll generated/*.cs -out:../out/soup-sharp.dll AssemblyInfo.cs(11,12):...
``` $ make Making all in sources make[1]: Entering directory `/home/sparkleshare/workspace/git/soup-sharp/sources' /usr/bin/gmcs -nowarn:169 -unsafe -target:library \ AssemblyInfo.cs -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-3.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/cairo-sharp-1.10/cairo-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-3.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-3.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-3.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-3.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-3.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gio-sharp-3.0/gio-sharp.dll generated/*.cs -out:../out/soup-sharp.dll AssemblyInfo.cs(11,12): warning CS1699:...