github / semantic

Parsing, analyzing, and comparing source code across many languages
8.94k stars 453 forks source link

Unsuport os! #696

Open acekingke opened 1 year ago

acekingke commented 1 year ago

when I run cabal v2-build all, It got error as follow: cbits/cycles.c:55:2: error: error: Unsupported OS/architecture/compiler! | 55 | #error Unsupported OS/architecture/compiler! | ^

error Unsupported OS/architecture/compiler!

acekingke commented 1 year ago

it is the macos and apple chip

srijan-paul commented 1 year ago

Same issue here. I wanted to use the semantic-typescript package to build a linter but it doesn't seem to compile for me. I'm also on an M1 Mac, running MacOS Ventura.