[ https://issues.apache.org/jira/browse/PROTON-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Stitcher resolved PROTON-2875. ------------------------------------- Fix Version/s: proton-c-0.41.0 Resolution: Fixed > 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 > Fix For: proton-c-0.41.0 > > > 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