macstrop icon indicating copy to clipboard operation
macstrop copied to clipboard

Undefined symbols for architecture x86_64

Open gitdevmod opened this issue 7 years ago • 2 comments

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

main.log main.log

gitdevmod avatar Nov 28 '18 15:11 gitdevmod

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).

RJVB avatar Nov 28 '18 15:11 RJVB

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

gitdevmod avatar Dec 02 '18 14:12 gitdevmod