Bonjour à tous,
j'ai un probleme avec la bibliotheque GTK. j'utilise devcpp, j'ai donc telecharger le package GTK+ v2.6.3 que j'ai installé ainsi que le runtime pour windows.pour commencer j'ai fait un petit programme qui se contente d'afficher une fenetre vide ; la compilation se passe bien mais quand je lance l'exe, une erreur se produit :
Que signifie : "-fnative-struct (or-mms-bitfields) switch" ?Gtk-ERROR ** : Incompatible build!
The using GTK+ thinks GtkBox is of different
size than it actually is in this build of GTK+.
On Windows, this probably means that you have compiled
your code with gcc without the -fnative-struct
(or-mms-bitfields) switch, or that you are using an unsupported compiler.
aborting...
merci d'avance pour vos reponses
Partager