Skip to content
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

Build error with helm-rg in emacs25 and emacs26 #19

Closed
JohnC32 opened this issue Oct 28, 2019 · 1 comment
Closed

Build error with helm-rg in emacs25 and emacs26 #19

JohnC32 opened this issue Oct 28, 2019 · 1 comment

Comments

@JohnC32
Copy link

JohnC32 commented Oct 28, 2019

When trying to byte-compile helm-rg and get see errors. Is this an issue with the way I'm byte-compiling or something else? I'm using helm-rg.el 2cac4b6 from Jan-30-2019

Repro on Linux (Debian 9):

mkdir helm-rg
cd helm-rg
dowload helm-rg.el 

emacs25 --version
GNU Emacs 25.1.1

emacs25 -batch -Q $LOAD_PATH25 -f batch-byte-compile helm-rg.el
In toplevel form:
helm-rg.el:265:1:Error: Unknown helm-rg-cl-typep pattern: (helm-rg-cl-typep keyword)

emacs26 --version
GNU Emacs 26.3
In toplevel form:
helm-rg.el:265:1:Error: Symbol’s function definition is void: helm-rg-cl-typep--pcase-macroexpander

where LOAD_PATH25 and LOAD_PATH26 contain -L /path/to/async -L /path/to/helm -L /path/to/dash.

I saw #6 which seems like a similar issue.

@JohnC32
Copy link
Author

JohnC32 commented Oct 28, 2019

I realized the problem. I need to add -l helm-rg.el when building.

@JohnC32 JohnC32 closed this as completed Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant