Cross Compile Libraries


pmprog

DNF (Did Not Finish)
Joined
Apr 25, 2011
Messages
4,150
I'm looking at trying to cross-compile KeePassX onto the Pandora (using Sebt3's VM).


The first error in the compile is


"src/lib/HelperX11.h|29|error: QChar: No such file or directory"


So I'm assuming I'm missing the QT libraries; How am I supposed to know which packages I need to install with opkg-target?


Cheers
 
$SDK_PATH/$TARGET_SYS/usr/include/qt4/QtCore/QChar


exist as expected. Yet this directory is not in the include path, check why ;)
 
Back
Top