LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error: #error "Qt has not been ported to this OS (https://www.linuxquestions.org/questions/linux-software-2/error-error-qt-has-not-been-ported-to-this-os-777164/)

shariefbe 12-21-2009 01:24 AM

error: #error "Qt has not been ported to this OS
 
Hello,
I am trying to compile the QT browser for arm processor. But i am getting the below error as

Code:

../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error: #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
make[1]: *** [.pch/release-shared-emb-arm/QtCore.gch/c++] Error 1
make[1]: Leaving directory `/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2
ariem@ariem-desktop:~/Desktop/qt-everywhere-opensource-src-4.6.0$

Can anyone help me what will be the problem.

shariefbe 12-21-2009 03:01 AM

Now i am getting this error

Code:

arm-none-linux-gnueabi-g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-arm -o .obj/release-shared-emb-arm/qabstractanimation.o animation/qabstractanimation.cpp
make[1]: arm-none-linux-gnueabi-g++: Command not found
make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 127
make[1]: Leaving directory `/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2
root@ariem-desktop:/home/ariem/Desktop/qt-everywhere-opensource-src-4.6.0# cd mkspecs/qws/linux-arm-g++/



All times are GMT -5. The time now is 01:54 PM.