Darrell Anderson via tde-devels wrote: > I'm getting closer to being able to build all 170 TDE packages in > Slackware 15.0. Up to 161 compiled. :) Nice! > Using cmake, attempting to compile bibletime fails: > > /usr/bin/ld: backend/libbackend.a(cswordmoduleinfo.cpp.o): undefined > reference to symbol '_Z16lucene_wcstoutf8PcPKwm' > > /usr/bin/ld: /usr/lib64/libclucene-shared.so.1: error adding symbols: > DSO missing from command line The pkg-config file for CLucene in Slackware doesn't specify the clucene-shared library for linking, which is where the missing symbols are located. You should be able to work around this by adding clucene-shared next to ${CLUCENE_LIBRARIES} in bibletime/bibletime/CMakeLists.txt. Let me know how you go. Tracking at (for a permanent fix): https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/31 mio ____________________________________________________ tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx