[MacPorts] #59637: babl @0.1.72+universal: error: initializing '__m128i' (vector of 2 'long long' values) with an expression of incompatible type 'int'
MacPorts
noreply at macports.org
Sat Nov 9 22:16:56 UTC 2019
#59637: babl @0.1.72+universal: error: initializing '__m128i' (vector of 2 'long
long' values) with an expression of incompatible type 'int'
-------------------------+----------------------
Reporter: ryandesign | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: babl |
-------------------------+----------------------
Comment (by ryandesign):
Now that [changeset:a87b61126cdeec718e2ba3c5ddabf2bc7893666d/macports-
ports the muniversal portgroup has been removed from this port] the error
has changed:
{{{
../babl-0.1.72/babl/babl-extension.c:201:3: error: use of undeclared
identifier 'HLIB'
HLIB dl_handle = NULL;
^
../babl-0.1.72/babl/babl-extension.c:206:3: error: use of undeclared
identifier 'dl_handle'
dl_handle = dlopen (path, RTLD_NOW);
^
../babl-0.1.72/babl/babl-extension.c:206:15: warning: implicit declaration
of function 'dlopen' is invalid in C99 [-Wimplicit-function-declaration]
dl_handle = dlopen (path, RTLD_NOW);
^
../babl-0.1.72/babl/babl-extension.c:207:8: error: use of undeclared
identifier 'dl_handle'
if (!dl_handle)
^
../babl-0.1.72/babl/babl-extension.c:209:43: warning: implicit declaration
of function 'dlerror' is invalid in C99 [-Wimplicit-function-declaration]
babl_log ("dlopen() failed:\n\t%s", dlerror ());
^
../babl-0.1.72/babl/babl-extension.c:212:34: warning: implicit declaration
of function 'dlsym' is invalid in C99 [-Wimplicit-function-declaration]
init = (BablExtensionInitFunc) dlsym (dl_handle, "init");
^
../babl-0.1.72/babl/babl-extension.c:212:41: error: use of undeclared
identifier 'dl_handle'
init = (BablExtensionInitFunc) dlsym (dl_handle, "init");
^
../babl-0.1.72/babl/babl-extension.c:216:7: warning: implicit declaration
of function 'dlclose' is invalid in C99 [-Wimplicit-function-declaration]
dlclose (dl_handle);
^
../babl-0.1.72/babl/babl-extension.c:216:16: error: use of undeclared
identifier 'dl_handle'
dlclose (dl_handle);
^
../babl-0.1.72/babl/babl-extension.c:220:47: error: use of undeclared
identifier 'dl_handle'
destroy = (BablExtensionDestroyFunc) dlsym (dl_handle, "destroy");
^
../babl-0.1.72/babl/babl-extension.c:222:28: error: use of undeclared
identifier 'dl_handle'
dl_handle,
^
../babl-0.1.72/babl/babl-extension.c:229:16: error: use of undeclared
identifier 'dl_handle'
dlclose (dl_handle);
^
4 warnings and 8 errors generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59637#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list