You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Emacs inside docker in macos and I get this error (see below). My root cause analysis is that tsc-dyn.so is the wrong architecture. I fixed the problem by recompiling tsc-dyn.so manually.
I was wondering if someone can add support for Linux aarch64.
❯ file /home/vscode/.emacs.d/.local/straight/build-29.4/tsc/tsc-dyn.so
/home/vscode/.emacs.d/.local/straight/build-29.4/tsc/tsc-dyn.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=15ed034f4aff2ead184f525693f576eaa34ab9f6, with debug_info, not stripped
I use Emacs inside
docker
inmacos
and I get this error (see below). My root cause analysis is thattsc-dyn.so
is the wrong architecture. I fixed the problem by recompiling tsc-dyn.so manually.I was wondering if someone can add support for Linux aarch64.
The text was updated successfully, but these errors were encountered: