On 11/19/2018 04:42 PM, deloptes wrote:
I also can't build couple of packages like kplayer or krecipes for example
./.libs/libkplayernoinst.a(libkplayernoinst_la.all_cpp.o) (.data.rel.ro+0x1048): undefined reference to `static_QUType_ptr' ./.libs/libkplayernoinst.a(libkplayernoinst_la.all_cpp.o) (.data.rel.ro+0x1068): undefined reference to `static_QUType_ptr'
What can I do about that?
Those are linker errors. They are not seeing whatever was supposed to provide static_QUType_ptr. I know krecipes will use several backends like MySQL (now MariaDB), so there may be a change to a backend that no longer provides definition and declaration of static_QUType_ptr.
What that is -- unfortunately I do not know, but perhaps someone more up to date to the changes there may know.