|
From: | Klaus Scheufele |
Subject: | Re: [Gneuralnetwork] gneural 0.6.0 - make fails |
Date: | Sat, 26 Mar 2016 04:21:13 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
Hi, regarding your first question (a.): I had the same build issue and this can be easily solved, if you call autoreconf. In my opinion this has to be handled in some script, which should be run before. For example some projects have a autogen.sh script, which contains that command to overcome that automake version issue. Regards, Klaus Am 25.03.2016 um 22:01 schrieb David
Pirotte:
Hello, a) make fails This is the second time I try gneural, first 0.5.0, then this version, 0.6.6, and both failed with the same message [1]. In my opinion, this is too restrictive. Indeeed I have automake 1.15-4 [debian] installed which should deninitely be fine. b) configure.ac The configure.ac file hasn't been updated since its first version, it appears: ... AC_INIT([gneural], [0.0.1.2], [address@hidden]) ... Regards, David [1] address@hidden:/usr/local/src/gneural/gneural-0.6.0 18 $ make Making all in src make[1]: Entering directory '/usr/local/src/gneural/gneural-0.6.0/src' cd .. && /bin/bash /usr/local/src/gneural/gneural-0.6.0/missing automake-1.14 --foreign src/Makefile /usr/local/src/gneural/gneural-0.6.0/missing: line 81: automake-1.14: command not found WARNING: 'automake-1.14' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> Makefile:246: recipe for target 'Makefile.in' failed make[1]: *** [Makefile.in] Error 127 make[1]: Leaving directory '/usr/local/src/gneural/gneural-0.6.0/src' Makefile:323: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 |
[Prev in Thread] | Current Thread | [Next in Thread] |