You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/07 09:40:00 UTC

[jira] [Commented] (PROTON-2132) proton-cpp fails to build with build on clang 9.0 when libc++ is used instead of libstdc++

    [ https://issues.apache.org/jira/browse/PROTON-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969089#comment-16969089 ] 

ASF GitHub Bot commented on PROTON-2132:
----------------------------------------

jdanekrh commented on pull request #203: PROTON-2132 Skip compatibility hacks with libc++
URL: https://github.com/apache/qpid-proton/pull/203
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> proton-cpp fails to build with build on clang 9.0 when libc++ is used instead of libstdc++
> ------------------------------------------------------------------------------------------
>
>                 Key: PROTON-2132
>                 URL: https://issues.apache.org/jira/browse/PROTON-2132
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: cpp-binding
>    Affects Versions: proton-c-0.29.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>
> {noformat}
> [ 56%] Building CXX object cpp/CMakeFiles/qpid-proton-cpp.dir/src/terminus.cpp.o
> /home/jdanek/repos/qpid/qpid-proton/cpp/src/ssl_options.cpp:219:16: error: alias must point to a defined variable or function
> __attribute__((alias("_ZN6proton18ssl_server_optionsC1ERKNS_15ssl_certificateERKSsS5_NS_3ssl11verify_modeE")));
>  ^
> /home/jdanek/repos/qpid/qpid-proton/cpp/src/ssl_options.cpp:221:16: error: alias must point to a defined variable or function
> __attribute__((alias("_ZN6proton18ssl_server_optionsC2ERKNS_15ssl_certificateERKSsS5_NS_3ssl11verify_modeE")));
>  ^
> /home/jdanek/repos/qpid/qpid-proton/cpp/src/ssl_options.cpp:223:16: error: alias must point to a defined variable or function
> __attribute__((alias("_ZN6proton18ssl_client_optionsC1ERKNS_15ssl_certificateERKSsNS_3ssl11verify_modeE")));
>  ^
> /home/jdanek/repos/qpid/qpid-proton/cpp/src/ssl_options.cpp:225:16: error: alias must point to a defined variable or function
> __attribute__((alias("_ZN6proton18ssl_client_optionsC2ERKNS_15ssl_certificateERKSsNS_3ssl11verify_modeE")));
>  ^
> 4 errors generated.
> make[2]: *** [cpp/CMakeFiles/qpid-proton-cpp.dir/build.make:583: cpp/CMakeFiles/qpid-proton-cpp.dir/src/ssl_options.cpp.o] Error 1
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org