|
June 06, 2018, 05:37:25 PM |
|
Здравствуйте,
Компилирую кошелек для монеты на основе Cryptonote и при компиляции произошла ошибка, на линуксе кошелек скомпилировался без проблем. Может кто-то знает как исправить эту ошибку?
-- Building for: Visual Studio 12 2013 -- The C compiler identification is MSVC 18.0.40629.0 -- The CXX compiler identification is MSVC 18.0.40629.0 -- Check for working C compiler: D:/dev/VC/bin/cl.exe -- Check for working C compiler: D:/dev/VC/bin/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: D:/dev/VC/bin/cl.exe -- Check for working CXX compiler: D:/dev/VC/bin/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done fatal: not a git repository (or any of the parent directories): .git CMake Error at CMakeLists.txt:21 (find_package): By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Gui", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Gui" with any of the following names:
Qt5GuiConfig.cmake qt5gui-config.cmake
Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set "Qt5Gui_DIR" to a directory containing one of the above files. If "Qt5Gui" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! See also "D:/wallet/build/CMakeFiles/CMakeOutput.log".
D:\wallet\build>
|