Gtk
Résolu/Fermé
mimit73
Messages postés
111
Date d'inscription
jeudi 21 septembre 2006
Statut
Membre
Dernière intervention
17 février 2010
-
21 sept. 2006 à 18:32
mimit73 Messages postés 111 Date d'inscription jeudi 21 septembre 2006 Statut Membre Dernière intervention 17 février 2010 - 22 sept. 2006 à 13:24
mimit73 Messages postés 111 Date d'inscription jeudi 21 septembre 2006 Statut Membre Dernière intervention 17 février 2010 - 22 sept. 2006 à 13:24
A voir également:
- Gtk# for .net
- Paint net - Télécharger - Dessin & Illustration
- Net framework 4.0 - Télécharger - Divers Utilitaires
- Downloader for pc - Télécharger - Téléchargement & Transfert
- Microsoft .net framework 2.0 - Télécharger - Divers Utilitaires
- Copytrans heic for windows - Télécharger - Visionnage & Diaporama
3 réponses
mamiemando
Messages postés
33446
Date d'inscription
jeudi 12 mai 2005
Statut
Modérateur
Dernière intervention
20 décembre 2024
7 812
21 sept. 2006 à 18:44
21 sept. 2006 à 18:44
Donne le message d'erreur exact s'il te plaît.
mamiemando
Messages postés
33446
Date d'inscription
jeudi 12 mai 2005
Statut
Modérateur
Dernière intervention
20 décembre 2024
7 812
21 sept. 2006 à 23:21
21 sept. 2006 à 23:21
Il faut installer wxwidget :
http://rpmfind.net/linux/rpm2html/search.php?query=wxWidgets+&submit=Search+
Il dit aussi :
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config
(replace /usr/bin/wx-config with a valid path to your wx-config)
As-tu essayé ?
Que donne :
Bonne chance
http://rpmfind.net/linux/rpm2html/search.php?query=wxWidgets+&submit=Search+
Il dit aussi :
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config
(replace /usr/bin/wx-config with a valid path to your wx-config)
As-tu essayé ?
Que donne :
whereis wx-config
Bonne chance
mimit73
Messages postés
111
Date d'inscription
jeudi 21 septembre 2006
Statut
Membre
Dernière intervention
17 février 2010
34
22 sept. 2006 à 10:17
22 sept. 2006 à 10:17
Il semble que wx-config soit à 2 endroits
whereis wx-config
wx-config: /usr/bin/wx-config /usr/local/bin/wx-config
je n'étais peut-être pas obligé de réinstaller les sources suivantes
wxGTK-2.6.3
j'ai repéré l'installe qui m'interesse, puis j'ai renseigné dans /etc/ld.so.conf le chemin des "header"
/usr/local/include/wx-2.6
et là ,j'ai pu compiler xmule sans souci.
Merci pour tes conseils mamiemando
A+
whereis wx-config
wx-config: /usr/bin/wx-config /usr/local/bin/wx-config
je n'étais peut-être pas obligé de réinstaller les sources suivantes
wxGTK-2.6.3
j'ai repéré l'installe qui m'interesse, puis j'ai renseigné dans /etc/ld.so.conf le chemin des "header"
/usr/local/include/wx-2.6
et là ,j'ai pu compiler xmule sans souci.
Merci pour tes conseils mamiemando
A+
mimit73
Messages postés
111
Date d'inscription
jeudi 21 septembre 2006
Statut
Membre
Dernière intervention
17 février 2010
34
22 sept. 2006 à 13:24
22 sept. 2006 à 13:24
Il semble que wx-config soit à 2 endroits
whereis wx-config
wx-config: /usr/bin/wx-config /usr/local/bin/wx-config
je n'étais peut-être pas obligé de réinstaller les sources suivantes
wxGTK-2.6.3
j'ai repéré l'installe qui m'interesse, puis j'ai renseigné dans /etc/ld.so.conf le chemin des "header"
/usr/local/include/wx-2.6
et là ,j'ai pu compiler xmule sans souc
whereis wx-config
wx-config: /usr/bin/wx-config /usr/local/bin/wx-config
je n'étais peut-être pas obligé de réinstaller les sources suivantes
wxGTK-2.6.3
j'ai repéré l'installe qui m'interesse, puis j'ai renseigné dans /etc/ld.so.conf le chemin des "header"
/usr/local/include/wx-2.6
et là ,j'ai pu compiler xmule sans souc
21 sept. 2006 à 21:14
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for wx-config... /usr/local/wxX11-2.6.3
checking for wxWidgets version >= 2.6.2... no
checking for wx-config... /usr/local/wxX11-2.6.3
checking for wxWidgets version >= 2.4.2... no
configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets is version 2.4.2 or above.
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config
(replace /usr/bin/wx-config with a valid path to your wx-config)
* Note:
Most probably, either one of the above aren't correct, you don't
have wxGTK installed, or are missing wxGTK-devel (or equivalent) package.