-
Notifications
You must be signed in to change notification settings - Fork 6
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
[QA] generic build instrutions are incomplete #416
Comments
Hello @jnweiger, You can surpass this error with the same steps:
Once all is set and done, run > cmake .. on {owncloud_client_sourcecode}/client/client-build/ |
For me its asking a .a file but what is built for me is a .dylib. abc@abcs-MacBook-Pro build % cmake -DCMAKE_PREFIX_PATH="/Users/abc/Documents/Projects/qtkeychain;/opt/homebrew;/Users/abc/Documents/Projects/libre-graph-api-cpp-qt-client-main/client/CMakeFiles/Export/8ebf82cbdc64d5957c8dca6a9698f9fd;/Users/abc/Documents/Projects/KDSingleApplication-1.0/build" -DCMAKE_INSTALL_PREFIX="/Users/abc/Documents/Projects/qtkeychain/build/owncloudclient/client/target/install" .. -- -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
but this file does not exist. Possible reasons include:
but not all the files it references. Call Stack (most recent call first): -- Configuring incomplete, errors occurred! |
desktop-client |
I've tried to compile master on ubuntu 22.10 -- which seems pretty good in providing most of the cmake dependencies
like qt5, qtkeychain, ecm with usable versions.
The build gets stuck with
There seems to be no Ubuntu dev package for this.
I've looked into the documentation,
https://doc.owncloud.com/desktop/4.0/appendices/building.html#generic-build-instructions
It does not mention libre graph api.
After some research,
the missing LibreGraphAPIConfig.cmake file can built from owncloud/libre-graph-api repo but then cmake it fails with
The text was updated successfully, but these errors were encountered: