[ 
https://issues.apache.org/jira/browse/PROTON-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher updated PROTON-2875:
------------------------------------
    Description: 
This is due to using {{#include <ciso646>}} which was deprecated in C\+\+17 GCC 
15 now produces a deprecation warning in C\+\+17 and above modes which cause 
the default build to fail.

The fix is to use {{#include <version>}} which was introduced as a more 
specific tool to get the library specific version related defines.

  was:
This is due to using {{#include <ciso646>}} which was deprecated in C++17 GCC 
15 now produces a deprecation warning in C++17 and above modes which cause the 
default build to fail.

The fix is to use {{#include <version>}} which was introduced as a more 
specific tool to get the library specific version related defines.


> Default Proton cpp fails to build with gcc 15
> ---------------------------------------------
>
>                 Key: PROTON-2875
>                 URL: https://issues.apache.org/jira/browse/PROTON-2875
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: cpp-binding
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> This is due to using {{#include <ciso646>}} which was deprecated in C\+\+17 
> GCC 15 now produces a deprecation warning in C\+\+17 and above modes which 
> cause the default build to fail.
> The fix is to use {{#include <version>}} which was introduced as a more 
> specific tool to get the library specific version related defines.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to