sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when compiling a hascal code

mmdbalkhi opened this issue · comments

Hascal version: git on commit b6e2bd3

OS:

  • Arch Linux 5.15.28-1-lts
  • Python: 3.10.2
  • clang: 13.0.1
  • gcc: 11.2.0

What did you do?

$ hascal example/hello.has

What did you expect to see?

compile the hello.has

What did you see instead?

Traceback (most recent call last):
  File "hascal.py", line 15, in <module>
  File "core/h_builder.py", line 134, in __init__
  File "core/h_builder.py", line 143, in compile
  File "core/h_compiler.py", line 88, in generate
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIKD3hm9/hlib/libcpp/std.cc'
[119947] Failed to execute script 'hascal' due to unhandled exception!

Thanks for opening your first issue here! Be sure to follow the issue template!