kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.61k stars 112 forks source link

invalid character 'c' looking for beginning of value #1345

Closed leon-andria closed 4 months ago

leon-andria commented 4 months ago

After installing KCL from a fresh linux machine, we always get the following error message by running KCL Error: {"code":-32603,"message":"invalid character 'c' looking for beginning of value"}

Peefy commented 4 months ago

What's your KCL version?

Have gcc installed this machine? https://www.kcl-lang.io/docs/user_docs/support/faq-install#program-not-found-or-run-linker-failed-error-on-windowslinuxmacos

leon-andria commented 4 months ago

That's correct. Missing gcc and after installation, the problem is solved.

Peefy commented 4 months ago

Closed by https://github.com/kcl-lang/kcl-lang.io/pull/375