Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 19.85 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. blez@ubuntu:~$ cd '/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72'
  2. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autoconfig && make && make install
  3. bash: ./autoconfig: No such file or directory
  4. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autoconfigure && make && make install
  5. bash: ./autoconfigure: No such file or directory
  6. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autogen.sh && make && make install
  7. Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
  8. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
  9. checking build system type... i686-pc-linux-gnu
  10. checking host system type... i686-pc-linux-gnu
  11. checking target system type... i686-pc-linux-gnu
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. checking for a thread-safe mkdir -p... /bin/mkdir -p
  15. checking for gawk... no
  16. checking for mawk... mawk
  17. checking whether make sets $(MAKE)... yes
  18. checking whether to enable maintainer-specific portions of Makefiles... yes
  19. checking for pkg-config... /usr/bin/pkg-config
  20. checking pkg-config is at least version 0.9.0... yes
  21. checking for MONO_DEPENDENCY... yes
  22. checking for mono... /usr/bin/mono
  23. checking for dmcs... /usr/bin/dmcs
  24. checking for gacutil... /usr/bin/gacutil
  25. checking for GTK_SHARP... yes
  26. checking for LIBSOUP... yes
  27. checking for gapi2-parser... no
  28. checking for gapi2-parser.exe...
  29. checking for gapi2-fixup... no
  30. checking for gapi2-fixup.exe...
  31. checking for gapi2-codegen... no
  32. checking for gapi2_codegen.exe...
  33. checking for mdassembler... /usr/bin/mdassembler
  34. checking for monodocer... /usr/bin/monodocer
  35. configure: creating ./config.status
  36. config.status: creating Makefile
  37. config.status: creating soup-sharp.spec
  38. config.status: creating sources/Makefile
  39. config.status: creating sources/AssemblyInfo.cs
  40. config.status: creating sources/soup-sharp.pc
  41. config.status: creating sources/soup-sharp.dll.config
  42. config.status: creating samples/Makefile
  43. config.status: creating samples/simple/Makefile
  44. config.status: executing default commands
  45.  
  46. Configuration summary
  47. ---------------------
  48.  
  49.    * Installation prefix: /usr/local
  50.    * compiler: /usr/bin/dmcs
  51.    * Documentation: yes ()
  52.  
  53. Making all in sources
  54. make[1]: Entering directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  55. generate ./soup-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml   \
  56.                 --outdir=generated --customdir=. \
  57.                 --assembly-name=soup-sharp && touch generated-stamp
  58. /bin/bash: generate: command not found
  59. make[1]: [generated-stamp] Error 127 (ignored)
  60. /usr/bin/dmcs -nowarn:169 -unsafe -target:library -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll   \
  61.                 AssemblyInfo.cs  generated/*.cs -out:soup-sharp.dll
  62. error CS2001: Source file `generated/*.cs' could not be found
  63. Compilation failed: 1 error(s), 0 warnings
  64. make[1]: *** [soup-sharp.dll] Error 1
  65. make[1]: Leaving directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  66. make: *** [all-recursive] Error 1
  67. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autoconfigure && make && make install
  68. bash: ./autoconfigure: No such file or directory
  69. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autogen.sh && make && make install
  70. Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
  71. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
  72. checking build system type... i686-pc-linux-gnu
  73. checking host system type... i686-pc-linux-gnu
  74. checking target system type... i686-pc-linux-gnu
  75. checking for a BSD-compatible install... /usr/bin/install -c
  76. checking whether build environment is sane... yes
  77. checking for a thread-safe mkdir -p... /bin/mkdir -p
  78. checking for gawk... no
  79. checking for mawk... mawk
  80. checking whether make sets $(MAKE)... yes
  81. checking whether to enable maintainer-specific portions of Makefiles... yes
  82. checking for pkg-config... /usr/bin/pkg-config
  83. checking pkg-config is at least version 0.9.0... yes
  84. checking for MONO_DEPENDENCY... yes
  85. checking for mono... /usr/bin/mono
  86. checking for dmcs... /usr/bin/dmcs
  87. checking for gacutil... /usr/bin/gacutil
  88. checking for GTK_SHARP... yes
  89. checking for LIBSOUP... yes
  90. checking for gapi2-parser... /usr/bin/gapi2-parser
  91. checking for gapi2-fixup... /usr/bin/gapi2-fixup
  92. checking for gapi2-codegen... /usr/bin/gapi2-codegen
  93. checking for mdassembler... /usr/bin/mdassembler
  94. checking for monodocer... /usr/bin/monodocer
  95. configure: creating ./config.status
  96. config.status: creating Makefile
  97. config.status: creating soup-sharp.spec
  98. config.status: creating sources/Makefile
  99. config.status: creating sources/AssemblyInfo.cs
  100. config.status: creating sources/soup-sharp.pc
  101. config.status: creating sources/soup-sharp.dll.config
  102. config.status: creating samples/Makefile
  103. config.status: creating samples/simple/Makefile
  104. config.status: executing default commands
  105.  
  106. Configuration summary
  107. ---------------------
  108.  
  109.    * Installation prefix: /usr/local
  110.    * compiler: /usr/bin/dmcs
  111.    * Documentation: yes ()
  112.  
  113. Making all in sources
  114. make[1]: Entering directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  115. /usr/bin/gapi2-codegen --generate ./soup-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml   \
  116.                 --outdir=generated --customdir=. \
  117.                 --assembly-name=soup-sharp && touch generated-stamp
  118. rettype: GSocketAddress* in method GetGsockaddr in type Soup.Address
  119. Name: cancellable Type: GCancellable* in soup_address_resolve_sync  in method ResolveSync in type Soup.Address
  120. Name: async_context Type: GMainContext* in soup_address_resolve_async  in method ResolveAsync in type Soup.Address
  121. Property has unknown Type SoupMessageFlags in type Soup.Message
  122. Name: flags Type: SoupMessageFlags in soup_message_set_flags  in method SetFlags in type Soup.Message
  123. Name: cb Type: GCallback in soup_message_add_header_handler  in method AddHeaderHandler in type Soup.Message
  124. rettype: SoupMessageFlags in method GetFlags in type Soup.Message
  125. Name: cb Type: GCallback in soup_message_add_status_code_handler  in method AddStatusCodeHandler in type Soup.Message
  126. rettype: SoupExpectation in method GetExpectations in type Soup.MessageHeaders
  127. Name: expectations Type: SoupExpectation in soup_message_headers_set_expectations  in method SetExpectations in type Soup.MessageHeaders
  128. Name:  Type: SoupProxyResolver*  in callback SoupProxyResolverCallback
  129. Name: resolver Type: SoupProxyURIResolver*  in callback SoupProxyURIResolverCallback
  130. rettype: GMainContext* in method GetAsyncContext in type Soup.Server
  131. Name: feature Type: SoupSessionFeature* in soup_session_remove_feature  in method RemoveFeature in type Soup.Session
  132. rettype: SoupSessionFeature* in method GetFeatureForMessage in type Soup.Session
  133. rettype: SoupSessionFeature* in method GetFeature in type Soup.Session
  134. Name: feature Type: SoupSessionFeature* in soup_session_add_feature  in method AddFeature in type Soup.Session
  135. rettype: GMainContext* in method GetAsyncContext in type Soup.Session
  136. Name: cancellable Type: GCancellable* in soup_socket_connect_async  in method ConnectAsync in type Soup.Socket
  137. Name: cancellable Type: GCancellable* in soup_socket_start_ssl  in method StartSsl in type Soup.Socket
  138. Name: cancellable Type: GCancellable* in soup_socket_start_proxy_ssl  in method StartProxySsl in type Soup.Socket
  139. Name: cancellable Type: GCancellable* in soup_socket_read  in method Read in type Soup.Socket
  140. Name: cancellable Type: GCancellable* in soup_socket_connect_sync  in method ConnectSync in type Soup.Socket
  141. Name: cancellable Type: GCancellable* in soup_socket_read_until  in method ReadUntil in type Soup.Socket
  142. Name: cancellable Type: GCancellable* in soup_socket_write  in method Write in type Soup.Socket
  143. Name: array Type: GValueArray* in soup_value_array_insert  in method ValueArrayInsert in type Soup.Global
  144. Name: parms Type: GValueArray** in soup_xmlrpc_parse_method_call  in method XmlrpcParseMethodCall in type Soup.Global
  145. rettype: GSource* in method AddTimeout in type Soup.Global
  146. Name: array Type: GValueArray* in soup_value_array_get_nth  in method ValueArrayGetNth in type Soup.Global
  147. rettype: GSource* in method AddIoWatch in type Soup.Global
  148. Name: array Type: GValueArray* in soup_value_array_append  in method ValueArrayAppend in type Soup.Global
  149. rettype: GValueArray* in method ValueArrayNewWithVals in type Soup.Global
  150. rettype: GSource* in method AddCompletion in type Soup.Global
  151. rettype: GSource* in method AddIdle in type Soup.Global
  152. rettype: GValueArray* in method ValueArrayNew in type Soup.Global
  153. Name: array Type: GValueArray* in soup_value_array_append_vals  in method ValueArrayAppendVals in type Soup.Global
  154. Defaulting MessageHeadersForeachFunc param to 'call' scope in method MessageHeaders.Foreach
  155. Non-numeric array_len:  warning: array field _dummy incorrectly generated
  156. Defaulting SessionCallback param to 'call' scope in method Session.QueueMessage
  157.  
  158. Generation Summary:
  159.   Enums: 14  Structs: 15  Boxed: 0  Opaques: 0  Interfaces: 0  Objects: 17  Callbacks: 12
  160.   Properties: 61  Signals: 16  Methods: 226  Constructors: 32  Throttled: 23
  161. Total Nodes: 416
  162.  
  163. /usr/bin/dmcs -nowarn:169 -unsafe -target:library -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll   \
  164.                 AssemblyInfo.cs  generated/*.cs -out:soup-sharp.dll
  165. AssemblyInfo.cs(11,12): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
  166. generated/AuthDomain.cs(71,61): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainFilter'
  167. generated/AuthDomain.cs(97,74): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainGenericAuthCallback'
  168. generated/Global.cs(593,162): error CS0103: The name `error' does not exist in the current context
  169. generated/Global.cs(593,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
  170. generated/Global.cs(589,36): (Location of the symbol related to previous error)
  171. generated/Global.cs(593,40): error CS1503: Argument `#3' cannot convert `object' expression to type `System.IntPtr'
  172. generated/Message.cs(80,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  173. generated/Message.cs(129,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  174. generated/Message.cs(169,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  175. generated/Message.cs(179,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  176. generated/Session.cs(36,48): error CS0030: Cannot convert type `GLib.Value' to `Soup.URI'
  177. Compilation failed: 10 error(s), 1 warnings
  178. make[1]: *** [soup-sharp.dll] Error 1
  179. make[1]: Leaving directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  180. make: *** [all-recursive] Error 1
  181. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ clear
  182.  
  183. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autogen.sh && make && make install
  184. Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
  185. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
  186. checking build system type... i686-pc-linux-gnu
  187. checking host system type... i686-pc-linux-gnu
  188. checking target system type... i686-pc-linux-gnu
  189. checking for a BSD-compatible install... /usr/bin/install -c
  190. checking whether build environment is sane... yes
  191. checking for a thread-safe mkdir -p... /bin/mkdir -p
  192. checking for gawk... gawk
  193. checking whether make sets $(MAKE)... yes
  194. checking whether to enable maintainer-specific portions of Makefiles... yes
  195. checking for pkg-config... /usr/bin/pkg-config
  196. checking pkg-config is at least version 0.9.0... yes
  197. checking for MONO_DEPENDENCY... yes
  198. checking for mono... /usr/bin/mono
  199. checking for dmcs... /usr/bin/dmcs
  200. checking for gacutil... /usr/bin/gacutil
  201. checking for GTK_SHARP... yes
  202. checking for LIBSOUP... yes
  203. checking for gapi2-parser... /usr/bin/gapi2-parser
  204. checking for gapi2-fixup... /usr/bin/gapi2-fixup
  205. checking for gapi2-codegen... /usr/bin/gapi2-codegen
  206. checking for mdassembler... /usr/bin/mdassembler
  207. checking for monodocer... /usr/bin/monodocer
  208. configure: creating ./config.status
  209. config.status: creating Makefile
  210. config.status: creating soup-sharp.spec
  211. config.status: creating sources/Makefile
  212. config.status: creating sources/AssemblyInfo.cs
  213. config.status: creating sources/soup-sharp.pc
  214. config.status: creating sources/soup-sharp.dll.config
  215. config.status: creating samples/Makefile
  216. config.status: creating samples/simple/Makefile
  217. config.status: executing default commands
  218.  
  219. Configuration summary
  220. ---------------------
  221.  
  222.    * Installation prefix: /usr/local
  223.    * compiler: /usr/bin/dmcs
  224.    * Documentation: yes ()
  225.  
  226. Making all in sources
  227. make[1]: Entering directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  228. /usr/bin/dmcs -nowarn:169 -unsafe -target:library -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll   \
  229.                 AssemblyInfo.cs  generated/*.cs -out:soup-sharp.dll
  230. AssemblyInfo.cs(11,12): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
  231. generated/AuthDomain.cs(71,61): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainFilter'
  232. generated/AuthDomain.cs(97,74): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainGenericAuthCallback'
  233. generated/Global.cs(593,162): error CS0103: The name `error' does not exist in the current context
  234. generated/Global.cs(593,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
  235. generated/Global.cs(589,36): (Location of the symbol related to previous error)
  236. generated/Global.cs(593,40): error CS1503: Argument `#3' cannot convert `object' expression to type `System.IntPtr'
  237. generated/Message.cs(80,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  238. generated/Message.cs(129,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  239. generated/Message.cs(169,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  240. generated/Message.cs(179,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  241. generated/Session.cs(36,48): error CS0030: Cannot convert type `GLib.Value' to `Soup.URI'
  242. Compilation failed: 10 error(s), 1 warnings
  243. make[1]: *** [soup-sharp.dll] Error 1
  244. make[1]: Leaving directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  245. make: *** [all-recursive] Error 1
  246. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ^C
  247. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ clear
  248.  
  249. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$ ./autogen.sh && make && make install
  250. Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
  251. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
  252. checking build system type... i686-pc-linux-gnu
  253. checking host system type... i686-pc-linux-gnu
  254. checking target system type... i686-pc-linux-gnu
  255. checking for a BSD-compatible install... /usr/bin/install -c
  256. checking whether build environment is sane... yes
  257. checking for a thread-safe mkdir -p... /bin/mkdir -p
  258. checking for gawk... gawk
  259. checking whether make sets $(MAKE)... yes
  260. checking whether to enable maintainer-specific portions of Makefiles... yes
  261. checking for pkg-config... /usr/bin/pkg-config
  262. checking pkg-config is at least version 0.9.0... yes
  263. checking for MONO_DEPENDENCY... yes
  264. checking for mono... /usr/bin/mono
  265. checking for dmcs... /usr/bin/dmcs
  266. checking for gacutil... /usr/bin/gacutil
  267. checking for GTK_SHARP... yes
  268. checking for LIBSOUP... yes
  269. checking for gapi2-parser... /usr/bin/gapi2-parser
  270. checking for gapi2-fixup... /usr/bin/gapi2-fixup
  271. checking for gapi2-codegen... /usr/bin/gapi2-codegen
  272. checking for mdassembler... /usr/bin/mdassembler
  273. checking for monodocer... /usr/bin/monodocer
  274. configure: creating ./config.status
  275. config.status: creating Makefile
  276. config.status: creating soup-sharp.spec
  277. config.status: creating sources/Makefile
  278. config.status: creating sources/AssemblyInfo.cs
  279. config.status: creating sources/soup-sharp.pc
  280. config.status: creating sources/soup-sharp.dll.config
  281. config.status: creating samples/Makefile
  282. config.status: creating samples/simple/Makefile
  283. config.status: executing default commands
  284.  
  285. Configuration summary
  286. ---------------------
  287.  
  288.    * Installation prefix: /usr/local
  289.    * compiler: /usr/bin/dmcs
  290.    * Documentation: yes ()
  291.  
  292. Making all in sources
  293. make[1]: Entering directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  294. /usr/bin/dmcs -nowarn:169 -unsafe -target:library -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll   \
  295.                 AssemblyInfo.cs  generated/*.cs -out:soup-sharp.dll
  296. AssemblyInfo.cs(11,12): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
  297. generated/AuthDomain.cs(71,61): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainFilter'
  298. generated/AuthDomain.cs(97,74): error CS0030: Cannot convert type `GLib.Value' to `Soup.AuthDomainGenericAuthCallback'
  299. generated/Global.cs(593,162): error CS0103: The name `error' does not exist in the current context
  300. generated/Global.cs(593,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
  301. generated/Global.cs(589,36): (Location of the symbol related to previous error)
  302. generated/Global.cs(593,40): error CS1503: Argument `#3' cannot convert `object' expression to type `System.IntPtr'
  303. generated/Message.cs(80,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  304. generated/Message.cs(129,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  305. generated/Message.cs(169,59): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageHeaders'
  306. generated/Message.cs(179,56): error CS0030: Cannot convert type `GLib.Value' to `Soup.MessageBody'
  307. generated/Session.cs(36,48): error CS0030: Cannot convert type `GLib.Value' to `Soup.URI'
  308. Compilation failed: 10 error(s), 1 warnings
  309. make[1]: *** [soup-sharp.dll] Error 1
  310. make[1]: Leaving directory `/home/blez/Desktop/andreiagaita-soup-sharp-cc05e72/sources'
  311. make: *** [all-recursive] Error 1
  312. blez@ubuntu:~/Desktop/andreiagaita-soup-sharp-cc05e72$