-
Notifications
You must be signed in to change notification settings - Fork 40
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
Build script fails to build nextcloud client on Windows 10 - Qt 5.15.2 #107
Comments
I relized that karchive is only required in the master branch in |
@myomv100 If you want to build master on Windows, then just clone, build and install these (in order): |
This is what I did as I mentioned earlier. I get I switched to desktop release 3.6 and the problem went away since karchive is not required for stable-3.6. |
@allexzander how to install? |
Very helpful issue, thanks, I was stuck with karchive missing (I still am, but at least I know where to look forward) I managed to build extra-cmake-modules, but karchive wants qt6 for some reason... Pretty-please consider updating the readme on the master branch, including ALL dependencies like inkscape, extra-cmake-modules, and up-to-date build instructions, as this is not a "pain-free" process any more (contrary to what is advertised in the readme). |
Same encountered, rollback to stable-3.6 and solved, look forward to the document update about karchive issue. |
I suggest checking CMake documentation, or, referring to this thread https://stackoverflow.com/questions/48428647/how-to-use-cmake-to-install |
For those who may still face issues building either from Let's start from the beginning. Until I know it is a pain and a serious one. So after two days of building/fixing/researching I have finally build the app from As @myomv100 mentioned the steps to build KArchive, that may work until you get LINK errors for The biggest issue here is a proper KF5Archive files and build. So here are the ugly steps to make it work. Note: you don't need to build ECM and karchive following the steps above anymore.
Go ahead and hit that Enter button on |
Why does my craft karchive command say Craft was unable to find karchive |
Hello Everyone,
It seems the current release is missing some important packages or it may lack some critical undocument steps.
Here is my enviroment versions:
Steps to resolve some errors:
C:\Nextcloud\client-buildingdesktop\CMakeLists.txt
:F5Archive
and error is :I tried to compile F5Archive from source and tried using Craft binaries. Both ways results to the same thing
Could not find a configuration file for package "KF5Archive
.I compiled F5archive with the follwoing steps from Qt website:
Building extra-cmake-modules
Building karchive
Any idea on how to fix karchive issue ?
Best
The text was updated successfully, but these errors were encountered: