-
Notifications
You must be signed in to change notification settings - Fork 629
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
Build process on MSYS #95
Comments
I will do that tonight (EU time) |
I have tested various system as described in f-windows.rst. Note that #97 is required to let mingw-w64 work. Using Using mk_mingw.mak generates a proper working ctags.exe, even when cross-compiled from Ubuntu. To cross-compile from Ubuntu all I did was @masatake I will mail you some zips with the files you requested. |
Could you try fix-msys-build branch of masatake/ctags? I've tried to enable both gnu_regex and fnmatch. |
I run into a problem. Your branch itself does compile but doesn't have the --list-features option. It also doesn't seem to add regex and fnmatch to the exe. Therefore I merged your branch into fishman/master, but that gives compile error trying to compile. I will mail you the output files. I got similar results when I cross-compile with cygwin. |
Did some more testing. Manually adding This is the result. No wildcards or regex in the output.
|
When I build using
|
Very strange. There was a typo: s/--list-feathres/--list-features/. I cannot understand why there is no --list-features option. We have to make this clear fist of all. |
I would like to solve regex first. Then I work on fnmatch. https://gcc.gnu.org/ml/fortran/2005-10/msg00365.html Though I have no runtime environment I tried cross-compiling. New code is cross-compiled well. |
I just tried to build the master with mingw.
But I am trying to find what goes wrong. |
How
says? |
I have been debugging and it seems the parsers are not properly loaded.
But all the c-files give an error like this:
Still struggling with gdb but slowly getting there. |
Quick update: |
Could you send the full output of ./ctags --verboes ada.c to yamato@redhat.com (or paste here)? |
I found the reason why foo.c is not recognized as C file. We have to do the same thing as regex. |
Could you try head of master? |
I understand the assignment but I never used autoconf from a devs point of view. So there is much to learn. |
@ffes, sorry. My itent of assignment is that just I want to run ctags --list-features again. |
Little update: When I use With MSYS it build as well when using I still have to try MSYS2. I hope to do that tomorrow. When I know if that works, I can dive into these Cygwin Units test failures.
|
I also tried to build as a Cygwin application. That works as quite well. Only the Know that Cygwin build != native win32 build. See f-windows.rst for details. |
|
Can we close this? |
Sorry for the noise. Just switching the "Release blocker" tag for the "Initial release" milestone so that everything is tracked in one place. |
I think this has already done. Closing. |
* Update our copyright information. * Import the latest information from oniguruma. Related: universal-ctags#95
@ffes, I would like to fix the issue you wrote in f-wndows.rst.
I need to see config.status, config.h and the output of make.
I'm not sure these files can be attached to this comment area.
If they cannot, could you send them to me, yamato@redhat.com?
The text was updated successfully, but these errors were encountered: