Je travaille avec Dev-C++ et je viens d'installer GTK+ 2.10.12

Pas de pb de compilation mais lors de l'exécution de 1er programme (issu d'un exemple) voilà ce qu'il me répond

Gtk-ERROR**: Incompatible build. The code using GTK+ thinks GtkBox is of différent size than it actually is in this built of GTK+
On windows, this probably means that you have compiled your code with gcc without the -mms-bitfiels swich, or that you are using an unsupported compiler

J'ai bien positionné le -mms-bitfields alors je ne comprends pas ce que cela veut dire.

. merci par avance ....