Hi, instead of opening a ticket in gitea I first one to make sure it is not an issue because I have some patches applied on top of tdelibs.
So I recently noticed there were some improvements done on kcharselect and after fixing my repo issues I started building again
this is where I hit FTBFS in tdebindings.
KCharSelectTable.cpp: In function ‘void Java_org_trinitydesktop_koala_KCharSelectTable_resizeEvent(JNIEnv*, jobject, jobject)’: KCharSelectTable.cpp:643:70: error: ‘virtual void TQScrollView::resizeEvent(TQResizeEvent*)’ is protected within this context 643 | ((KCharSelectTable*) QtSupport::getQt(env, obj))->resizeEvent((TQResizeEvent*) QtSupport::getQt(env, arg1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/share/tqt3/include/tqscrollview.h:221:10: note: declared protected here 221 | void resizeEvent(TQResizeEvent*); | ^~~~~~~~~~~ make[5]: *** [Makefile:2459: KCharSelectTable.lo] Error 1 make[5]: *** Waiting for unfinished jobs....
can someone confirm have a look or reject my view? I couldn't find out where or why it is protected?
thanks
deloptes via tde-devels wrote:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/share/tqt3/include/tqscrollview.h:221:10: note: declared protected
according to my investigation this is where the functions are defined protected and probably because of newer compiler version or compiler settings, we get the error. I'll open a ticket
Dne ne 19. dubna 2026 16:15:02 deloptes via tde-devels napsal(a):
deloptes via tde-devels wrote:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/share/tqt3/include/tqscrollview.h:221:10: note: declared > protected according to my investigation this is where the functions are defined protected and probably because of newer compiler version or compiler settings, we get the error. I'll open a ticket
I assume this applies to the current master branch, not the r14.1.x stable branch, as I built the final packages for R14.1.6 without any problems?
Cheers Slávek --
Slávek Banko via tde-devels wrote:
I assume this applies to the current master branch, not the r14.1.x stable branch, as I built the final packages for R14.1.6 without any problems?
yes omdeed- sorry if I was not precise. It is from 14.2. whatever stage ATM (well from 3days ago).
I opened a ticket in gitea.
BR