Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
None
-
None
Description
I am trying to build `mariaDB` on macOS and to do that I have done the following steps:
```
mkdir build
cd build && cmake ..
cmake --build build
```
I receive the following errors:
```
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/new:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:55:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__cstddef/nullptr_t.h:21:9: error: no member named 'nullptr_t' in the global namespace
21 | using ::nullptr_t;
~~^ ``` |
I am only attaching a part of the error but many lines were of this particular type