I am trying to compile qt for tizen, and I encountered problems. I have ubuntu 13.04, Tizen 2.2 SDK, and qt for tizen 1.0-alpha3. I’ve already successfully compiled the desktop version of qt for tizen.
I do:
sudo STANDARD_USER=zsszatmari TIZENSDKCOMPILERDIR=/home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5 QT5SRCDIR=/home/zsszatmari/qt-tizen-1.0-alpha3/desktop/qt5.gitorious ./downloadAndBuildAll.sh
In file included from /home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5/bin/../lib/gcc/i386-linux-gnueabi/4.5.4/../../../../i386-linux-gnueabi/include/c++/4.5.4/i386-linux-gnueabi/bits/c++config.h:275:0,
from /home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5/bin/../lib/gcc/i386-linux-gnueabi/4.5.4/../../../../i386-linux-gnueabi/include/c++/4.5.4/utility:69,
from /home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5/bin/../lib/gcc/i386-linux-gnueabi/4.5.4/../../../../i386-linux-gnueabi/include/c++/4.5.4/algorithm:61,
from ../../include/QtCore/../../../../../desktop/qt5.gitorious/qtbase/src/corelib/global/qglobal.h:80,
from ../../include/QtCore/qglobal.h:1,
from ../../include/QtCore/../../../../../desktop/qt5.gitorious/qtbase/src/corelib/global/qnamespace.h:45,
from ../../include/QtCore/qnamespace.h:1,
from ../../include/QtCore/../../../../../desktop/qt5.gitorious/qtbase/src/corelib/kernel/qobjectdefs.h:45,
from ../../include/QtCore/qobjectdefs.h:1,
from ../../include/QtCore/../../../../../desktop/qt5.gitorious/qtbase/src/corelib/kernel/qobject.h:48,
from ../../include/QtCore/qobject.h:1,
from /home/zsszatmari/qt-tizen-1.0-alpha3/desktop/qt5.gitorious/qtbase/src/corelib/animation/qabstractanimation.h:45,
from /home/zsszatmari/qt-tizen-1.0-alpha3/desktop/qt5.gitorious/qtbase/src/corelib/animation/qabstractanimation.cpp:146:
/home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5/bin/../lib/gcc/i386-linux-gnueabi/4.5.4/../../../../i386-linux-gnueabi/include/c++/4.5.4/i386-linux-gnueabi/bits/os_defines.h:39:22: fatal error: features.h: No such file or directory
compilation terminated.
Maybe I am missing some needed export variable or something?
As a sidenote, there are the following features.h ‘s I’ve found:
Seems unlikely that I would need something from the rootstrap directory (if everything is packaged correctly). It also seems a bit unlikely that parallel/features.h is needed, but I don’t know.
In any case, it does not compile now.
I’d appreciate any direction you could point me to!
Qt for Tizen needs features.h, does not compile
Hi there!
I am trying to compile qt for tizen, and I encountered problems. I have ubuntu 13.04, Tizen 2.2 SDK, and qt for tizen 1.0-alpha3. I’ve already successfully compiled the desktop version of qt for tizen.
I do:
sudo STANDARD_USER=zsszatmari TIZENSDKCOMPILERDIR=/home/zsszatmari/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5 QT5SRCDIR=/home/zsszatmari/qt-tizen-1.0-alpha3/desktop/qt5.gitorious ./downloadAndBuildAll.sh
And eventually I get:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio