Coder Social home page Coder Social logo

Comments (4)

mcdviii avatar mcdviii commented on July 18, 2024 1

Hello,

I had to pull qt5-styleplugins-git from the AUR because qt5-styleplugins from the Antergos repo had some problem with having a signature mismatch, or was corrupted. Regardless, it's working now after that package was added. So nice to have this functionality back after Fender ditched the FUSE app.

Thanks so much!

from plug.

offa avatar offa commented on July 18, 2024

That's interesting, I should have the same version on my system but don't get the error. CMake seems to correctly find Qt5Core but struggle with Qt5Widgets. At first sight it looks like a theming issue – there are many style / theme related files of the Qt installation involved.

What you can try:

Install qt5-styleplugins which provides the files mentioned in the error message. It's available through the Arch repos: sudo pacman -S qt5-styleplugins


CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find GTest (missing: GTest_INCLUDE_DIR GTest_Mock_INCLUDE_DIR
GTest_LIBRARY GTest_Mock_LIBRARY GTest_Main_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindGTest.cmake:33 (find_package_handle_standard_args)
test/CMakeLists.txt:1 (find_package)

This error indicates a missing gtest. If you have it installed, please check both – gtest and gmock – are available. Btw. you can compile without tests, using the UNITTEST option (eg. cmake -DUNITTEST=OFF ..). This wont require gtest.

from plug.

offa avatar offa commented on July 18, 2024

@mcdviii were you able to resolve the issue?

from plug.

offa avatar offa commented on July 18, 2024

I assume this has been resolved. Please feel free to open if there's still an issue.

from plug.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.