SaptakBhoumik / Peregrine

A blazing fast language for the blazing fast world(WIP)
https://peregrine-lang.github.io/
Mozilla Public License 2.0
1.46k stars 76 forks source link

Error when run Peregrine file #101

Closed 1moita closed 3 years ago

1moita commented 3 years ago

The compile command works well, but the run not. I'm getting these errors:

<string>:4: error: include file 'stdarg.h' not found
tcc: error: file '/usr/lib/x86_64-linux-gnu/tcc/libtcc1.a' not found

OS is Linux Mint. V version: 0.2.4.

SaptakBhoumik commented 3 years ago

@procrastinar The current compiler is very unstable. We are doing a rewrite. After the rewrite is complete this issue will be fixed