-
Notifications
You must be signed in to change notification settings - Fork 633
Build and package on MSYS2 #505
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
Comments
If you want to link with libpcreposix, you must include AddedI compile u-ctags with |
@k-takata : thanks for the tips. I submitted a merge request with a tiny change. Once this is merged, I'll submit a PKGBUILD file to MSYS2. BTW, the failed tests are something to be concerned about, for a user that is switching from Exuberant Ctags to Universal Ctags? I mean, is Universal Ctags ready for replacing Exuberant Ctags? (In the MSYS2 case, specifically) |
Yes, a minor bug is fixed. |
Thanks, as universal-ctags if built from git on MSYS2, it will be rebuilt rather sooner than later. Requesting a new build for solving a minor bug is not worth the trouble. |
This is related to #354.
I see some people working with MSYS2 here (@k-takata).
Yesterday I compiled
universal-ctags
on MSYS2 withconfigure && make
method but the process resulted on an executable with on support for regexs. Once this was activated (invoking configure withLIBS=-lpcreposix
or something) the executable crashes when it needs to use that functionality (for--regex-lang=
etc). This is the same problem that Exhuberant Ctags 5.8 has. For 5.8, using the Mingw-specific makefile works.I wonder if there is a method for building Universal Ctags on MSYS and if somebody plans to package it. I can take care of the later, once we have a solid build process.
The text was updated successfully, but these errors were encountered: