Georg Baum a écrit :
Abdelrazak Younes wrote:
Dear Georg,
Don't ask me why but in order for the Qt4 frontend to work correctly, I
had to modify the Makefile and remove the '-mms-bitfields' option from
CXXFLAGS. Without this, under Windows, the QWorkarea has an unchangeable
size of -743x1 and the work area remains black. That's maybe also a
solution for the slowness and crashes you have seen under X11.
Could you please modify the autotools script so that the qt4 frontend is
compiled without '-mms-bitfields' ?
Not yet. This switch comes from config/cygwin.m4, and I have no idea why it
is needed and what it does. Maybe Kayvan has some idea?
I see... is it at all possible to have different flags for different
different directory?
If yes it should be possible to put a condition for mingw and qt4
directory. Or we just create a new 'config/mingw.m4' based on this one?
I've lost many hours debugging this thing... :-(
Abdel.
Georg