Skip to content

Compilation errors #1

@akwala

Description

@akwala
$ 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: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
generated/AuthDomainBasic.cs(55,40): warning CS0108: `Soup.AuthDomainBasic.Parent' hides inherited member `Soup.AuthDomain.Parent'. Use the new keyword if hiding was intended
generated/AuthDomain.cs(117,36): (Location of the symbol related to previous warning)
generated/AuthDomainDigest.cs(55,40): warning CS0108: `Soup.AuthDomainDigest.Parent' hides inherited member `Soup.AuthDomain.Parent'. Use the new keyword if hiding was intended
generated/AuthDomain.cs(117,36): (Location of the symbol related to previous warning)
generated/CookieJarDB.cs(50,39): warning CS0108: `Soup.CookieJarDB.Parent' hides inherited member `Soup.CookieJar.Parent'. Use the new keyword if hiding was intended
generated/CookieJar.cs(60,36): (Location of the symbol related to previous warning)
generated/CookieJarText.cs(50,39): warning CS0108: `Soup.CookieJarText.Parent' hides inherited member `Soup.CookieJar.Parent'. Use the new keyword if hiding was intended
generated/CookieJar.cs(60,36): (Location of the symbol related to previous warning)
generated/RequestData.cs(25,37): warning CS0108: `Soup.RequestData.Parent' hides inherited member `Soup.Request.Parent'. Use the new keyword if hiding was intended
generated/Request.cs(49,36): (Location of the symbol related to previous warning)
generated/RequestFile.cs(25,37): warning CS0108: `Soup.RequestFile.Parent' hides inherited member `Soup.Request.Parent'. Use the new keyword if hiding was intended
generated/Request.cs(49,36): (Location of the symbol related to previous warning)
generated/RequestHTTP.cs(25,37): warning CS0108: `Soup.RequestHTTP.Parent' hides inherited member `Soup.Request.Parent'. Use the new keyword if hiding was intended
generated/Request.cs(49,36): (Location of the symbol related to previous warning)
generated/SessionAsync.cs(32,37): warning CS0108: `Soup.SessionAsync.Parent' hides inherited member `Soup.Session.Parent'. Use the new keyword if hiding was intended
generated/Session.cs(262,36): (Location of the symbol related to previous warning)
generated/SessionSync.cs(32,37): warning CS0108: `Soup.SessionSync.Parent' hides inherited member `Soup.Session.Parent'. Use the new keyword if hiding was intended
generated/Session.cs(262,36): (Location of the symbol related to previous warning)
generated/ClientContext.cs(127,25): error CS0126: An object of a type convertible to `int' is required for the return statement
generated/Global.cs(716,162): error CS0103: The name `error' does not exist in the current context
generated/Global.cs(716,40): error CS1502: The best overloaded method match for `Soup.Global.soup_xmlrpc_extract_method_response(System.IntPtr, int, out System.IntPtr, System.IntPtr, System.IntPtr)' has some invalid arguments
generated/Global.cs(712,36): (Location of the symbol related to previous error)
generated/Global.cs(716,40): error CS1503: Argument `#3' cannot convert `object' expression to type `System.IntPtr'
generated/Message.cs(316,57): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `Soup.MessageBody'
generated/MessageBody.cs(13,31): (Location of the symbol related to previous error)
generated/Message.cs(317,49): error CS0841: A local variable `raw_ptr' cannot be used before it is declared
generated/Message.cs(342,57): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `Soup.MessageBody'
generated/MessageBody.cs(13,31): (Location of the symbol related to previous error)
generated/Message.cs(343,49): error CS0841: A local variable `raw_ptr' cannot be used before it is declared
generated/MessageHeaders.cs(392,25): error CS0126: An object of a type convertible to `int' is required for the return statement
generated/Multipart.cs(181,25): error CS0126: An object of a type convertible to `int' is required for the return statement
Compilation failed: 10 error(s), 10 warnings
make[1]: *** [../out/soup-sharp.dll] Error 1
make[1]: Leaving directory `/home/sparkleshare/workspace/git/soup-sharp/sources'
make: *** [all-recursive] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions