Re: [cxx-gtk-utils-general] Build failure on armv5tl
Brought to you by:
cvine
From: Barry J. <zen...@ze...> - 2016-05-12 16:01:58
|
On 12/05/16 16:03, Chris Vine wrote: > Ah yes. The tests will not be run by a 'make', but they will be > compiled, which is not what you want. There is no configuration option > for this. I am afraid you will need to patch the root Makefile.am file > by hand by omitting '@COND_TESTS@' from the SUBDIRS line, and then run > autoreconf. > > (If you compile with the --without-gtk option, the test suite will also > not be built, but that defeats half the purpose of the library. You > could add a rule to configure.ac which sets COND_TEST to "" and then > AC_SUBST's it near the end (right before AC_CONFIG_FILES), and then run > autreconf, but patching Makefile.am seems easier.) > > Chris > Many thanks, I patched MakeFile.am as suggested and the build now completes OK on ARM. http://pkgsubmit.mageia.org/uploads/done/cauldron/core/release/20160512152546.barjac.duvel.23691/c++-gtk-utils-2.2.13-2.mga6/build.0.20160512152947.log Cheers, Barry |