On Sun, Oct 15, 2023 at 7:00 AM mr44er <[email protected]> wrote: > > kernel/qwidget.cpp:112:10: fatal error: > 'QtPlatformHeaders/qxcbwindowfunctions.h' file not found > #include <QtPlatformHeaders/qxcbwindowfunctions.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This looks to be the same as [1]. Please ensure that the X11 option is enabled in x11-toolkits/qt5-gui and rebuild/reinstall it. This option is a requirement of x11-toolkits/qt5-widgets and since over 90% of the ports that require Gui also require Widgets, it should only be turned off for very specific use cases. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266378 -Jason
