Mike Verschell
Mike Verschell
This overlaps with https://github.com/bloomberg/bde/pull/273
Should this PR be closed in preference to #275?
I would wager this is the issue: https://github.com/bloomberg/bde/blob/master/groups/bsl/bsl%2Bbslhdrs/bsl_iostream.h#L43 I.e., this file is relying on an include of bsl_iostream.h to make bsl::endl available, and that is dependent in some way on...
Actually, that should still be available through the transitive include of `bsl_ostream.h`, so I'm back to being confused.... Think we'll need more information to try and reproduce.
Thanks. We were actually just discussing the defaults of `bbs_build_env` (it will be changed to 64bit). We will likely make the change suggested here. Internal ticket tracking 171002063
So, you have a repository with packages that depend on external libraries, and you want to configure your repository so that you can build against it? If you haven't read...
When working on this, I'd suggest using the very verbose option for `cmake_build.py` (which will provide more information about what is happening, in case the external dependency is not found)....
Thanks! We had just made a plan to the PCRE version earlier this week. This is certainly added motivation. Will review whether it makes sense to merge this in advance.
This is also presumably an issue with the local time on the machine being UTC, the test assumes that the local time and non-local time values would be different.
Internal tracking 170729828