Re: Bugs blocking the 6.1 release
"John W. Eaton" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
On 5/14/20 3:30 PM, "Markus Mützel" wrote: > Am 14. Mai 2020 um 21:24 Uhr schrieb "Markus Mützel": >> I'll try and cross-compile for Windows next. I'll report if I should run into any issues or better if it fixes the performance issue. > > Well, I didn't reach very far. When I tried to build the .lz source ball for hg id 64b7dedbc220 with "make all dist-lzip", I got the following error: > make[1]: *** No rule to make target 'scripts/legacy/@inline/module.mk', needed by 'distdir-am'. Stop. > make[1]: Leaving directory '/home/osboxes/Documents/Repositories/Octave/octave-jwe/.build' > make: *** [Makefile:27530: distdir] Error 2 > > Markus > Can you try again? Strip the following changeset from your repo, pull again from https://hg.octave.org/octave-jwe and you should be able to execute make dist and build from the resulting tar file. summary: convert obsolete octave_fcn_inline object to @inline class jwe