lokedhs / gnu-apl-mode

GNU APL mode for Emacs
GNU General Public License v3.0
94 stars 18 forks source link

Could not find library libemacs/possible mistake linking shared library #31

Closed equwal closed 4 years ago

equwal commented 6 years ago

With emacs 26.1 on startup of gnu-apl I get the startup tips:

Could not find shared library 'libemacs' The following directories and file names were tried: file /usr/local/lib/apl/libemacs.so (No such file or directory) file /usr/local/lib/apl/libemacs.dylib (No such file or directory) file /usr/local/lib/apl/libemacs (No such file or directory) directory /usr/lib/apl file ./libemacs.so (No such file or directory) file ./libemacs.dylib (No such file or directory) file ./libemacs (No such file or directory) file ./native/libemacs.so (No such file or directory) file ./native/libemacs.dylib (No such file or directory) file ./native/libemacs (No such file or directory) directory ./emacs_mode

I can still execute APL in the window, but can't run any emacs keybindings for gnu-apl without "Symbol's value as variable is void: gnu-apl--connection," coming up in the minibuffer, and nothing happening.

I suspect I installed the shared modules wrong.