Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 254 forks source link

rtags-xref.el requires wrong package version (3.37) #1376

Closed FreekPaans closed 4 years ago

FreekPaans commented 4 years ago

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

casch-at commented 4 years ago

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 notifications@github.com 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.

FreekPaans commented 4 years ago

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?

casch-at commented 4 years ago

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 notifications@github.com 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.