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

GUI ISSUE MAC #35

Open
The-Stefche opened this issue Mar 30, 2018 · 0 comments
Open

GUI ISSUE MAC #35

The-Stefche opened this issue Mar 30, 2018 · 0 comments

Comments

@The-Stefche
Copy link

The-Stefche commented Mar 30, 2018

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.

  • 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!

aivve added a commit to aivve/KarbowanecWallet that referenced this issue Mar 22, 2020
…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
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

No branches or pull requests

1 participant