-
Notifications
You must be signed in to change notification settings - Fork 256
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
rtags-xref.el requires wrong package version (3.37) #1376
Comments
Thats just the minimal required version. `M-x` package-install RET rtags-xref --
works for me.
Whats your emacs version?
`M-x` emacs-version
Freek Paans <[email protected]> writes:
… Hi,
It looks like rtags-xref.el requires an rtags version that doesn't exist, 3.37, which blocks me from installing it
via the package installer. Line is here:
https://github.com/Andersbakken/rtags/blob/master/src/rtags-xref.el#L9:
;; Package-Requires: ((emacs "25.1") (rtags "3.37"))
Cheers,
-Freek
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm on 26.2, AFAICT, rtags is on "2.x" releases, not "3.x". Quite interesting that it works for you, what is the minimum version for rtags that it lists for you? |
Uups, I missed the "3". It shouldn't work for me, hmmm. Anyway, I updated the
minimum required rtags version in rtags-xref.el.
Freek Paans <[email protected]> writes:
… I'm on 26.2, AFAICT, rtags is on "2.x" releases, not "3.x". Quite interesting that it works for you, what is the
minimum version for rtags that it lists for you?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It looks like
rtags-xref.el
requires an rtags version that doesn't exist, 3.37, which blocks me from installing it via the package installer. Line is here: https://github.com/Andersbakken/rtags/blob/master/src/rtags-xref.el#L9:;; Package-Requires: ((emacs "25.1") (rtags "3.37"))
Cheers,
-Freek
The text was updated successfully, but these errors were encountered: