|
From: Allin C. <cot...@wf...> - 2021-03-25 23:03:49
|
On Thu, 25 Mar 2021, Mojca Miklavec wrote:
> On Wed, 24 Mar 2021 at 00:42, Allin Cottrell wrote:
>>
>> Just wondering: has anyone produced a Mac package of gnuplot
>> targetting OS 11 ("Big Sur") with M1 processor?
>
> There is a package inside package managers (for example in MacPorts, I
> guess it's present in others as well), but that probably doesn't
> count?
> (There might be some issues with wx, but I need to check.)
There are issues with wx. I've built wxWidgets 3.0.5 for arm64, but
I had to drop the dataObject module because it calls on QuickTime
APIs, which are removed in macOS 11. And that means that I had to
hack the gnuplot wxterm code to disable copy-to-clipboard, which
depends on dataObject. There may be a way of performing surgery on
dataObject but I haven't attempted that yet.
So I now have an arm64 build of gnuplot 5.4.1 with wx, but I don't
have access to an M1 Mac so I don't know yet if it actually works.
Allin Cottrell
|