You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir build && cd build && cmake .. && make
CMake Error at CMakeLists.txt:5 (project):
project PROJECT called with incorrect number of arguments
CMake Warning (dev) at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:111 (add_library):
ADD_LIBRARY called with SHARED option but the target platform does not
support dynamic linking. Building a STATIC library instead. This may lead
to problems.
Call Stack (most recent call first):
/usr/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:83 (find_package)
CMakeLists.txt:19 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):
The imported target "Qt5::Core" references the file
"/usr/local/.//mkspecs/macx-clang"
but this file does not exist. Possible reasons include:
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
…foundation#35)
* Support of flat-rate node fee
* Automated CI/CD workflow for releases
* Deterministic transaction keys too
* Update core with new keyimages storage and changes in crypto
* Automated CI/CD workflow for releases
* cpack .deb file for ubuntu and pack translations on windows, try to use windeployqt
* Create setup with NSIS for Windows and fix bundle Info.plist for macOS
* Bump core with flat rate node fee
* Add remote node's flat rate fee support with fallback to % fee if node doesn't support flat rate
* Use QT version 5.12.2 instead of 5.14
* Remove debug output, bump copyright year in modified files
* Update translation of strings about node fees
* Fix errors in Korean translation file
* Add functions to get node fee address and amount to INode
* Replace AddressProvider with INode builting functions for getting node's fee and address for fee
mkdir build && cd build && cmake .. && make
CMake Error at CMakeLists.txt:5 (project):
project PROJECT called with incorrect number of arguments
CMake Warning (dev) at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:111 (add_library):
ADD_LIBRARY called with SHARED option but the target platform does not
support dynamic linking. Building a STATIC library instead. This may lead
to problems.
Call Stack (most recent call first):
/usr/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:83 (find_package)
CMakeLists.txt:19 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):
The imported target "Qt5::Core" references the file
but this file does not exist. Possible reasons include:
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and contained
"/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:50 (_qt5_Core_check_file_exists)
/usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:167 (include)
/usr/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:83 (find_package)
CMakeLists.txt:19 (find_package)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: