Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Lilt on MacOS

A topic by eoin2 created May 10, 2023 Views: 156 Replies: 2
Viewing posts 1 to 3
(+1)

Hi!

I tried running lilt just now and get this error:

% ./lilt-1.19.com 

./lilt-1.19.com: line 17: /var/folders/63/43bzdzmd21j6q3mw0xymm1xc0000gn/T//.ape: Bad CPU type in executable

./lilt-1.19.com: line 17: /var/folders/63/43bzdzmd21j6q3mw0xymm1xc0000gn/T//.ape: Undefined error: 0


I'm on a MacBook M1 (i.e. not Intel), running OSX 13.3.1

Developer

I don't have a mac running MacOS 13 to test with, but looks like it may be the zsh issue in Cosmopolitan. You can try executing it under "sh" or "bash":

% sh ./lilt-1.19.com
 range 10
(0,1,2,3,4,5,6,7,8,9)
%

Alternatively, it's reasonably straightforward to build Lilt from source on MacOS. Assuming you have a C compiler installed, after cloning the repository:

% make lilt

I think I'm going to bundle future releases of APE-Lilt with a readme.

(+1)

Thank you, that worked! And I never knew you can run a command under another shell in a one-off way like that.

I had to grant permission to let lilt-1.19.com run in System Settings > Privacy & Security > Security, and then click an "Open" button in an extra warning dialog about untrusted developers. Now it works without complaint though.