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
I guess the internal Qt header files have been rearranged, as one of those who package Mudlet for a Linux distribution is getting a problem when they tried to compile the edbee-lib widget library using Qt 5.15rc2 - whilst we can probably fix it this is something that needs to be referred upstream to you:
./3rdparty/edbee-lib/edbee-lib/edbee/views/components/texteditorrenderer.cpp:150:26: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
150 | QPainterPath path;| ^~~~
make: *** [Makefile:5143: texteditorrenderer.o] Error
and yes, there is no explicit mention of that class's header file...
The text was updated successfully, but these errors were encountered:
SlySven
changed the title
Missing #include <QPainterPath> breaks compilation with Qt 5.15
Missing #include \<QPainterPath> breaks compilation with Qt 5.15
May 14, 2020
edbee-lib/edbee-lib/edbee/views/components/texteditorrenderer.cpp
Line 150 in 85f3a14
I guess the internal Qt header files have been rearranged, as one of those who package Mudlet for a Linux distribution is getting a problem when they tried to compile the
edbee-lib
widget library using Qt 5.15rc2 - whilst we can probably fix it this is something that needs to be referred upstream to you:and yes, there is no explicit mention of that class's header file...
The text was updated successfully, but these errors were encountered: