<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 9, 2018 at 4:32 PM Russ Westrem <<a href="mailto:lspwaterproofing@gmail.com">lspwaterproofing@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 9, 2018 at 8:07 AM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es" target="_blank">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
> make[8]: Entering directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib/generated'<br>
>   GEN      mbim-enum-types.h<br>
> /bin/bash: line 1: /usr/bin/glib-mkenums: No such file or directory<br>
<br>
Isn't this a lack of libglib2-devel (or similar package name in your<br>
distribution) in the host?<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a></blockquote><div><br></div><div><br></div><div>i installed libglib and got past that error but now have this.  this is just a small portion of the errors as it goes on and on.</div><div><br></div><div> make[9]: Entering directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib/generated'<br>  CC       libmbim_glib_generated_la-mbim-error-types.lo<br>mbim-error-types.c:7:14: error: unknown type name 'GEnumValue'<br> static const GEnumValue mbim_core_error_values[] = {<br>              ^~~~~~~~~~<br>mbim-error-types.c:8:5: error: braces around scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_FAILED, "MBIM_CORE_ERROR_FAILED", "Failed" },<br>     ^<br>mbim-error-types.c:8:5: note: (near initialization for 'mbim_core_error_values[0]')<br>mbim-error-types.c:8:31: error: excess elements in scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_FAILED, "MBIM_CORE_ERROR_FAILED", "Failed" },<br>                               ^~~~~~~~~~~~~~~~~~~~~~~~<br>mbim-error-types.c:8:31: note: (near initialization for 'mbim_core_error_values[0]')<br>mbim-error-types.c:8:57: error: excess elements in scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_FAILED, "MBIM_CORE_ERROR_FAILED", "Failed" },<br>                                                         ^~~~~~~~<br>mbim-error-types.c:8:57: note: (near initialization for 'mbim_core_error_values[0]')<br>mbim-error-types.c:9:5: error: braces around scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_WRONG_STATE, "MBIM_CORE_ERROR_WRONG_STATE", "WrongState" },<br>     ^<br>mbim-error-types.c:9:5: note: (near initialization for 'mbim_core_error_values[1]')<br>mbim-error-types.c:9:36: error: excess elements in scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_WRONG_STATE, "MBIM_CORE_ERROR_WRONG_STATE", "WrongState" },<br>                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>mbim-error-types.c:9:36: note: (near initialization for 'mbim_core_error_values[1]')<br>mbim-error-types.c:9:67: error: excess elements in scalar initializer [-Werror]<br>     { MBIM_CORE_ERROR_WRONG_STATE, "MBIM_CORE_ERROR_WRONG_STATE", "WrongState" },</div><div><br></div><div><br></div><div><br></div><div><br></div><div>cc1: all warnings being treated as errors<br>Makefile:543: recipe for target 'libmbim_glib_generated_la-mbim-error-types.lo' failed<br>make[9]: *** [libmbim_glib_generated_la-mbim-error-types.lo] Error 1<br>make[9]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib/generated'<br>Makefile:450: recipe for target 'all' failed<br>make[8]: *** [all] Error 2<br>make[8]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib/generated'<br>Makefile:692: recipe for target 'all-recursive' failed<br>make[7]: *** [all-recursive] Error 1<br>make[7]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib'<br>Makefile:379: recipe for target 'all-recursive' failed<br>make[6]: *** [all-recursive] Error 1<br>make[6]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src'<br>Makefile:435: recipe for target 'all-recursive' failed<br>make[5]: *** [all-recursive] Error 1<br>make[5]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2'<br>Makefile:367: recipe for target 'all' failed<br>make[4]: *** [all] Error 2<br>make[4]: Leaving directory '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2'<br>Makefile:69: recipe for target '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/.built' failed<br>make[3]: *** [/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/.built] Error 2<br>make[3]: Leaving directory '/home/russ/openwrt2/openwrt/feeds/modemmanager/libmbim'<br>time: package/feeds/modemmanager/libmbim/compile#0.37#0.12#0.60<br>package/Makefile:107: recipe for target 'package/feeds/modemmanager/libmbim/compile' failed<br>make[2]: *** [package/feeds/modemmanager/libmbim/compile] Error 2<br>make[2]: Leaving directory '/home/russ/openwrt2/openwrt'<br>package/Makefile:103: recipe for target '/home/russ/openwrt2/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile' failed<br>                                                                   ^~~~~~~~~~~~<br><br></div></div></div></div></div>
</blockquote></div></div>