codelite
codelite copied to clipboard
Building fails on Apple M1 (arm64)
Followed the standard cmake build scheme but:
xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64 arm64 MacBookAir10,1 Darwin
$ cmake --build .
...
[ 24%] Linking CXX shared library ../lib/liblibcodelite.dylib
ld: warning: ignoring file ../../sdk/libssh/lib/osx/libssh.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
ld: warning: ignoring file ../../sdk/libssh/lib/osx/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs (in 5 days). Thank you for your contributions.
fixed
fixed
I still got the same error in codelite after building project, how can I fix it?