Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deepin-unioncode-git #3451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taotieren
Copy link
Contributor

No description provided.

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
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-- 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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants