You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.7", minimum required is "4.6.0")
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "FindMarble.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Marble", but
CMake did not find one.
Could not find a package configuration file provided by "Marble" with any
of the following names:
MarbleConfig.cmake
marble-config.cmake
Add the installation prefix of "Marble" to CMAKE_PREFIX_PATH or set
"Marble_DIR" to a directory containing one of the above files. If "Marble"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/rahul/aerospace_research/lonepseudoranger/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/rahul/aerospace_research/lonepseudoranger/src/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
I'm encountering this error while using cmake :
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.7", minimum required is "4.6.0")
CMake Error at CMakeLists.txt:10 (find_package):
By not providing "FindMarble.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Marble", but
CMake did not find one.
Could not find a package configuration file provided by "Marble" with any
of the following names:
Add the installation prefix of "Marble" to CMAKE_PREFIX_PATH or set
"Marble_DIR" to a directory containing one of the above files. If "Marble"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/rahul/aerospace_research/lonepseudoranger/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/rahul/aerospace_research/lonepseudoranger/src/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: