-
Notifications
You must be signed in to change notification settings - Fork 37
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
dub run failure - ld cannot find @linker_flags.txt #265
Comments
libclang 6 should work as well, it's even being tested [1]. It's just not something I want to officially support. Here are a couple of things you can try:
[1] Line 28 in 90d3e23
|
Utilizing Dstep via the first suggestion (dub build, bin/dstep) works. Failure is thus concluded to be due to using dub run. Obviously close if this is not desired to be looked at further (I do not ask for such) |
Same issue on a new machine:
|
@mw66 Running through Dub is currently not supported. |
This is likely caused by the version of libclang, readme says 9 or 10 but Debian 10 only has 6 and 7 available.Logging this so that the error is at least searchable for others.
dmd --version
cat /etc/os-release
dub run dstep -- lctype.h -o lctype.di
The text was updated successfully, but these errors were encountered: