FoolEcho a écrit :
C'est surtout toi qui vas patienter...
Merci de préciser le message d'erreur à la compilation, donc.

Héhé je m'en doutais mais je me suis dit ; "on ne sait jamais si quelqu'un a déjà la réponse par expérience".
METHODE 1
Avec le fichier d'install :
Une fenêtre s'ouvre me demandant le choix de la langue, quoi que je selectionne ça me fais un bug graphique genre un "mini-reboot" de gdm puis rien j'ai beau cliquer sur suivant rien, et quand je décide d'annuler nous avons le droit à :
Code : Tout sélectionner
window name "__message_box" already exists in parent
window name "__message_box" already exists in parent
while executing
"toplevel $path -relief $re -borderwidth $bd -class $class -background $::BWidget::colors(SystemButtonFace)"
(procedure "Dialog::create" line 15)
invoked from within
"Dialog::create .__message_box -transient 1 -default 1 -placerelative 0 -cancel 1 -title {Exit Setup} -parent . -image ::Icons::BWidgetIcons::dialoginf..."
("eval" body line 1)
invoked from within
"eval [list Dialog::create $path] $maps(:cmd) [list -image $image -modal local -side bottom -anchor c]"
(procedure "MessageDlg::create" line 72)
invoked from within
"MessageDlg .__message_box -buttons {Oui Non} -usenative 0 -transient 1 -buttonwidth 12 -message {Etes-vous certain de vouloir quitter ce programme d'i..."
("eval" body line 1)
invoked from within
"eval [list MessageDlg $win] [array get _args]"
(procedure "MessageBox" line 67)
invoked from within
"MessageBox -type yesno -default no -parent [::InstallJammer::TransientParent] -title $title -message $message"
(procedure "::InstallJammer::exit" line 10)
invoked from within
"::InstallJammer::exit 1"
invoked from within
".__askLanguage.bbox.b1:cmd invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $path:cmd invoke]"
(procedure "TTKButton::invoke" line 2)
invoked from within
"TTKButton::invoke .__askLanguage.bbox.b1"
("eval" body line 1)
invoked from within
"eval [linsert $args 0 TTKButton::$cmd .__askLanguage.bbox.b1]"
(procedure ".__askLanguage.bbox.b1" line 1)
invoked from within
".__askLanguage.bbox.b1 invoke "
invoked from within
".__askLanguage.bbox.b1:cmd instate {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke }"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $path:cmd instate] $args"
(procedure "TTKButton::instate" line 2)
invoked from within
"TTKButton::instate .__askLanguage.bbox.b1 {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke }"
("eval" body line 1)
invoked from within
"eval [linsert $args 0 TTKButton::$cmd .__askLanguage.bbox.b1]"
(procedure ".__askLanguage.bbox.b1" line 1)
invoked from within
".__askLanguage.bbox.b1 instate {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke } "
mika@slenkerArch:~/Documents/SUPINFO/mantra$ ./OWASP\ Mantra-0.92-Linux-x86_64-Install
^C
mika@slenkerArch:~/Documents/SUPINFO/mantra$ cat mantra.log
window name "__message_box" already exists in parent
window name "__message_box" already exists in parent
while executing
"toplevel $path -relief $re -borderwidth $bd -class $class -background $::BWidget::colors(SystemButtonFace)"
(procedure "Dialog::create" line 15)
invoked from within
"Dialog::create .__message_box -transient 1 -default 1 -placerelative 0 -cancel 1 -title {Exit Setup} -parent . -image ::Icons::BWidgetIcons::dialoginf..."
("eval" body line 1)
invoked from within
"eval [list Dialog::create $path] $maps(:cmd) [list -image $image -modal local -side bottom -anchor c]"
(procedure "MessageDlg::create" line 72)
invoked from within
"MessageDlg .__message_box -buttons {Oui Non} -usenative 0 -transient 1 -buttonwidth 12 -message {Etes-vous certain de vouloir quitter ce programme d'i..."
("eval" body line 1)
invoked from within
"eval [list MessageDlg $win] [array get _args]"
(procedure "MessageBox" line 67)
invoked from within
"MessageBox -type yesno -default no -parent [::InstallJammer::TransientParent] -title $title -message $message"
(procedure "::InstallJammer::exit" line 10)
invoked from within
"::InstallJammer::exit 1"
invoked from within
".__askLanguage.bbox.b1:cmd invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $path:cmd invoke]"
(procedure "TTKButton::invoke" line 2)
invoked from within
"TTKButton::invoke .__askLanguage.bbox.b1"
("eval" body line 1)
invoked from within
"eval [linsert $args 0 TTKButton::$cmd .__askLanguage.bbox.b1]"
(procedure ".__askLanguage.bbox.b1" line 1)
invoked from within
".__askLanguage.bbox.b1 invoke "
invoked from within
".__askLanguage.bbox.b1:cmd instate {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke }"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $path:cmd instate] $args"
(procedure "TTKButton::instate" line 2)
invoked from within
"TTKButton::instate .__askLanguage.bbox.b1 {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke }"
("eval" body line 1)
invoked from within
"eval [linsert $args 0 TTKButton::$cmd .__askLanguage.bbox.b1]"
(procedure ".__askLanguage.bbox.b1" line 1)
invoked from within
".__askLanguage.bbox.b1 instate {pressed !disabled} { .__askLanguage.bbox.b1 state !pressed; .__askLanguage.bbox.b1 invoke } "
METHODE 2
Avec les sources :
Code : Tout sélectionner
[root@slenkerArch mozilla-release]# ./configure
[...]
[root@slenkerArch mozilla-release]# make -j15
[...]
compilation terminée.
config/rules.mk:986: recipe for target 'jsdate.o' failed
make[3]: *** [jsdate.o] Error 1
make[3]: Leaving directory './mozilla-release/js/src'
config/makefiles/target_libs.mk:16: recipe for target 'libs_tier_js' failed
make[2]: *** [libs_tier_js] Error 2
make[2]: Leaving directory './mozilla-release'
config/rules.mk:584: recipe for target 'tier_js' failed
make[1]: *** [tier_js] Error 2
make[1]: Leaving directory './mozilla-release'
config/rules.mk:552: recipe for target 'default' failed
make: *** [default] Error 2
J'ai volontairement modifier les chemins car vachement long.
Petite précision je suis encore débutant sur la compilation et d'utilisation make make install, donc il se pourrait que j'ai oublié certaines choses alors soyez indulgent sivoupé
