zhenghaoz / McDesktop

Mac OS dynamic desktop port for Windows/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行打包有报错

liushuai05 opened this issue · comments

-- The CXX compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found version "1.76.0")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error at CMakeLists.txt:21 (add_subdirectory):
The source directory

/run/media/edison/d9a36b7c-6041-446a-9ea9-eca5e163dc62/code/desktopWallpaper/sundesktop/third_party/libheif

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:22 (add_subdirectory):
The source directory

/run/media/edison/d9a36b7c-6041-446a-9ea9-eca5e163dc62/code/desktopWallpaper/sundesktop/third_party/spdlog

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:23 (add_subdirectory):
The source directory

/run/media/edison/d9a36b7c-6041-446a-9ea9-eca5e163dc62/code/desktopWallpaper/sundesktop/third_party/googletest

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!

你需要 git clone --recursive,把依赖仓库也下载下来。

你需要 git clone --recursive,把依赖仓库也下载下来。
好的 感谢,我抽时间试一下看看,应该会是应该不错的项目

你需要 git clone --recursive,把依赖仓库也下载下来。
好的 感谢,我抽时间试一下看看,应该会是应该不错的项目

我打算弃坑了,因为Big Sur开始,动态桌面我也不知道怎么导入了,想让MacOS和Linux共用动态壁纸的想法很难实现了。