aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule CSV errori di compilazione  (Read 10380 times)

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
aMule CSV errori di compilazione
« 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
Quote
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  :)
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

Treviño

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 50
    • http://italy.copybase.ch/blog/
Re: aMule CSV errori di compilazione
« Reply #1 on: May 09, 2007, 07:36:15 PM »

il pacchetto dovrebbe chiamarsi zlib1g-dev

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: aMule CSV errori di compilazione
« Reply #2 on: May 09, 2007, 10:52:55 PM »

grazie Trevino  ;)

ok solo che ora mi da questo errore
Quote
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 ....... ???
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule CSV errori di compilazione
« Reply #3 on: May 09, 2007, 10:58:24 PM »

Hi: (I don't speak Italian, me perdone.)

You have to install libwxgtk2.8-dev.
Logged

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: aMule CSV errori di compilazione
« Reply #4 on: May 09, 2007, 11:40:39 PM »

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

Quote
carcass@debian:~/Desktop/amule-cvs/src$ ./amule
Error: Unable to initialize gtk, is DISPLAY set properly?

 >:(
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule CSV errori di compilazione
« Reply #5 on: May 09, 2007, 11:44:54 PM »

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)?
Logged

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: aMule CSV errori di compilazione
« Reply #6 on: May 09, 2007, 11:50:08 PM »

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
Quote
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 ?
« Last Edit: May 10, 2007, 07:50:36 AM by Carcass »
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule CSV errori di compilazione
« Reply #7 on: May 10, 2007, 08:43:06 AM »

Ah, you have to execute
Code: [Select]
./amule --even-if-lfroen-complains-this-will-stay in order to start aMule CVS.
Logged

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: aMule CSV errori di compilazione
« Reply #8 on: May 10, 2007, 02:15:05 PM »

thanks a lot ........guy  :D

Now work very well aMule  :P
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]