diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-25 08:00:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-25 08:00:02 +0200 |
commit | bf7bbdc018c649b04eba871b6590947c3a188c3a (patch) | |
tree | 49236e0e15fbc12aef55bc5793eca36824297512 /bug | |
parent | 04c1f3d375651c07f114b31cb484445d3635e9cc (diff) |
Bug: private GCC in Mac OS ODB binary crashes on Yosemite
Diffstat (limited to 'bug')
-rw-r--r-- | bug/list | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -16,7 +16,15 @@ Without noexcept some code (e.g., swap()) may have to resorts to copy. -! Command Line Tools required for ODB binary package on Mac OS +! Command Line Tools required for ODB binary package on Mac OS [macosx] It seems without them there are no standard headers in /usr/include. Need to test and document. + +! Private GCC in Mac OS ODB binary crashes on Yosemite [macosx] + + The symptom is: + + odb: error: unable to extract profile paths + + See email from <axel50397@gmail.com>/23-Oct-2014. |