[Qt] Problem building qt4pas-V2.4_Qt4.5.3
Den Jean
Den.Jean at telenet.be
Sat Oct 8 09:05:19 CEST 2011
On Friday 07 October 2011 23:51:34 Laurent Rathle wrote:
> src/qt4pas.cpp:1: error: -mstackrealign not supported in the 64bit mode
If i recall well, -mstackrealign was supported in 64bit mode Linux, apparently
not on OsX. Just remove that option in Qt4Pas.pro
so remove or comment out the following line in Qt4Pas.pro
QMAKE_CXXFLAGS += -mstackrealign
and rerun
QMAKESPEC=macx-g++ qmake
make
...
I can only hope Qt 4.7.3 on OsX 64bit does not require -mstackrealign :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/qt/attachments/20111008/df52bf3d/attachment-0002.html>
More information about the Qt
mailing list