Advertisement
Guest User

gnome-rdp PKGBUILD error

a guest
Feb 6th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.55 KB | None | 0 0
  1. ==> Lauching build()...
  2. patching file src/Main.cs
  3. WARNING: The runtime version supported by this application is unavailable.
  4. Using default runtime: v2.0.50727
  5. NAnt 0.86 (Build 0.86.2898.0; beta1; 08/12/2007)
  6. Copyright (C) 2001-2007 Gerry Shaw
  7. http://nant.sourceforge.net
  8.  
  9. Buildfile: file:///tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/gnome-rdp.build
  10. Target framework: Mono 2.0 Profile
  11. Target(s) specified: build
  12.  
  13.  
  14. clean:
  15.  
  16.  
  17. dynfiles:
  18.  
  19.      [copy] Copying 1 file to '/tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Defines.cs'.
  20.      [copy] Copying 1 file to '/tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/build/gnome-rdp'.
  21.      [copy] Copying 1 file to '/tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/build/gnome-rdp.desktop'.
  22.  
  23. build:
  24.  
  25.       [csc] Compiling 16 files to '/tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/build/gnome-rdp.exe'.
  26.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Main.cs(25,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  27.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Sqlite.cs(24,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  28.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Configuration.cs(27,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  29.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Main.cs(25,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  30.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Options.cs(22,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  31.       [csc] Compilation failed: 6 error(s), 0 warnings
  32.       [csc] /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/src/Sqlite.cs(24,17): error CS0234: The type or namespace name `SqliteClient' does not exist in the namespace `Mono.Data'. Are you missing an assembly reference?
  33.  
  34. BUILD FAILED - 0 non-fatal error(s), 6 warning(s)
  35.  
  36. /tmp/yaourt-tmp-------/aur-gnome-rdp/src/gnome-rdp-0.2.3/gnome-rdp.build(58,4):
  37. External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)
  38.  
  39. Total time: 1.5 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement