Open
Conversation
Zenvie
reviewed
Feb 24, 2024
Comment on lines
+65
to
+77
| build() { | ||
| cd "${srcdir}/${pkgname}" | ||
|
|
||
| # See:https://wiki.archlinux.org/title/CMake_package_guidelines | ||
| cmake -DCMAKE_BUILD_TYPE=None \ | ||
| -DCMAKE_INSTALL_PREFIX=/usr \ | ||
| -DCMAKE_CXX_COMPILER=clang++ \ | ||
| -DCMAKE_C_COMPILER=clang \ | ||
| -B build \ | ||
| -G Ninja | ||
|
|
||
| ninja -C build | ||
| } |
Contributor
There was a problem hiding this comment.
-- CMAKE_INSTALL_RPATH /usr/lib//deepin-unioncode
CMake Error at CMakeLists.txt:94 (find_package):
By not providing "FindDtk.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Dtk", but
CMake did not find one.
Could not find a package configuration file provided by "Dtk" with any of
the following names:
DtkConfig.cmake
dtk-config.cmake
Add the installation prefix of "Dtk" to CMAKE_PREFIX_PATH or set "Dtk_DIR"
to a directory containing one of the above files. If "Dtk" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.