Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.2.9
-
None
-
macOS 10.12.6.
Description
Attempt to build RocksDB on macOS fails with this error:
/Users/kolbe/Devel/git/maria/server/storage/rocksdb/rdb_datadic.cc:371:19: error: no member named 'strtoul' in namespace 'std'; did you mean simply 'strtoul'?
|
*ttl_duration = std::strtoull(ttl_duration_str.c_str(), nullptr, 0);
|
^~~~~
|
Perhaps this is an issue that would affect llvm on any platform?
Attachments
Issue Links
- duplicates
-
MDEV-13974 Build failure in rocksdb/rdb_datadic.cc
- Closed
- relates to
-
MDEV-13928 Missing symbols building RocksDB on macOS 10.12.6
- Closed
-
MDEV-13974 Build failure in rocksdb/rdb_datadic.cc
- Closed