koute / polkavm

A fast and secure RISC-V based virtual machine
Apache License 2.0
234 stars 47 forks source link

Polkadoom not working on Mac OS #54

Closed filippoweb3 closed 10 months ago

filippoweb3 commented 10 months ago

I followed the guidelines in the Readme file, but the terminal is returning the error below

Screenshot 2023-10-17 at 14 50 13
koute commented 10 months ago

Yeah, the sdl2 crate seems to be broken on too new versions of Xcode.

Should be fixed now!

(Also make sure to copy-paste the command line invocation again, as the one in the README was accidentally wrong.)

filippoweb3 commented 10 months ago

It works now, thanks!