You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python script that generates the constants for the Java bindings can't handle #if 0 statements. As a result, duplicate definitions get generated, and the Java bindings won't build.
Pull request #1543 fixes this by removing the #if 0 statements.
The python script that generates the constants for the Java bindings can't handle #if 0 statements. As a result, duplicate definitions get generated, and the Java bindings won't build.
Pull request #1543 fixes this by removing the #if 0 statements.