[
https://issues.apache.org/jira/browse/THRIFT-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839353#comment-13839353
]
Roger Meier commented on THRIFT-2229:
-------------------------------------
error: invalid suffix on literal; C++11 requires a space between literal and
identifier
is already fixed:
https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=compiler/cpp/src/thrifty.yy;hb=HEAD#l982
@ any OS-X user with the following issue
./src/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace
'std'
plese check lib/cpp/src/thrift/cxxfunctional.h and provide a patch for the two
clang variants we have:
_THRIFT_USING_CLANG_LIBCXX
_THRIFT_USING_GNU_LIBSTDCXX
the other missing thing is *-std=c+11*
please provide a configure.ac patch to detect OS-X 10.9 and set
CXXFLAGS=+"-std=c+11" conditionally
;-r
> thrift failed to build on OSX 10.9 GM
> -------------------------------------
>
> Key: THRIFT-2229
> URL: https://issues.apache.org/jira/browse/THRIFT-2229
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.9.1
> Environment: Mac OSX 10.9 GM
> Reporter: Guilherme Defreitas
> Assignee: Roger Meier
> Attachments: THRIFT-2229.patch, cpp-tutorial.patch, thrifty.patch
>
>
> Gist with compilation errors: https://gist.github.com/guidefreitas/7012084
--
This message was sent by Atlassian JIRA
(v6.1#6144)