Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    aMule Adunanza con Fedora core 9 (e 10)

    ciao a tutti, non riesco ad installare amule adunanza sulla mia fedora, (prima sulla 9 e oggi sulla 10)
    seguo le istruzioni che stanno nel readme:

    1) /autogen.sh --> tutto ok
    2) ./configure \
    --prefix=/usr/local \
    --libdir=/usr/local/lib64 \
    --disable-embedded-crypto \
    --with-crypto-prefix=/usr/local/include \
    --enable-amule-daemon \
    --enable-amulecmd \
    --enable-webserver \
    --enable-amule-gui \
    --enable-alc \
    --enable-alcc \
    --enable-geoip

    ottengo questo errore:



    checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no
    configure: error:
    The requested wxWidgets build couldn't be found.

    The configuration you asked for aMule requires a wxWidgets
    build with the following settings:
    --unicode=yes
    but such build is not available.

    To see the wxWidgets builds available on this system, please use
    'wx-config --list' command. To use the default build, returned by
    'wx-config --selected-config', use the options with their 'auto'
    default values.

    If you still get this error, then check that 'wx-config' is
    in path, 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.8.0 or above.
    [root@localhost aMule-AdunanzA-3.14b3]#


    qualcuno già ha risolto questo problema? aiutooooo

  2. #2
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    mi pare che l'errore sia piuttosto evidente, tra l'altro ti suggerisce anche cosa fare.

    checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no

    le wxWidgets non sono installate o non sono state configurate a dovere.

    per verificare la loro installazione nel sistema

    codice:
    $ wx-config --list
    che dovrebbe restituire un output simile a questo

    codice:
    Default config is gtk2-unicode-release-2.8
    
      Default config will be used for output
    
      Alternate matches:
        base-unicode-release-2.8
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  3. #3

    Re: aMule Adunanza con Fedora core 9 (e 10)

    Originariamente inviato da katapano
    ciao a tutti, non riesco ad installare amule adunanza sulla mia fedora, (prima sulla 9 e oggi sulla 10)
    seguo le istruzioni che stanno nel readme:

    1) /autogen.sh --> tutto ok
    2) ./configure \
    --prefix=/usr/local \
    --libdir=/usr/local/lib64 \
    --disable-embedded-crypto \
    --with-crypto-prefix=/usr/local/include \
    --enable-amule-daemon \
    --enable-amulecmd \
    --enable-webserver \
    --enable-amule-gui \
    --enable-alc \
    --enable-alcc \
    --enable-geoip

    ottengo questo errore:



    checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no
    configure: error:
    The requested wxWidgets build couldn't be found.

    The configuration you asked for aMule requires a wxWidgets
    build with the following settings:
    --unicode=yes
    but such build is not available.

    To see the wxWidgets builds available on this system, please use
    'wx-config --list' command. To use the default build, returned by
    'wx-config --selected-config', use the options with their 'auto'
    default values.

    If you still get this error, then check that 'wx-config' is
    in path, 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.8.0 or above.
    [root@localhost aMule-AdunanzA-3.14b3]#


    qualcuno già ha risolto questo problema? aiutooooo
    hai wxwidgets installato?
    Se si, dai quei comandi che ti vengono suggeriti
    wx-config --list
    wx-config --selected-config
    ti dice di usare l'opzione "auto"
    successivamente, se l'errore persiste,
    controllare che le librerie di wxwidgets siano installate nel giusto /PATH

  4. #4
    dunque:


    [root@localhost aMule-AdunanzA-3.14b3]# wx-config --list

    Default config is gtk2-ansi-release-2.8

    Default config will be used for output

    [root@localhost aMule-AdunanzA-3.14b3]#


    ora cosa devo fare?

    grazie e scusate, sono alle prime armi VVoVe:

  5. #5
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    come suggerito sia dall'errore che da livellozero prova a impostare la giusta configurazione delle wxwidgets mediante il comando

    codice:
    wx-config --selected-config
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

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.