<div dir="ltr"><div>Hi </div><div><br></div><div>I am using Debian Wheezy 7.5 on an embedded target. I'm trying to install ModemManager on it. I tried apt-get and it installed a very old version. Version which does not have a support for Cinterion modems.</div><div>I've got the 1.4.6 source and I'm trying to build it on the actual target. It works well all through to compiling the plugins (which is what i actually really want!!) and it fails with the following</div><div><br></div><div><br></div><div>make[3]: Leaving directory `/root/ModemManager-1.4.6/src/tests'</div><div>make[2]: Leaving directory `/root/ModemManager-1.4.6/src'</div><div>Making all in plugins</div><div>make[2]: Entering directory `/root/ModemManager-1.4.6/plugins'</div><div>  CC     tests/libmm_test_common_la-test-fixture.lo</div><div>In file included from tests/test-fixture.c:16:0:</div><div>tests/test-fixture.h:30:5: error: unknown type name 'GTestDBus'</div><div>tests/test-fixture.c: In function 'test_fixture_setup':</div><div>tests/test-fixture.c:25:5: warning: implicit declaration of function 'g_test_dbus_new' [-Wimplicit-function-declaration]</div><div>tests/test-fixture.c:25:38: error: 'G_TEST_DBUS_NONE' undeclared (first use in this function)</div><div>tests/test-fixture.c:25:38: note: each undeclared identifier is reported only once for each function it appears in</div><div>tests/test-fixture.c:30:5: warning: implicit declaration of function 'g_test_dbus_add_service_dir' [-Wimplicit-function-declaration]</div><div>tests/test-fixture.c:33:5: warning: implicit declaration of function 'g_test_dbus_up' [-Wimplicit-function-declaration]</div><div>tests/test-fixture.c: In function 'test_fixture_teardown':</div><div>tests/test-fixture.c:77:5: warning: implicit declaration of function 'g_test_dbus_down' [-Wimplicit-function-declaration]</div><div>make[2]: *** [tests/libmm_test_common_la-test-fixture.lo] Error 1</div><div>make[2]: Leaving directory `/root/ModemManager-1.4.6/plugins'</div><div>make[1]: *** [all-recursive] Error 1</div><div>make[1]: Leaving directory `/root/ModemManager-1.4.6'</div><div>make: *** [all] Error 2</div><div><br></div><div><br></div><div>I have googled this issue but I can't find any help on this. Am I missing something?</div><div><br></div><div>I use the following ./configure:</div><div><br></div><div>./configure --without-mbim --without-qmi<br></div><div><br></div><div><br></div><div>Any help is greatly appreciated,</div><div><br></div><div><br></div></div>