[MacPorts] #72444: xine-lib build fails: incompatible function pointer types
MacPorts
noreply at macports.org
Sun May 4 21:27:30 UTC 2025
#72444: xine-lib build fails: incompatible function pointer types
--------------------------+----------------------
Reporter: ShadSterling | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.6
Keywords: | Port: xine-lib
--------------------------+----------------------
After upgrading to macOS Sequoia, while trying to reinstall everything
that port migrate failed on, installing xine-lib as a dependency of xine-
ui
{{{
:info:build video_out_macosx.m:379:92: error: incompatible function
pointer types initializing 'void *(*)(xine_t *, const void *)' (aka 'void
*(*)(struct xine_s *, const void *)') with an expression of type 'void
*(xine_t *, void *)' (aka 'void *(struct xine_s *, void *)')
[-Wincompatible-function-pointer-types]
:info:build 379 | { PLUGIN_VIDEO_OUT | PLUGIN_NO_UNLOAD, 22, "macosx",
XINE_VERSION_CODE, &vo_info_macosx, init_class },
:info:build |
^~~~~~~~~~
:info:build 6 warnings and 1 error generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/72444>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list