I have downloaded the gtk all-in-one package for windows. I am compiling my file with -mms-bitfields but still i get the error,
Gtk-ERROR **: Incompatible build!
The code 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 -mms-bitfields switch,
or that you are using an unsupported compiler.
aborting...
Any ideas?
Adeel.