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

ERROR -> QMouseEvent compile fails on Arch; for several weeks now #50

Open
djhunter67 opened this issue Dec 19, 2024 · 2 comments
Open

Comments

@djhunter67
Copy link

Problem

  • Every morning I update my home Arch system at home and then my work Arch system; the Arch laptop on the weekends.
  • For several weeks now, my updates fail with the following error (for every Arch computer):
src/controlbutton.cpp: In member function ‘virtual void controlButton::mouseMoveEvent(QMouseEvent*)’:
src/controlbutton.cpp:20:43: error: ‘class QMouseEvent’ has no member named ‘position’
   20 |   QToolTip::showText(this->mapToGlobal(e->position().toPoint()),
      |                                           ^~~~~~~~
make: *** [Makefile:736: controlbutton.o] Error 1

Solution

  • Remove the tool-tip feature that requires the mouse position.
  • Apparently the QmouseEvent dependency is broken. I have remove the offending line. BingWall now compiles.
@djhunter67
Copy link
Author

BTW, I absolutely adore what you've done with this project. Thank you!

@djhunter67
Copy link
Author

I have made this exact change a few weeks ago when I installed BingWall from source. I recently worked up the gumption to make my first important PR. Thank you for opportunity, I appreciate it!

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