yes, I build it just about everyday. I am surprised it actually compiles with gcc2
You can make it smaller by configuring -qconfig small or whatever.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123804\"][{POST_SNAPBACK}][/a][/div]
you need to try different compile options then!!!
using -qconfig minimal breaks things:
make[3]: Entering directory `/home/zaurus/build/qtopia-core-opensource-src-4.1.2/src/gui'
arm-linux-g++ -c -pipe -fno-exceptions -g -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT3_SUPPORT -DQT_MOC_COMPAT -DSXV_DISCOVERY -DQT_RASTER_IMAGEENGINE -DQT_RASTER_PAINTENGINE -DQT_PDF_SUPPORT -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DQT_HAVE_FREETYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSXP -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I../3rdparty/libpng -I../3rdparty/zlib -I../3rdparty/freetype/src -I../3rdparty/freetype/include -I../3rdparty/freetype/builds/unix -I../3rdparty/opentype -I../../include/QtNetwork -I.moc/debug-shared-emb-arm -I. -o .obj/debug-shared-emb-arm/qdecoration_qws.o embedded/qdecoration_qws.cpp
In file included from ../../include/QtCore/qconfig-minimal.h:1,
from ../../include/QtCore/qconfig.h:2,
from ../../include/QtCore/../../src/corelib/global/qglobal.h:38,
from ../../include/QtCore/qglobal.h:1,
from ../../include/QtCore/arch/qatomic.h:27,
from ../../include/QtCore/../../src/corelib/thread/qatomic.h:31,
from ../../include/QtCore/qatomic.h:1,
from ../../include/QtGui/../../src/gui/painting/qregion.h:27,
from ../../include/QtGui/qregion.h:1,
from embedded/qdecoration_qws.h:27,
from embedded/qdecoration_qws.cpp:24:
../../include/QtCore/../../src/corelib/global/qconfig-minimal.h:131: warning: `QT_NO_STYLE_WINDOWSXP' redefined
*Initialization*:1: warning: this is the location of the previous definition
In file included from ../../include/QtGui/qapplication.h:1,
from embedded/qdecoration_qws.cpp:26:
../../include/QtGui/../../src/gui/kernel/qapplication.h: In function `static void QApplication::setOverrideCursor(const QCursor &, bool)':
../../include/QtGui/../../src/gui/kernel/qapplication.h:258: implicit declaration of function `int changeOverrideCursor(...)'
../../include/QtGui/../../src/gui/kernel/qapplication.h:258: no matching function for call to `QApplication::setOverrideCursor (const QCursor &)'
../../include/QtGui/../../src/gui/kernel/qapplication.h:258: candidates are: static void QApplication::setOverrideCursor(const QCursor &, bool)
embedded/qdecoration_qws.cpp: In function `static void QDecoration::startMove(QWidget *)':
embedded/qdecoration_qws.cpp:269: warning: unused parameter `class QWidget * widget'
embedded/qdecoration_qws.cpp: In function `static void QDecoration::startResize(QWidget *)':
embedded/qdecoration_qws.cpp:282: warning: unused parameter `class QWidget * widget'
make[3]: *** [.obj/debug-shared-emb-arm/qdecoration_qws.o] Error 1