-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
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!! |
I'd like to keep both ctags and the langmap extension in Makefile. |
I encountered similar issue on Ubuntu 14.04, with error message: |
ctags is not required. I just forgot to remove it. |
install-sh failed on an incorrect option, ctags didn't support --langmap:
This caused make to fail, not revert to the project root directory and download rapidxml to tools/libcudamatrix/tools/rapidxml-1.13/
The text was updated successfully, but these errors were encountered: