Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDC2 fails to compile, complains about unicode syntax error #68

Open
25hawkeye opened this issue Sep 29, 2024 · 2 comments
Open

LDC2 fails to compile, complains about unicode syntax error #68

25hawkeye opened this issue Sep 29, 2024 · 2 comments

Comments

@25hawkeye
Copy link

running the command dub build -b release-debug --compiler=ldc2 --arch x86_64-linux-gnu :cli-frontend builds everything successfully until something like botan (lost the original build log file) attempts to compiles and displays
sideloadererrorlog.txt

I am using Arch linux with ldc2 (v.1.34) as mentioned in the actions.
Im new to these types of errors, so if anyone needs more info ill be happy to help!

@Dadoum
Copy link
Owner

Dadoum commented Sep 29, 2024

The package for Arch Linux may have some issue, can you try with a toolchain installed with the bash script available on dlang.org?

@25hawkeye
Copy link
Author

25hawkeye commented Sep 29, 2024

Assuming you mean the bash script at curl -fsS https://dlang.org/install.sh | bash -s dmd, I installed it, rebooted, activated it via source ~/dlang/dmd-2.109.1/activate and recompiled only to be met with the same issue (I did uninstall dmd before the script)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants