Seite 1 von 1

qt auf einem aix

Verfasst: 25. September 2008 16:14
von Mr.Betatester
hi
ich versuche qt 4.4 auf einem AIX zu isntallieren

Code: Alles auswählen

./configure -prefix /home2/qt-static32/ -static -no-webkit -no-qt3support -no-xrender -no-xmlpatterns -no-xkb -no-opengl -no-dbus -no-cups -no-sm -no-libmng -qt-zlib -no-mmx -no-3dnow -no-sse -no-sse2 -no-stl -no-rpath 
und bekomme folgeden Fehler:

Code: Alles auswählen

xlC_r -c -+ -qstrict -O3 -qthreaded -DQT_EDITION=QT_EDITION_DESKTOP -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DFT2_BUILD_LIBRARY -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/aix-xlc -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-static -I../3rdparty/freetype/src -I../3rdparty/freetype/include -I../3rdparty/freetype/builds/unix -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-static -I.uic/release-static -o .obj/release-static/qrasterizer.o painting/qrasterizer.cpp
"painting/qrasterizer.cpp", line 302.59: 1540-0274 (S) The name lookup for "xOrder" did not find a declaration.
"painting/qrasterizer.cpp", line 302.59: 1540-1292 (I) Static declarations are not considered for a function call if the function is not qualified.
"painting/qrasterizer.cpp", line 291.6: 1540-0700 (I) The previous message was produced while processing "qScanConvert<QBoolToType<0> >(QScanConverter &, QBoolToType<0>)".
"painting/qrasterizer.cpp", line 365.13: 1540-0700 (I) The previous message was produced while processing "QScanConverter::end()".
"painting/qrasterizer.cpp", line 302.59: 1540-0274 (S) The name lookup for "xOrder" did not find a declaration.
"painting/qrasterizer.cpp", line 302.59: 1540-1292 (I) Static declarations are not considered for a function call if the function is not qualified.
"painting/qrasterizer.cpp", line 291.6: 1540-0700 (I) The previous message was produced while processing "qScanConvert<QBoolToType<1> >(QScanConverter &, QBoolToType<1>)".
"painting/qrasterizer.cpp", line 363.13: 1540-0700 (I) The previous message was produced while processing "QScanConverter::end()".
gmake[1]: *** [.obj/release-static/qrasterizer.o] Error 1
gmake[1]: Leaving directory `/home2/qt-x11-commercial-src-4.4.1/src/gui'
gmake: *** [sub-gui-make_default-ordered] Error 2
[/code]

danke
mr.betatester