Compiling math sample in MPS
I am using the latest version of MPS (3.4) under Windows 10 64-bit.
I am interested in testing the math sample, which is provided in the MPSSamples.3.4.
However this sample does not compile (more than 200 errors when trying to rebuild the project).
Does anybody know how to fix these issues or is there a newer version of this sample somewhere?
Please sign in to leave a comment.
What kind of compilation errors are you getting? Can you please attach some part of the compiler output?
Here is a transcript of the messages I get:
This looks like the output from the model checker, not the compiler. Model checker is run before the actual generation and compilation in order to verify, whether the source model contains any errors. You can continue to compilation, if you press the "Ignore errors" button in the dialog that appears after the model checker has completed.
Admittedly, the math samples suffers from several issues in the model, mostly because we did not get to keeping the sample up-to-date with the changes in MPS itself.
Thank you for your explanations. Are there any plans to update this sample?
Yes, we have been planning to do that for quite some time, but there's always been tasks with higher priority.