[ https://issues.apache.org/jira/browse/DISPATCH-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912434#comment-17912434 ]
ASF GitHub Bot commented on DISPATCH-2368: ------------------------------------------ jiridanek opened a new pull request, #1738: URL: https://github.com/apache/qpid-dispatch/pull/1738 Fixes compilation failures such as this one ``` /builddir/build/BUILD/qpid-dispatch-1.19.0/src/dispatch.c:412:26: error: implicit declaration of function ‘getpid’; did you mean ‘getpt’? [-Wimplicit-function-declaration] 412 | const pid_t my_pid = getpid(); | ^~~~~~ | getpt ``` from https://bugzilla.redhat.com/show_bug.cgi?id=2245601 > Compilation failures with current toolchains (Fedora 40, macOS, ...) > -------------------------------------------------------------------- > > Key: DISPATCH-2368 > URL: https://issues.apache.org/jira/browse/DISPATCH-2368 > Project: Qpid Dispatch > Issue Type: Bug > Affects Versions: 1.19.0 > Reporter: Jiri Daněk > Assignee: Jiri Daněk > Priority: Major > > Currently the build is failing due to various small build issues, such as > missing includes and improper format specifier for printf. > There is a Python version string issue that will be tracked separately > DISPATCH-2369. -- 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