-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I installed boox sdk with toolchain
I then tried to build scribble for my M92:
allan@L4:/opt/onyx-scribble$ ./build_x86.sh
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../onyx/arm/mkspecs/qws/linux-x86-g++ -I../../../onyx-scribble -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -I../../../onyx/arm/include -I. -I../../../onyx-scribble -I. -o scribble.o ../../scribble.cpp
In file included from ../../scribble.cpp:23:0:
../../../onyx/arm/include/onyx/application.h:20:45: warning: unused parameter ‘argc’ [-Wunused-parameter]
virtual void initializeCustomStates(int argc, char* argv[]) {}
^
../../../onyx/arm/include/onyx/application.h:20:62: warning: unused parameter ‘argv’ [-Wunused-parameter]
virtual void initializeCustomStates(int argc, char* argv[]) {}
^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../onyx/arm/mkspecs/qws/linux-x86-g++ -I../../../onyx-scribble -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -I../../../onyx/arm/include -I. -I../../../onyx-scribble -I. -o mainwidget.o ../../mainwidget.cpp
In file included from ../../../onyx/arm/include/onyx/ui/ui.h:41:0,
from ../../../onyx/arm/include/onyx/ui/thumbnail_view.h:4,
from ../../mainwidget.cpp:32:
../../../onyx/arm/include/onyx/ui/browser_navigation_actions.h:4:23: fatal error: QWebHistory: No such file or directory
compilation terminated.
Makefile:282: recipe for target 'mainwidget.o' failed
make: *** [mainwidget.o] Error 1
I installed qt webkit components too, still the same error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels