News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compiling GTK+

Started by hoffmany, August 31, 2007, 10:26:00 AM

Previous topic - Next topic

hoffmany

Hello all, I am using codeblocks to compile GTK+ code on WindowsXP. But after successfully compiling, the program cannot be run. I get error message such as "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...". How can I solve this problem? Where should the -mms-bitfields be used?

Thank you in advance.