Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: red on November 26, 2016, 02:57:53 PM
-
Hello,
I have a problem compiling Qt 4.8.2 on piCore 8.x. Here is what i did:
- Downloaded the source from: https://download.qt.io/archive/qt/4.8/4.8.2/qt-everywhere-opensource-src-4.8.2.tar.gz
- Extracted with 'tar xzf (archive name)
- Ran './configure --prefix=/usr/local'[/li
After some while, i got this error:
Basic XLib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /home/tc/qt-everywhere-opensource-src- 4.8.2/mkspecs/linux-g++.
I have these extensions installed:
libXrender-dev.tcz
libXrandr-dev.tcz
libXcursor-dev.tcz
libXfixes-dev.tcz
libXinerama-dev.tcz
fontconfig-dev.tcz
freetype-dev.tcz
libXi-dev.tcz
libXt-dev.tcz
libXext-dev.tcz
libX11-dev.tcz
libSM-dev.tcz
libICE-dev.tcz
glib2-dev.tcz
libpthread-stubs.tcz
What am i missing and/or how this can be fixed?
-
Perhaps you need xorg-proto and/or util-macros?
Perhaps Xorg 3d is required?
-
Perhaps Xorg 3d is required?
Doesn't exists in piCore.
-
Perhaps you need xorg-proto and/or util-macros?
Perhaps Xorg 3d is required?
Installing xorg-proto-dev solved the problem. Thanks!
-
Now i have another issue. When executing './configure --prefix=/usr/local' it returns this warning:
Warning: -no-xrender will disable the QtWebkit module
Though i have libXrender-dev installed.
-
Check configure.log for details why it fails.
-
Do you really want to build QtWebkit?
It's huge and takes ages to compile.
-
Do you really want to build QtWebkit?
It's huge and takes ages to compile.
Without webkit it takes. Last time I built it took 3 days, required 4GB swap, etc. And the process itself took weeks due to build failures on day 2, rebuild, etc.