Closed exploshot closed 5 years ago
Try to reset cache by deleting /Users/exploshot/.hunter/_Base/f44b698
or even /Users/exploshot/.hunter
. This will remove all the previously built Hunter packages. At the moment build output looks like Hunter hits the cache installation, but can't find "Qt5DBus" package.
Another possible solution is to add Qt5DBus
explicitely as a dependency to Qt5_COMPONENTS
variable in cmake/external/Qt5.cmake
.
@exploshot you could also open an issue about Qt5 faulty build in Hunter repo.
@exploshot any updates? Did you try to reset Hunter's cache? I compiled latest version of Qwertycoin Zero multiple times and didn't get any errors.
Hello guys - is it fixed with the missed qt files - in the new version 1.2.0?
@ghostx1x hi, at the moment Hunter's formula for Qt5 is still broken. So the only option to compile is to install pre-compiled Qt5 from https://qt.io, run export Qt5_DIR=/path/to/qt/lib/cmake/Qt5
and then build qwertycoin-zero
project.
System Information
Operating System: MacOS OS Version: 10.14.3 CPU Make, Model, & Speed: Ryzen 7 Amount of RAM: 16GB DDR4 Hard Drive Type: SSD Hard Drive Size: 80GB Volume Type: APFS
Qwertycoin Build Information
Version: 1.1.4 Build 1114 Binary Source: If self compiled, please provide all the build commands you used
If self compiled, please provide of your Qwertycoin CMake output at the default verbosity:
Issue Report
Binary Reported:
Expected Behavior
Current Behavior
Screen Shots
Steps to Reproduce