Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upEarly warning for missing client libraries #1893
Comments
This comment has been minimized.
|
Unfortunately, this isn't really something we have any control over. It's entirely dependent on your system setup and your linker, which Diesel doesn't interact with at all. It might be worth writing an RFC to add this sort of capability to rustc/cargo. I agree it'd be great to improve this, but it's just not possible today. Since there's nothing actionable here, I'm going to close this issue. |
sgrif
closed this
Oct 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
levkk commentedOct 21, 2018
•
edited
Versions
Problem Description
Early detection of missing client libraries. It would be nice for the diesel CLI installation to detect the missing libraries (i.e. libpq) before the compilation starts. It takes a bit of time to compile and seeing the error only at the end is a bit frustrating :)
Checklist
closed if this is not the case)