Openwrt modemmanager compile error

Aleksander Morgado aleksander at aleksander.es
Tue Feb 20 11:56:17 UTC 2018


On Tue, Feb 20, 2018 at 1:29 AM, Russ Westrem
<lspwaterproofing at gmail.com> wrote:
>
> make[8]: Entering directory '/home/russ/MM/source/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/libmbim-1.15.0-20161123/src/libmbim-glib'
>   CC       libmbim_glib_core_la-mbim-device.lo
> mbim-device.c: In function 'initable_init_async':
> mbim-device.c:2168:15: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
>      ctx->self = g_object_ref (initable);
>                ^
>

Oh, I think this is a recent change in GLib, which makes
g_object_ref() keep the type info in its return value.

This specific issue is anyway obsolete in MBIM 1.16.0 as that code was
changed during the switch to GTask. I'd suggest you upgrade to 1.16.0
and retry.


More information about the ModemManager-devel mailing list