https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228640

--- Comment #5 from Raphael Kubo da Costa <rak...@freebsd.org> ---
Kopete's build system is still "broken" in the sense that some files rely on
automated moc processing by including "foo.moc" in the source code, and some do
not, so the build system also relies on QT_WRAP_CPP() to process some
additional files, so we end up with the moc-generated code in both moc_foo.cxx
and mocs_compilation.cpp (which contains moc-generate code not included
directly by any source files).

However, I've just tried building without LLD_UNSAFE=yes on 12.0 and HEAD and
both worked fine. I guess lld has gotten smarter since this bug was filed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to