opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 308 forks source link

Support SWIG versions >4.1.1 #3758

Open nickbianco opened 3 months ago

nickbianco commented 3 months ago

Building the bindings with SWIG versions greater than 4.1.1 leads to the following error:

Error: Unable to find 'std_carray.i'

It seems that SWIG has deprecated this file after 4.1.1, so we will need an alternative solution before upgrading to 4.2 or later.

aymanhab commented 2 months ago

There were issues migrating regular expressions to 4.2, sent to swig user forum detailing the error messages, waiting for feedback.