Skip to content

Instantly share code, notes, and snippets.

@johnny2k
Created May 29, 2016 04:24
Show Gist options
  • Save johnny2k/ad93a3cb9a493347923e0658c169255f to your computer and use it in GitHub Desktop.
Save johnny2k/ad93a3cb9a493347923e0658c169255f to your computer and use it in GitHub Desktop.
➜ build git:(master) cmake ../
-- The CXX compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:27 (message):
The imported target "Qt5::Gui" references the file
"/usr/lib/x86_64-linux-gnu/libEGL.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:23 (_qt5_Gui_check_file_exists)
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:49 (_qt5gui_find_extra_libs)
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:155 (include)
/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:100 (find_package)
CMakeLists.txt:53 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/johnny/src/inspectrum/build/CMakeFiles/CMakeOutput.log"
@johnny2k
Copy link
Author

➜ build git:(master) ldconfig -p | grep -i libegl
libEGL_nvidia.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.0
libEGL_nvidia.so.0 (libc6) => /usr/lib/i386-linux-gnu/libEGL_nvidia.so.0
libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL.so.1
libEGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/libEGL.so.1
libEGL.so (libc6) => /usr/lib/i386-linux-gnu/libEGL.so

@johnny2k
Copy link
Author

This helped.

sudo apt-get install nvidia-352-updates and nvidia-352-updates-dev gnuradio-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment