nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
229 stars 62 forks source link

BR2_PACKAGE_QTWEBKIT requires SQLite #36

Open qdotme opened 11 years ago

qdotme commented 11 years ago
>>> qtwebkit 5.0.1 Configuring
[ -f /opt/bsquask/build/qtwebkit-5.0.1/Makefile ] && /usr/bin/make -j16 -C /opt/bsquask/build/qtwebkit-5.0.1 distclean
make: [/opt/bsquask/build/qtwebkit-5.0.1/.stamp_configured] Error 1 (ignored)
#run qmake
(cd /opt/bsquask/build/qtwebkit-5.0.1 && /opt/bsquask/host/usr/bin/qmake )

Running configure tests...

Project ERROR: WebKit requires SQLite. Either make it available via pkg-config, set $SQLITE3SRCDIR or build WebKit under qt5.git.
make: *** [/opt/bsquask/build/qtwebkit-5.0.1/.stamp_configured] Error 3
nezticle commented 11 years ago

This is unusual because qtwebkit depends on qtbase which depends on sqlite. I'm not sure why you would see this issue, because qtbase will get built before qtwebkit, so sqlite should be already installed in the sysroot when you try and build qtwebkit.