On Friday, May 17, 2013 09:01:23 Johannes Lochmann wrote: > Hi list, > > it seems the cmake build files are somehow broken in 5.1 beta 1. When > running cmake for my project i get this: > > CMake Error at > /home/jolo/usr/qt51/5.1.0-beta1/gcc_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.c > make:13 (message): > Failed to find "EGL" in "", using the CMAKE_FIND_ROOT_PATH "". > Call Stack (most recent call first): > /home/jolo/usr/qt51/5.1.0-beta1/gcc_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.c > make:35 (_qt5gui_find_extra_libs) > /home/jolo/usr/qt51/5.1.0-beta1/gcc_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:9 > 3 (include) > CMakeLists.txt:36 (FIND_PACKAGE) > > Is this the same as mentioned here?: > https://codereview.qt-project.org/#change,55226
Yes, that change was made to fix that error. Can you confirm that you don't have these files: /usr/lib/x86_64-linux-gnu/libEGL.so /usr/include/EGL/egl.h ? I guess I assumed that Qt required them, but if you don't have them and Qt otherwise works for you I can add a patch to fix that. Thanks, -- Stephen Kelly <[email protected]> | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
