|
Re: Notes on building Qt 4.8.0 from the Nokia repository
|
07/29/2012 12:49 PM
post94491
|
Re: Notes on building Qt 4.8.0 from the Nokia repository
What is the the URL or the svn command to download Qt 4.8.2 for QNX ?
--Armin
> This app note:
>
> http://dl.dropbox.com/u/13676760/QtBuild.pdf
>
> has been updated for Qt repository version 4.8.2, reflecting some changes in
> the build process.
|
|
|
|
Re: Notes on building Qt 4.8.0 from the Nokia repository
|
07/31/2012 8:36 AM
post94526
|
Re: Notes on building Qt 4.8.0 from the Nokia repository
Hi Dennis,
that's the result of my fist trial to recompile Qt 4.8.2 following your build docs:
make[1]: Entering directory `/root/qt1/qt/src/gui'
ntox86-g++ -c -include .pch/release-shared/QtGui -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -
D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS
-DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_USE_BUNDLED_LIBPNG -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 -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -
DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -
DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/qws/qnx-i386-g+
+ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-shared -I../3rdparty/xorg -Iimage -I..
/3rdparty/libpng -I../3rdparty/freetype/builds/unix -I../3rdparty/freetype/src -I../3rdparty/freetype/include -I../
3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I.uic/release-shared -o .obj/release-shared/qapplication.o kernel
/qapplication.cpp
In file included from ../../include/QtGui/private/qt_x11_p.h:1,
from kernel/qapplication.cpp:82:
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:70:22: error: X11/Xlib.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:75:23: error: X11/Xutil.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:76:21: error: X11/Xos.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:91:23: error: X11/Xatom.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:98:36: error: X11/extensions/shape.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:103:37: error: X11/extensions/XInput.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:151:41: error: X11/extensions/Xinerama.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:158:37: error: X11/extensions/Xrandr.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:163:38: error: X11/extensions/Xrender.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:168:35: error: X11/extensions/sync.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:174:26: error: X11/XKBlib.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:218:33: error: X11/Xcursor/Xcursor.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:283:35: error: fontconfig/fontconfig.h: No such file or
directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:303:35: error: X11/extensions/XShm.h: No such file or
directory
In file included from ../../include/QtGui/private/qt_x11_p.h:1,
from kernel/qapplication.cpp:82:
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:208: error: ISO C++ forbids declaration of 'Bool' with no
type
What's wrong ?
--Armin
|
|
|