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
Hello!
I tried to follow the instructions to install org-roam on Windows. I started with a clean Emacs installation, added Melpa, org, and org-roam. Downloaded the sqlite executables and verified they run from the command line.
When Emacs starts, I get Symbol's function definition is void: org-roam-mode.
I uninstalled and then re-installed -- messages show:
Could not find C compiler, skipping SQLite build
Org-roam initialization: (error "No EmacSQL SQLite binary available, aborting")
Operation [ Install 1 ] finished
The docs suggest that this step isn't necessary if I make the sqlite executables available (by adding it to exec-path).
So I'm not sure if I'm doing something wrong -- I tried specifying the path as c:/dev/bin, which is a directory that contains sqlite3.exe, etc., but also with the slashes the other way, and suffixed with a slash.
Thanks so much!
The text was updated successfully, but these errors were encountered:
(For future readers -- I was able to get this working for v2 by downloading msys2, installing it, and then adding it to the environment path, then re-installing org-roam. There was some twiddling needed, but worked fine with that.)
Hello!
I tried to follow the instructions to install org-roam on Windows. I started with a clean Emacs installation, added Melpa, org, and org-roam. Downloaded the sqlite executables and verified they run from the command line.
When Emacs starts, I get
Symbol's function definition is void: org-roam-mode
.I uninstalled and then re-installed -- messages show:
The docs suggest that this step isn't necessary if I make the sqlite executables available (by adding it to
exec-path
).So I'm not sure if I'm doing something wrong -- I tried specifying the path as
c:/dev/bin
, which is a directory that contains sqlite3.exe, etc., but also with the slashes the other way, and suffixed with a slash.Thanks so much!
The text was updated successfully, but these errors were encountered: