Error when building latest release (3.0.0) on linux #527
Replies: 4 comments
-
The Makefile script has not been maintained, but it is still in the repo in case we end up tending again to some of its features such as using Closure (we are instead using Rollup minification now, for example). Please use npm or just use as is out of the box; there's no need for making a build in this way. There are, as per the README, however, some cases by which one may wish to work on the source module files and rebuild files with npm scripts (such as to modify the ES6 Modules source and build non-modular versions from these source files which will work in older browsers). But one can also avoid these build steps and just directly modify the non-modular version (or the modular version, bearing in mind that the latter only works in modern browsers). Closing, though feel free to comment further if needed. Btw, I'm hoping to release a migration guide shortly that indicates breaking changes and what not from the past version and summarizes the changes (the CHANGES file is rather long); but the README and docs should still cover things. Also, I also just released a critical fix in version 3.0.1. |
Beta Was this translation helpful? Give feedback.
-
FYI, I've just released 3.1.0 which among a few other tweaks, removes the Makefile. This release is not as critical as 3.0.1, however (which fixed a recent regression). You may also be interested to know that we now have a version 3.0.0 upgrade guide and summary of changes at https://github.com/SVG-Edit/svgedit/blob/master/docs/versions/3.0.0.md#version-300 (in addition to the detailed CHANGES file listings). Feel free to ask if anything is unclear. |
Beta Was this translation helpful? Give feedback.
-
Thanks... I hadn't seen the 3.0.1 release - sorry for double reporting a known regression. Just looked at the 3.1.0 release and it is working for me. Thanks. |
Beta Was this translation helpful? Give feedback.
-
No worries--and you helped identify that it was not only polygons affected for a PR that would be good to reapply once we may figure out how not to cause problems like this one you reported... Glad to hear it's working for you! |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Downloaded latest release 3.0.0 attempted to build, make command failed with the following error:
Desktop (please complete the following information):
Additional context
Java version on machine
Beta Was this translation helpful? Give feedback.
All reactions