[MDEV-5314] Compiling fails on OSX using clang Created: 2013-11-19 Updated: 2014-02-19 Resolved: 2014-02-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.6 |
| Fix Version/s: | 10.0.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Rob | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 3 |
| Labels: | clang, compile, gcc | ||
| Environment: |
OSX Maverick 10.9 CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ |
||
| Attachments: |
|
| Description |
|
Cannot compile from source: https://downloads.mariadb.org/f/mariadb-10.0.6/kvm-tarbake-jaunty-x86/mariadb-10.0.6.tar.gz/from/http:/mirrors.supportex.net/mariadb |
| Comments |
| Comment by Lee Hanxue (Inactive) [ 2013-11-19 ] |
|
Replicated via homebrew on OS X Mavericks. https://github.com/mxcl/homebrew/issues/24489 Log files: |
| Comment by Aleai Sumity (Inactive) [ 2013-11-25 ] |
|
problem detect os type (Windows) _strtoi64 = strtoll (Unix) http://msdn.microsoft.com/en-us/library/h80404d3(v=vs.90).aspx |
| Comment by Sergey Vojtovich [ 2014-02-19 ] |
|
cmake failure at https://gist.github.com/hanxue/7548483 is duplicate of |
| Comment by Sergey Vojtovich [ 2014-02-19 ] |
|
Sergei, please review fix for this bug. |
| Comment by Sergei Golubchik [ 2014-02-19 ] |
|
Am I right that it's only s/test/MY_TEST/g? |
| Comment by Sergey Vojtovich [ 2014-02-19 ] |
|
Correct, it's only s/test/MY_TEST/g. |
| Comment by Sergey Vojtovich [ 2014-02-19 ] |
|
Fixed in 10.0.9: revno: 4006, revision-id: svoj@mariadb.org-20140219100515-47zpgffjc2hegjlb |