Kotelnikov Alexander
2011-06-16 10:26:40 UTC
Hey, I am trying to build a third party project with meego-sdk and get a compile error message:
***@czc7240qkp:~/work/heliummobilebrowser/mobilebrowser-1.0$ make
cd src/ && make -f Makefile
make[1]: Entering directory `/home/kotelal/work/heliummobilebrowser/mobilebrowser-1.0/src'
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_FATAL_WARNINGS -DENABLE_LOG -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/meego/meego-sdk-qt/share/qt4/mkspecs/linux-g++-64 -I. -I/opt/meego/meego-sdk-qt/include/qt4/QtCore -I/opt/meego/meego-sdk-qt/include/qt4/QtNetwork -I/opt/meego/meego-sdk-qt/include/qt4/QtGui -I/opt/meego/meego-sdk-qt/include/qt4/QtOpenGL -I/opt/meego/meego-sdk-qt/include/qt4/QtSql -I/opt/meego/meego-sdk-qt/include/qt4/QtWebKit -I/opt/meego/meego-sdk-qt/include/qt4/QtDeclarative -I/opt/meego/meego-sdk-qt/include/qt4 -Iutility -Imodels -Isymbian -Imaemo5 -I/usr/X11R6/include -I. -o MainView.o MainView.cpp
MainView.cpp:5: fatal error: QGLWidget: No such file or directory
compilation terminated.
make[1]: *** [MainView.o] Error 1
make[1]: Leaving directory `/home/kotelal/work/heliummobilebrowser/mobilebrowser-1.0/src'
make: *** [sub-src-make_default] Error 2
Apparently, such header file does not exist in /opt/meego-sdk-qt, but I have it in /opt/meego/simulator-qt
***@czc7240qkp:~/work/heliummobilebrowser/mobilebrowser-1.0$ find /opt/meego/ -name QGLWidget
/opt/meego/simulator-qt/include/qt4/QtOpenGL/QGLWidget
Is it a meego sdk installation problem or my project configuration?
Thanks,
Alexander
***@czc7240qkp:~/work/heliummobilebrowser/mobilebrowser-1.0$ make
cd src/ && make -f Makefile
make[1]: Entering directory `/home/kotelal/work/heliummobilebrowser/mobilebrowser-1.0/src'
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_FATAL_WARNINGS -DENABLE_LOG -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/meego/meego-sdk-qt/share/qt4/mkspecs/linux-g++-64 -I. -I/opt/meego/meego-sdk-qt/include/qt4/QtCore -I/opt/meego/meego-sdk-qt/include/qt4/QtNetwork -I/opt/meego/meego-sdk-qt/include/qt4/QtGui -I/opt/meego/meego-sdk-qt/include/qt4/QtOpenGL -I/opt/meego/meego-sdk-qt/include/qt4/QtSql -I/opt/meego/meego-sdk-qt/include/qt4/QtWebKit -I/opt/meego/meego-sdk-qt/include/qt4/QtDeclarative -I/opt/meego/meego-sdk-qt/include/qt4 -Iutility -Imodels -Isymbian -Imaemo5 -I/usr/X11R6/include -I. -o MainView.o MainView.cpp
MainView.cpp:5: fatal error: QGLWidget: No such file or directory
compilation terminated.
make[1]: *** [MainView.o] Error 1
make[1]: Leaving directory `/home/kotelal/work/heliummobilebrowser/mobilebrowser-1.0/src'
make: *** [sub-src-make_default] Error 2
Apparently, such header file does not exist in /opt/meego-sdk-qt, but I have it in /opt/meego/simulator-qt
***@czc7240qkp:~/work/heliummobilebrowser/mobilebrowser-1.0$ find /opt/meego/ -name QGLWidget
/opt/meego/simulator-qt/include/qt4/QtOpenGL/QGLWidget
Is it a meego sdk installation problem or my project configuration?
Thanks,
Alexander