aMule Forum

Italian => Aiuto su aMule => Topic started by: sbajesi on December 05, 2006, 06:05:01 PM

Title: Errore Compilazione su suse 10.1
Post by: sbajesi on December 05, 2006, 06:05:01 PM
Ciao a tutti,
stavo provando a compilare aMule su Suse 10.1, ma ho questo errore:

Quote
...
checking for wx-config... /usr/lib
checking for wxWidgets version >= 2.6.0... no
configure: error:
                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.

vi assicuro che ho installato wxGTK 2.6.2...
In piu nn ho 'wx-config'

Dove sbaglio?

Grazie
Title: Re: Errore Compilazione su suse 10.1
Post by: Gerd78 on December 05, 2006, 06:11:26 PM
Please post the output of:

which wx-config
echo $PATH
wx-config --libs
Title: Re: Errore Compilazione su suse 10.1
Post by: sbajesi on December 05, 2006, 06:14:58 PM
Ecco qua il risultato

Quote
Pierpaolo:/home/aMule-2.1.3 # which wx-config
Pierpaolo:/home/aMule-2.1.3 # echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/opt/kde3/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin
Pierpaolo:/home/aMule-2.1.3 # wx-config --libs
-bash: wx-config: command not found

..
Title: Re: Errore Compilazione su suse 10.1
Post by: Gerd78 on December 05, 2006, 07:35:17 PM
Where the hell is your wxWidgets installation? The results show that wxWidgets isn't installed, or at least not visible system-wide.

Did you run "make install" after building wxWidgets? Which --prefix setting did you use when building wxWidgets?
Title: Re: Errore Compilazione su suse 10.1
Post by: Truzzone on December 05, 2006, 08:24:57 PM
Quote
Originally posted by sbajesi
Ecco qua il risultato
...
Hai installato le wxGTK?  ?(

Ciao by Truzzone  :)

PS: Thanks to Gerd78  ;)