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
Updates to build MapScript with SWIG 4.0.1 #5983
Conversation
@szekerest - I've added a conditional statement to only remove the existing C# typemaps which cause SWIG 4 to fail when building with < SWIG 4. You may know better if these can be removed completely. @jmckenna reported on the mailing list that the PHP MapScript has been building successfully on SWIG 4 for sometime as part of ms4w. @tigerfoot @sebastic if you get a chance to review please let me know if these changes could cause any openSUSE / Ubuntu build problems. The Travis build currently uses SWIG 3.0.12 and all tests are passing so these updates at least are SWIG 3 compatible. |
@geographika I've made a backport to 7.4.3 for python, and the build work nicely now so +1 on my side |
This needs to be rebased on latest master due to a conflict in bug_check.py |
@rouault - I've updated to the latest master (a rebase via TortoiseGit, not sure why the commits are showing up twice, but this pull request can be squashed). |
Looks good to me |
See issue #5982