RJVB / macstrop

RJVB's repository of alternative macports, with ports missing from or overriding those in the standard collection, including a set of KF5 ports.
20 stars 9 forks source link

Undefined symbols for architecture x86_64 #22

Open gitdevmod opened 5 years ago

gitdevmod commented 5 years ago

Trying to upgrade port or install kf5-tellico fails with :info:build Undefined symbols for architecture x86_64:

main.log main.log

RJVB commented 5 years ago

Can you please install port:kde-extra-cmake-modules-devel instead of kde-extra-cmake-module (deactivate that last one before installing)?

If that doesn't fix your issue there's another problem somewhere and your best bet will be to try with one of MacPorts's compiler, e.g. configure with configure.compiler=macports-clang-5.0 (or clang 6.0 but in practice that version is slower and generates larger code that isn't any faster).

gitdevmod commented 5 years ago

@RJVB installing kde-extra-cmake-modules-devel seems to solve issue