Skip to content

7.0 libjavamapscript compile error with swig 3.0 javamodule.i #5174

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

Closed
tigerfoot opened this issue Oct 4, 2015 · 0 comments
Closed

7.0 libjavamapscript compile error with swig 3.0 javamodule.i #5174

tigerfoot opened this issue Oct 4, 2015 · 0 comments
Milestone

Comments

@tigerfoot
Copy link
Contributor

javamodule.i line 4 use obsolete swig comment

# Uncomment this if you wish to hace enums wrapped in an interface compatible
# with that generated by swig 1.3.21 (tests wont compile, though)
#%include enumsimple.swg

Simple fix is using new comment syntax

/* 
   Uncomment this if you wish to hace enums wrapped in an interface compatible
   with that generated by swig 1.3.21 (tests wont compile, though)
   %include enumsimple.swg
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants