-
Notifications
You must be signed in to change notification settings - Fork 69
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
pwd()
== usr/lib
#39
Comments
Yeah, this is kind of annoying. I usually add the headers to the search path with something like this:
I should probably use |
I was about to open an issue saying diagnostics=true should be the default. It was confusing to have it fail without any message. And when it succeeds, diagnostics seems to be silent anyways. It would also be cool if you could integrate pkg-config in some meaningful way. My application worked pretty well with: It would be nice if args could be any type of string array. But I understand that ASCIIString is the only type you can reasonably expect work everywhere (even UTF8 string may not parse correctly, e.g. on windows) |
I wonder if the feature request for a |
My copy of clang has trouble finding it's builtin headers if it isn't started from the
usr/lib
directory (actually, it expectedusr/bin
aka the location of the clang executable, but lib will work just as well). Not certain if there's anything you can do about this, but chdir works for me.The text was updated successfully, but these errors were encountered: