Re: [Factor-talk] MacOS build from source - where's the GUI?

2020-11-20 Thread Steve Davies
ri, 20 Nov 2020 at 21:41, John Benediktsson wrote: > There is a Factor.app in that same folder as the binary that you can > open. Does that work? > > On Fri, Nov 20, 2020 at 11:40 AM Steve Davies wrote: > >> Hi, >> >> I'm new here. I cloned factor from Github

[Factor-talk] MacOS build from source - where's the GUI?

2020-11-20 Thread Steve Davies
Hi, I'm new here. I cloned factor from Github onto my MacOS 10.15.7 box. I followed the Unix build instructions to build master (main?) - the build.sh script had some MacOS conditional code so it looked hopeful: ./build.sh update A binary resulted, however the binary just runs the REPL in

[Factor-talk] Factor and MacOS arm64

2020-11-22 Thread Steve Davies
Hi, What would it take to build Factor for the MacOS M1 (arm64) systems? I do see in the code that there is some stuff for Linux ARM, which I think is actually complete (I'll try to build it on a Raspberry Pi tomorrow). There is also some stuff in build.sh for Apple iPhone/IPad hardware with

Re: [Factor-talk] Factor and MacOS arm64

2020-11-22 Thread Steve Davies
On Sun, 22 Nov 2020 at 20:30, John Benediktsson wrote: > It is being worked on in the arm64 branch on GitHub. > > Ah - gotcha. I do know ARM assembly, but I know so little about Factor I doubt I can contribute much. I checked out the arm64 branch and I see it compiles! If I run the one in