From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 6 Mar 2017 08:46:54 -0300 Subject: [Buildroot] libqeglfs.so not found on imx6 In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Mar 6, 2017 at 8:44 AM, Jagan Teki wrote: > > And by the way, did anyone find this issue. > > In file included from > /workspace/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/EGL/egl.h:39:0, > from > ../../../../include/QtEglSupport/5.8.0/QtEglSupport/private/../../../../../src/platformsupport/eglconvenience/qt_egl_p.h:63, > from > ../../../../include/QtEglSupport/5.8.0/QtEglSupport/private/qt_egl_p.h:1, > from api/qeglfsglobal_p.h:56, > from api/qeglfsintegration_p.h:54, > from qeglfsmain.cpp:41: > /workspace/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/EGL/eglplatform.h:119:22: > fatal error: X11/Xlib.h: No such file or directory > #include > ^ > compilation terminated. > > Look like Qt5.8.0 is unable to build with current tool-chain, 5.6.2 succeeded Yes, that's why I needed to switch to QT 5.6.2 on my tests. I would be interested to know if you are able to run the Qt5 Cinematic demo well when building it from Buildroot master. Thanks