Hi all,
After a long hiatus, I have returned to working on KDE. Last time I did any work, it was still Plasma 5.
I started from a completely new KDE Neon build, and installed the kde-builder tools as detailed in the “Getting Involved” web pages.
After a bunch of dependency resolution work, I’m able to start compiling, and am using kcalc as the example.
Building kcalc fails at the second step…building kwidgetsaddons. This fails with an error I haven’t seen before. The last few lines of the error log are…
(bindings) [3136ms] Fixed class inheritance. [WARNING]
(bindings) [3249ms] Checked for inconsistencies in class model. [OK]
qt.shiboken: (bindings) /home/phands/kde/src/kwidgetsaddons/python/bindings.xml:44: type ‘CustomEditor’ is specified in typesystem, but not defined. This could potentially lead to compilation errors.
(bindings) [3273ms] Checked for inconsistencies in typesystem (4967). [WARNING]
(bindings) [3273ms] Checked for inconsistencies in function modifications. [OK]
(bindings) [3285ms] Wrote log files. [OK]
qt.shiboken: (bindings) ~FileOut file /home/phands/kde/build/kwidgetsaddons/python/KWidgetsAddons/ktoggleaction_wrapper.cpp not written.
shiboken error: Internal Error: Class “QObject” for “KToggleAction::KToggleAction(QObject *parent)” not found!
ninja: build stopped: subcommand failed.
I don’t know where to start with that…any suggestions? Thanks in advance,
Paul