aMule Forum
Italian => it_Linux => Topic started by: Carcass on May 09, 2007, 11:32:23 AM
-
Stavo cercando dopo un po di tempo che uso quello dei repo di debian testing di compilarmelo da cvs ma ho questi errori
carcass@debian:~/Desktop/amule-cvs$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether make sets $(MAKE)... (cached) yes
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for zlib >= 1.1.4... no
configure: error: zlib >= 1.1.4 is required for aMule
carcass@debian:~/Desktop/amule-cvs$ make
make: *** No targets specified and no makefile found. Stop.
carcass@debian:~/Desktop/amule-cvs$
come mai?? la zlib 1.1.4 non c' neanche su unstable, questo è il problema per cui non lo compila??'
grazie :)
-
il pacchetto dovrebbe chiamarsi zlib1g-dev
-
grazie Trevino ;)
ok solo che ora mi da questo errore wxWidgets must be installed on your system but wx-config
script couldn't be found. Please check that wx-config is
in path or specified by --with-wx-config=path flag, the
directory where wxWidgets libraries are installed (returned
by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.6.0 or above.
e la libreria è installata (ho provato pure quella 2.8 per ubuntu che diceva al sito Widgets) ma nulla ....... ???
-
Hi: (I don't speak Italian, me perdone.)
You have to install libwxgtk2.8-dev.
-
don't worry that was the problem :D
but now after ./configure and make it's Ok .
when I go to the path /amule-cvs/src and give ./amule I have this error now
carcass@debian:~/Desktop/amule-cvs/src$ ./amule
Error: Unable to initialize gtk, is DISPLAY set properly?
>:(
-
The message says basically, that you are starting aMule without access to the X-server. (Maybe ssh without x-forwarding.)
Are you sure you want aMule (graphical application) or amuled (daemon, a program running in the background, not requiring a X-server)?
-
yes mate
I want aMule.......for other cvs version I don't use the last command make install but I go to src and the command ./amule start aMule......but now why doesn't work??
this is the rest carcass@debian:~/Desktop/amule-cvs/src$ ./amule
This binary requires you to use the flag --even-if-lfroen-complains-this-will-stay and only if you're very sure of it. Warning: If you're lfroen, you might find this annoying. That pleases me.
what's going on ?
-
Ah, you have to execute
./amule --even-if-lfroen-complains-this-will-stay
in order to start aMule CVS.
-
thanks a lot ........guy :D
Now work very well aMule :P