Bonjour, je souhaite installer wxWidget.

J'ai donc installer les paquets correspondant. Ca a compiler sans probleme, mais lors de l'execution : seg fault.
En fait j'avais oublié de fournir un argument à mon application mais sur le coup j'ai pensé qu'il y avait un probleme à l installation.

J'ai donc installer manuellement wxWiget :
./configure
make
make install
ldconfig
...

Resultat : erreur à la compilation

A present j'ai desinstaller :
./ make uninstall

J'ai reinstallé les paquets via Synaptic, mais à present ca ne compile plus :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
main.cpp:2:20: error: wx/wx.h: Aucun fichier ou dossier de ce type
dialogs.h:6:25: error: wx/spinctrl.h: Aucun fichier ou dossier de ce type
In file included from mainframe.h:5,
                 from main.cpp:3:
triangle.h:19: erreur: ‘wxColour’ does not name a type
In file included from main.cpp:3:
mainframe.h:13: erreur: expected class-name before ‘{’ token
mainframe.h:15: erreur: expected ‘,’ or ‘...’ before ‘&’ token
mainframe.h:15: erreur: ISO C++ forbids declaration of ‘wxString’ with no type
mainframe.h:18: erreur: ‘wxColor’ does not name a type
mainframe.h:23: erreur: ‘wxColour’ does not name a type
mainframe.h:25: erreur: ISO C++ forbids declaration of ‘wxToolBar’ with no type
mainframe.h:25: erreur: expected ‘;’ before ‘*’ token
 
....
Alors qu'avant le memeprogramme complait bien.

Merci de votre aide.