klient dc++

Tematy związane z oprogramowaniem, instalacją, konfiguracją
Awatar użytkownika
Maden
Beginner
Posty: 172
Rejestracja: 22 listopada 2006, 15:14
Lokalizacja: tarnów

klient dc++

Post autor: Maden »

jakiego polecacie bo znalalzlem kilka a nie chce instalować za dużo i każdego sprawdzać.
Awatar użytkownika
draco
Beginner
Posty: 258
Rejestracja: 03 grudnia 2006, 15:23
Lokalizacja: Inna rzeczywistość

Post autor: draco »

Ja bym się zaprzyjaźnił z Valknut'em. Niby nie rozwijany, ale jednak dobry. Dlaczego on? Wystarczył jeden powód... Chyba (?) jako jedyny potrafi ściągać ten sam plik o tej samej porze od kilku osób. LinuxDC++ tego nie potrafi i jest przez to u mnie na spalonym. Chociaż już ładny kawałek czasu nie korzystam z dc++ [ azureus do linuksów i anime lepszy ^^ ]... kto wie co się mogło zmienić ;-)

No i mówimy o klientach z gui czy bez? ;-)
Awatar użytkownika
Maden
Beginner
Posty: 172
Rejestracja: 22 listopada 2006, 15:14
Lokalizacja: tarnów

Post autor: Maden »

raczej z gui :) bo dla siostr

a cos na sieci bearshare :?: znacie moze
Awatar użytkownika
draco
Beginner
Posty: 258
Rejestracja: 03 grudnia 2006, 15:23
Lokalizacja: Inna rzeczywistość

Post autor: draco »

LimeWire chyba podejdzie pod to.
Rad
Member
Posty: 1208
Rejestracja: 28 czerwca 2006, 15:05

Post autor: Rad »

Maden pisze:a cos na sieci bearshare :?: znacie moze
gtk-gnutella, chociaż trochę żałośnie się ją obsługuje :) .
EL0HIM
Posty: 3
Rejestracja: 13 sierpnia 2007, 00:42

Post autor: EL0HIM »

Widze ze temat DC++ byl juz rozpoczety wiec nie bede rozpoczynal nowego tematu :)

Chcialem skompilowac wxDCGUI v 3.10 :) Oczywiscie na poczatek wziolem sie do kompilacji:

Kod: Zaznacz cały

dclib-0.3.10
Oki pierwszym bledem byl brak:

Kod: Zaznacz cały

bzlib
Ale z tym nie bylo wiekszych problemow bo w koncu od czego jest "alien" :P
Dalej doinstalowalem Fortrana (poniewaz i tak go czasem uzywam do liczenia macierzy) Dalej wyskoczyl ciekawy blad :>

Kod: Zaznacz cały

checking for libxml - version >= 2.0.0... no 
configure: error: libxml2 must be installed.
Ale aby bylo smieszniej :P

Kod: Zaznacz cały

sudo apt-get install libxml2 
Czytanie list pakietw... Gotowe 
Budowanie drzewa zależności        
Reading state information... Gotowe 
libxml2 jest już w najnowszej wersji.

Ale z tym tez sobie jakos poradzilem instalujac:

Kod: Zaznacz cały

libxml2-dbg, libxml2-dev, libxml2-doc, libxml2-utils
Wiec wracam no moich pieknych bibliotek
i robie

Kod: Zaznacz cały

./confirure
po raz "n-ty"

Kod: Zaznacz cały

sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzlibVersion in -lbz2... yes
checking for bzDecompress in libbz2... no
checking whether g++ supports -shared... yes
checking whether g++ supports -fPIC... yes
checking for BZ2_bzDecompress in (shared) libbz2... -lbz2
checking for socklen_t... socklen_t
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.0.0... yes (version 2.6.29)
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking how to get filesystem space usage...
checking for statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes
checking for f_fstypename in struct statfs... no
checking for statfs that truncates block counts... no
checking for struct statvfs_t... no
checking for strtoull... yes
checking for strtouq... yes
checking for usleep... yes
checking for nanosleep... yes
checking for 'sa_len' in 'struct sockaddr'... no
checking for DCLib-datapath... /usr/local/share
checking for unsigned long long int... yes
checking size of unsigned long long int... 8
checking for unsigned long int... yes
checking size of unsigned long int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short int... yes
checking size of unsigned short int... 2
checking for unsigned char... yes
checking size of unsigned char... 1
checking for memmove... yes
checking for bcopy... yes
checking for lrint... yes
not using lib directory suffix
checking for OpenSSL... libraries /usr/lib, headers NO
checking whether OpenSSL uses rsaref... no
checking for easter eggs... none found
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating dclib.spec
config.status: creating dclib.lsm
config.status: creating dclib.pc
config.status: creating dclib/Makefile
config.status: WARNING:  dclib/Makefile.in seems to ignore the --datarootdir setting
config.status: creating dclib/core/Makefile
config.status: WARNING:  dclib/core/Makefile.in seems to ignore the --datarootdir setting
config.status: creating dclib/hash/Makefile
config.status: WARNING:  dclib/hash/Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
I teraz pytanie co zrobic z tymi linijkami:

Kod: Zaznacz cały

config.status: creating dclib/Makefile
config.status: WARNING:  dclib/Makefile.in seems to ignore the --datarootdir setting
config.status: creating dclib/core/Makefile
config.status: WARNING:  dclib/core/Makefile.in seems to ignore the --datarootdir setting
config.status: creating dclib/hash/Makefile
config.status: WARNING:  dclib/hash/Makefile.in seems to ignore the --datarootdir setting
Moze uznacie to za lamerskie pytanie ale niestety nie moge sobie z tym poradzic :P

Pozdrawiam :)

P.S.
Do tej pory nie mialem az takich problemow z kompilacja poprzednich wersji tzw "valknuta" lub "wxDCGUI" jak kto woli :)
Rad
Member
Posty: 1208
Rejestracja: 28 czerwca 2006, 15:05

Post autor: Rad »

To są warningi, na pewno nie da się włączyć kompilacji?

A, i:
EL0HIM pisze:Dalej wyskoczyl ciekawy blad :>

Kod: Zaznacz cały

checking for libxml - version >= 2.0.0... no
configure: error: libxml2 must be installed.	
Ale aby bylo smieszniej :P

Kod: Zaznacz cały

sudo apt-get install libxml2
Czytanie list pakietw... Gotowe
Budowanie drzewa zależności       
Reading state information... Gotowe
libxml2 jest już w najnowszej wersji.
Do kompilacji instalujemy pakiety -dev, nie te zwykłe.
EL0HIM
Posty: 3
Rejestracja: 13 sierpnia 2007, 00:42

Post autor: EL0HIM »

Rad pisze:To są warningi, na pewno nie da się włączyć kompilacji?
Tak napewno nie mozna :P

btw
Ze warningi to powznie zdarzylem zauwazyc ;)


pozdrawiam :)
ODPOWIEDZ