-
Notifications
You must be signed in to change notification settings - Fork 14
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
Compiling under windows mingw64 #122
Comments
Well, I guess we could change |
I have no objection, @vitcpp, if you think it can fixed quickly. |
I confirm @vitcpp patch works for me. https://github.com/MobilityDB/MobilityDB/blob/master/.github/workflows/windows_msys2.yml I can take a stab at setting one up and see how it works. |
@robe2 Thank you! It is a good idea to setup msys2 workflow. I'm not good in understanding how workflows are configured on github. Any help is welcome! Anyway, I will take closer look how to setup mswin/msys2 environment. |
I tried compiling master under mingw64 with PG16 and ran into some issues.
If I remark out the lines 69 and 70 of sparse.h then it compiles and extension installs and tests pass.
Note the Token Kinds section I didn't need to touch. Not sure what I am missing here.
I haven't tried yet compiling with HEALPIX
The text was updated successfully, but these errors were encountered: