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

failed to compile on debian sid #30

Open
freddii opened this issue Jan 7, 2021 · 1 comment
Open

failed to compile on debian sid #30

freddii opened this issue Jan 7, 2021 · 1 comment

Comments

@freddii
Copy link

freddii commented Jan 7, 2021

3rdparty/posterazor/paintcanvas.cpp:89:22: error: aggregate ‘QPainterPath textPath’ has incomplete type and cannot be defined
89 | QPainterPath textPath;
| ^~~~~~~~
make: *** [Makefile:2243: build/paintcanvas.o] Error 1
make: *** Waiting for unfinished jobs....

@gouchi
Copy link

gouchi commented Nov 8, 2023

Hi,

You should try to patch it with

sed -i 's|#include <QPainter>|#include <QPainter>\n#include <QPainterPath>|' 3rdparty/posterazor/paintcanvas.cpp

Source

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

2 participants