Re: [e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-03 Thread The Rasterman
On Tue, 3 Dec 2013 11:20:57 -0200 Gustavo Sverzut Barbieri said: > On Tue, Dec 3, 2013 at 3:44 AM, Carsten Haitzler wrote: > > On Mon, 2 Dec 2013 23:32:12 -0600 Jeff Hoogland > > said: > > > >> When I try to run: > >> > >> *make distclean* > >> > >> With the emotion-generic-players source I get

Re: [e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-03 Thread Gustavo Sverzut Barbieri
On Tue, Dec 3, 2013 at 11:22 AM, Jeff Hoogland wrote: > Any suggestions how to figure out what that something might be? Any ideas > why it is creating it with a version of automake not on my system? You can check if any pre-requisite is newer than target: make -d distclean | grep 'Prerequisi

Re: [e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-03 Thread Jeff Hoogland
Any suggestions how to figure out what that something might be? Any ideas why it is creating it with a version of automake not on my system? On Tue, Dec 3, 2013 at 7:20 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Dec 3, 2013 at 3:44 AM, Carsten Haitzler > wrote: > > On Mon, 2 Dec 2013 23:32:

Re: [e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-03 Thread Gustavo Sverzut Barbieri
On Tue, Dec 3, 2013 at 3:44 AM, Carsten Haitzler wrote: > On Mon, 2 Dec 2013 23:32:12 -0600 Jeff Hoogland said: > >> When I try to run: >> >> *make distclean* >> >> With the emotion-generic-players source I get the following error: >> >> root@trimslice:~/1.8.0/emotion_generic_players-1.8.0# make

Re: [e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-02 Thread The Rasterman
On Mon, 2 Dec 2013 23:32:12 -0600 Jeff Hoogland said: > When I try to run: > > *make distclean* > > With the emotion-generic-players source I get the following error: > > root@trimslice:~/1.8.0/emotion_generic_players-1.8.0# make distclean > cd . && automake-1.14 --gnu > /bin/bash: line 4: au

[e-users] emotion-generic-players make distclean looks for automake-1.14

2013-12-02 Thread Jeff Hoogland
When I try to run: *make distclean* With the emotion-generic-players source I get the following error: root@trimslice:~/1.8.0/emotion_generic_players-1.8.0# make distclean cd . && automake-1.14 --gnu /bin/bash: line 4: automake-1.14: command not found make: *** [Makefile.in] Error 1 Obviously