You are not logged in.

#1 2007-10-31 18:53:21

elocal
Member
Registered: 2004-03-18
Posts: 54
Website

dcsharp 0.11.1 PKGBUILD

For DC++ users out there!  linuxdcpp-cvs is okay, but i think this client has a better interface, and integrates better under the gnome desktop.

# AUTHOR: Oscar Perez <borkdox@gmail.com>
pkgname=dcsharp
pkgver=0.11.1
pkgrel=1
pkgdesc="DC# is a GTK DirectConnect (p2p) client written in mono."
arch=(i686 x86_64)
url="http://code.google.com/p/dcsharp/"
license=('GPL')
depends=('gtk-sharp-2' 'mono' 'notification-daemon')
makedepends=('scons')
source=(http://dcsharp.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
md5sums=('774aa9968acb3093e0139b0986129eba')

build() {
  cd "$startdir/src/$pkgname-$pkgver"
  scons || return 1
  scons DESTDIR=$startdir/pkg install  || return 1
}

Offline

#2 2009-01-14 11:16:26

hit
Member
From: Estonia
Registered: 2009-01-14
Posts: 79

Re: dcsharp 0.11.1 PKGBUILD

Cannot compile in any way. What could be the reason?

gtk/src/MainWindow.cs(48,46): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/MainWindow.cs(52,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/ConnectionStatusbar.cs(39,25): warning CS0612: `Gtk.Tooltips' is obsolete
gtk/src/Page/UploadPage.cs(43,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/UploadPage.cs(44,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/UploadPage.cs(45,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/DownloadPage.cs(39,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/DownloadPage.cs(40,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/DownloadPage.cs(41,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/DownloadPage.cs(42,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/Page/PageManagerNotebook.cs(63,33): warning CS0612: `Gtk.Tooltips' is obsolete
gtk/src/General/VisibleColumnsWindow.cs(93,67): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/View/SearchResultView.cs(33,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/View/SearchResultView.cs(34,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/View/SearchResultView.cs(35,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
gtk/src/View/SearchResultView.cs(36,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error)
Compilation failed: 14 error(s), 2 warnings
scons: *** [bin/DCSharp.exe] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.
    Aborting...

Offline

#3 2009-03-30 00:49:07

Flooo
Member
Registered: 2009-03-30
Posts: 2

Re: dcsharp 0.11.1 PKGBUILD

I got the same error!
Do you already have a solution?

Offline

#4 2009-03-31 09:01:48

hit
Member
From: Estonia
Registered: 2009-01-14
Posts: 79

Re: dcsharp 0.11.1 PKGBUILD

THIS patch will help, but it still disconnects from some hubs

Offline

#5 2009-03-31 09:53:18

hit
Member
From: Estonia
Registered: 2009-01-14
Posts: 79

Re: dcsharp 0.11.1 PKGBUILD

--delete this post--

Last edited by hit (2009-03-31 09:53:52)

Offline

#6 2009-03-31 19:47:13

Flooo
Member
Registered: 2009-03-30
Posts: 2

Re: dcsharp 0.11.1 PKGBUILD

Thank you!
The patch worked smile

Offline

Board footer

Powered by FluxBB