tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kio build problem



On Tue, Mar 01, 2016 at 11:38:28PM +1300, Mark Davies wrote:
> I'm trying to build wip/kio on NetBSD-7.0_STABLE/amd64 and the build dies
> with:
> 
> [ 34%] Linking CXX shared module kcookiejar.so
> CMakeFiles/kded_kcookiejar.dir/kcookieserver.cpp.o: In function
> `KdedCookieServerFactory::~KdedCookieServerFactory()':
> kcookieserver.cpp:(.text+0x3): undefined reference to `vtable for
> KdedCookieServerFactory'

The vtable is emitted by the first non-inline member of a function or
via comdat, if no such member exist. Can you check if there is a missing
implementation?

Joerg


Home | Main Index | Thread Index | Old Index