Visualizzazione dei risultati da 1 a 10 su 10

Discussione: Compilare Amule

  1. #1

    Compilare Amule

    Salve a tutti... sono alle prese con aMule sulla mia qilinux 1.1b....
    Ho installato tutto ciò che serviva (come da how-to http://www.amule.org/wiki/index.php/...n_Installation) in parte da rpm ufficiale di qilinux ma le crypto a manina (e tutto è andato a buon fine...)
    Eccovi il riepilogo alla fine del ./configure:

    Configure script has finished system check.

    Configured aMule 2.0.0rc6 for 'i686-pc-linux-gnu'.

    aMule enabled options:

    **** aMule Core ****
    Should aMule be compiled in debug mode? yes
    Should aMule be compiled with verbose console output? no
    Should aMule be compiled with upload speed sense? no
    Should aMule be compiled with profiling? no
    Should aMule be compiled with optimizations? no
    Should aMule be compiled with systray? yes
    Should aMule be compiled with UTF-8 systray? no
    Should aMule be compiled with pure GTK code? yes
    Should aMule be linked against patched gsocket? yes
    Should aMule daemon version be built? (EXPERIMENTAL) no
    Should aMule remote gui be built? (EXPERIMENTAL) no
    Crypto++ library/headers style? embeded

    **** aMule TextClient ****
    Should aMule Command Line Client be built? no
    Should aMule GUI Client be built? no

    **** aMule WebServer ****
    Should aMule WebServer be built? no
    Should aMule WebServer GUI be built? no

    **** aMule ED2K Links Handler ****
    Should aMule ED2K Links Handler be built? yes

    **** aMuleLinkCreator ****
    Should aMuleLinkCreator GUI version (alc) be built? yes
    Should aMuleLinkCreator for console (alcc) be built? yes

    **** aMule Statistics ****
    Should C aMule Statistics (CAS) be built? yes
    Should aMule GUI Statistics (wxCas) be built? yes

    **** General Libraries and Tools ****
    Should ccache support be enabled? no
    Libraries aMule will use to build:
    wxWidgets 2.4.2
    GTK Not detected

    NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
    amuleweb amulecmd and alcc



    WARNING!! Your wxWidgets copy has been linked against GTK2 and this will make aMule
    be unstable, use much more cpu and ram. You have been warned, don't report bugs under this setup.

    Ed ecco quello del make VVoVe:



    [root@nesciobox aMule-2.0.0rc6]# make
    make all-recursive
    make[1]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6'
    Making all in m4
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/m4'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/m4'
    Making all in intl
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/intl'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/intl'
    Making all in po
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/po'
    rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
    mv: cannot stat `t-en_GB.gmo': No such file or directory
    make[2]: *** [en_GB.gmo] Error 1
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/po'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6'
    make: *** [all] Error 2

    Qualche idea? :

  2. #2
    Utente bannato
    Registrato dal
    Mar 2001
    Messaggi
    1,144
    installa gettext

  3. #3
    Utente di HTML.it L'avatar di chaosd
    Registrato dal
    Mar 2004
    Messaggi
    1,282
    Originariamente inviato da GhePeU
    installa gettext
    no, ti servono le librerie wxGTK (bastano le base)

    <Girls are like Internet Domains: the ones you like are already taken, but you can still get one from a strange country!>

    Computers are like conditioned air: they stop work properly when you open windows

    Livin' on: Kubuntu + 2.6.24.2

  4. #4
    Utente bannato
    Registrato dal
    Mar 2001
    Messaggi
    1,144
    Originariamente inviato da chaosd
    no, ti servono le librerie wxGTK (bastano le base)

    quando rispondo non rispondo a caso

    codice:
    rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
    mv: cannot stat `t-en_GB.gmo': No such file or directory
    make[2]: *** [en_GB.gmo] Error 1
    significa che non trova il file /usrb/bin/msgfmt che fa parte di gettext

  5. #5
    Originariamente inviato da chaosd
    no, ti servono le librerie wxGTK (bastano le base)


    dovrei averle già.... ora comunque provo e vi faccio sapere, per il momento grazie ad entrambi



    Edit: Ho installato sul mio sistema i seguenti rpms:
    -gettext-0.14.1-1qilnx.i586.rpm
    -gettext-devel-0.14.1-1qilnx.i586.rpm

    -wxGTK-2.4.2-5qilnx.i586.rpm (già installate ma rimesse per sicurezza)
    -wxGTK-devel-2.4.2-5qilnx.i586.rpm (idem)


    ora al "make":

    [root@nesciobox aMule-2.0.0rc6]# make
    make all-recursive
    make[1]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6'
    Making all in m4
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/m4'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/m4'
    Making all in intl
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/intl'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/intl'
    Making all in po
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/po'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/po'
    Making all in docs
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/docs'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/docs'
    Making all in src
    make[2]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src'
    make all-recursive
    make[3]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src'
    Making all in utils
    make[4]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils'
    Making all in xas
    make[5]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils/xas'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils/xas'
    Making all in cas
    make[5]: Entering directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils/cas'
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
    -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
    then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
    else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
    fi
    graphics.c:32:16: gd.h: No such file or directory
    graphics.c: In function `createimage':
    graphics.c:44: error: `FILE' undeclared (first use in this function)
    graphics.c:44: error: (Each undeclared identifier is reported only once
    graphics.c:44: error: for each function it appears in.)
    graphics.c:44: error: `in' undeclared (first use in this function)
    graphics.c:44: error: `out' undeclared (first use in this function)
    graphics.c:44: warning: left-hand operand of comma expression has no effect
    graphics.c:46: error: `gdImagePtr' undeclared (first use in this function)
    graphics.c:46: error: parse error before "im"
    graphics.c:50: warning: implicit declaration of function `fopen'
    graphics.c:51: warning: implicit declaration of function `printf'
    graphics.c:54: warning: implicit declaration of function `fclose'
    graphics.c:61: error: `im' undeclared (first use in this function)
    graphics.c:61: warning: implicit declaration of function `gdImageCreateFromPng'
    graphics.c:62: warning: implicit declaration of function `gdImageColorResolve'
    graphics.c:66: warning: implicit declaration of function `gdImageStringFT'
    graphics.c:78: warning: implicit declaration of function `gdImagePng'
    graphics.c:81: warning: implicit declaration of function `gdImageDestroy'
    make[5]: *** [cas-graphics.o] Error 1
    make[5]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils/cas'
    make[4]: *** [all-recursive] Error 1
    make[4]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src/utils'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/andrea/Desktop/Amule/aMule-2.0.0rc6'
    make: *** [all] Error 2
    [root@nesciobox aMule-2.0.0rc6]#

    Grazie e perdonate la niubbaggine

  6. #6

  7. #7
    Utente bannato
    Registrato dal
    Mar 2001
    Messaggi
    1,144
    devi installare le librerie gd oppure compilare con l'opzione --disable-cas

    scusa la domanda, ma hai almeno provato a controllare le dipendenze sul sito o stai compilando a caso?

  8. #8
    Originariamente inviato da GhePeU
    devi installare le librerie gd oppure compilare con l'opzione --disable-cas

    scusa la domanda, ma hai almeno provato a controllare le dipendenze sul sito o stai compilando a caso?
    Assoultamente no!
    Sto provando a seguire la guida ---> http://www.amule.org/wiki/index.php/...n_Installation
    che però non parla di librerie gd!
    Come avrei potuto capire che mancavano le gd?
    Così la prossima volta non rompo!

  9. #9
    Utente bannato
    Registrato dal
    Mar 2001
    Messaggi
    1,144
    segnala la cosa a chi gestisce il wiki, le gd sono richieste per compilare cas da diversi mesi, e in teoria il configure dovrebbe segnalare la loro mancanza

  10. #10
    Originariamente inviato da GhePeU
    segnala la cosa a chi gestisce il wiki, le gd sono richieste per compilare cas da diversi mesi, e in teoria il configure dovrebbe segnalare la loro mancanza
    a dire la verità nemmeno con le libgd installate riesco a compilare

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.