-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can install manually, but not with recipe #2828
Comments
It seems Emacs can find the shell and all the commands, including I also tried @npostavs suggestion given here, to no avail. In my case,
|
I was able to have BBDB recipe work within Windows + MSYS2 by adding this line to it:
The whole recipe would be:
Would this be the canonical way to fix such issues? Would it be fine to submit PRs for such cases? |
lispstudent
added a commit
to lispstudent/el-get
that referenced
this issue
Mar 21, 2021
Thanks for merging! 👍 |
tarao
pushed a commit
to tarao/el-get
that referenced
this issue
Jun 5, 2021
alexg0
pushed a commit
to alexg0/el-get
that referenced
this issue
Aug 18, 2021
akopytov
pushed a commit
to akopytov/el-get
that referenced
this issue
Jan 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am able to use complex recipes, like
org-mode
.But with some, I am experiencing the following behavior (as an example, 'bbdb'):
Executing this:
I get error:
And see this in the backtrace:
But if I run this elisp snippet,
autogen.sh
and./configure
run just fine:This is with latest el-get on Emacs 27.1 running from Windows 10 with MSYS2 as shell.
Could somebody please give me some pointers on how to fix this?
The text was updated successfully, but these errors were encountered: