Am Samstag, 18. März 2006 17:34 schrieb Abdelrazak Younes: > I really need this option to be removed for the qt4 frontend when > compiled with mingw. The correct solution would be to remove the option > only for the frontends/qt4 directory but I don't know if this is > possible with m4.
This is not an m4 issue. Since several frontends can be built with --with-frontends='qt2 qt4 xforms' this would mean that parts of the code are compiled with -mms-bitfields and others without. That will for sure break things. Georg