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
Facing the same issue when trying to install emacs-jupyter on macos 14.3.1 (on a M1 pro macbook pro).
Also even when I have libzmq installed in the system with zmq_poller_new, this doesn't detect it and tries to build libzmq resulting in the above linker error
Hi, I'm trying to install emacs-jupyter using
package-install
and when compiling emacs-zmq I am see the following error during the linking stage:For some reason the output path is being concatenated with the compiler flag:
.libs/emacs-zmq-Wl,libzmq/src/.libs/libzmq.a
My system info:
I've also tried to build emacs-zmq directly from the master branch of emacs-zmq (9d5679c) and I see the exact same error.
Please let me know if there's additional information that would be useful.
The text was updated successfully, but these errors were encountered: