-
Notifications
You must be signed in to change notification settings - Fork 22
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
#include "config.h" in WireCellUtil/Exceptions.h #200
Comments
Ah, yes this will not work as-is. We control the I'll work on this. Mostly for my own checklist, here are my expected steps:
Thanks for finding this mistake! |
…toolkit#200 Also fix badly formed variable name for holding path to root-config program
Okay, i think i cleaned this up and pushed to I added a bats test which does a simple "external" compilation to check this fix. It won't get run automatically until we merge in #199 |
Thanks a lot! Looks like a perfect fix to me. Will test it out by building |
The This was partly missed because the old A fix is inbound. |
@brettviren I believe this will cause trouble for external source code trying to
#include WireCellUtil/Exceptions.h
https://github.com/WireCell/wire-cell-toolkit/blob/master/util/inc/WireCellUtil/Exceptions.h#L27
For example:
Also I don't think we want to install this "config.h", at least not at top level, since the name is so general, right?
The text was updated successfully, but these errors were encountered: