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

ctags --langmap option not supported #10

Open
supergrover opened this issue Jan 4, 2015 · 4 comments
Open

ctags --langmap option not supported #10

supergrover opened this issue Jan 4, 2015 · 4 comments

Comments

@supergrover
Copy link

install-sh failed on an incorrect option, ctags didn't support --langmap:

ctags: unrecognized option '--langmap=C:+.cu'

This caused make to fail, not revert to the project root directory and download rapidxml to tools/libcudamatrix/tools/rapidxml-1.13/

@poweic
Copy link
Owner

poweic commented Jan 4, 2015

Just remove ctags in Makefile (both in libdnn and libcumatrix). It's just a plugin for vim. I'll fix that in the next release. Thanks!!

@poweic poweic closed this as completed Jan 4, 2015
@poweic
Copy link
Owner

poweic commented Jan 4, 2015

I'd like to keep both ctags and the langmap extension in Makefile.
But it might need dirty codes checking the dependencies.
Any suggestion?

@poweic poweic reopened this Jan 4, 2015
@ybdarrenwang
Copy link

I encountered similar issue on Ubuntu 14.04, with error message:
/bin/sh: 1: ctags: not found
Any reason why ctags is required?

@poweic
Copy link
Owner

poweic commented Mar 5, 2016

ctags is not required. I just forgot to remove it.
You can either simply remove it from the Makefile, or run sudo apt-get install ctags to resolve the issue.

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

3 participants