codelite icon indicating copy to clipboard operation
codelite copied to clipboard

Building fails on Apple M1 (arm64)

Open cartesius82 opened this issue 3 years ago • 1 comments

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:

cartesius82 avatar Apr 23 '21 09:04 cartesius82

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.

stale[bot] avatar Jun 07 '21 13:06 stale[bot]

fixed

eranif avatar Dec 10 '22 21:12 eranif

fixed

I still got the same error in codelite after building project, how can I fix it?

image

dabingch avatar Oct 10 '23 10:10 dabingch