not building on ARM/Apple-Silicon

Issue #1049 new
Former user created an issue

Hi,

first of all - thanks for all you work on speedcrunch, which is one of my daily #1 tools.

Now i am trying to build speedrunch on Apple-Silicon/macOS 11 an make (compiler is LLVM 11) exits with this error:

Undefined symbols for architecture arm64:
  "ColorScheme::m_colorSchemeExtension", referenced from:
      ColorScheme::loadByName(QString const&) in syntaxhighlighter.cpp.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [SpeedCrunch.app/Contents/MacOS/SpeedCrunch] Error 1
make[1]: *** [CMakeFiles/SpeedCrunch.dir/all] Error 2
make: *** [all] Error 2

any ideas?

Comments (1)

  1. Log in to comment