Details
Description
Attempt to build MariaDB server on MacOS could result in compilation errors like the following one:
In file included from server-10.6/storage/perfschema/cursor_by_account.cc:28:
|
In file included from server-10.6/include/my_global.h:287:
|
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
|
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:418:
|
server-10.5/version:1:1: error: expected unqualified-id
|
MYSQL_VERSION_MAJOR=10
|
^
|
server-10.5/build.dir/include/my_config.h:529:29: note: expanded from macro 'MYSQL_VERSION_MAJOR'
|
#define MYSQL_VERSION_MAJOR 10
|
Compilation errors observed when XCode 12.5 is used for building server.
Attachments
Issue Links
- relates to
-
MDEV-25716 Building failure in S3 engine on MacOS
- Closed