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
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
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:
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
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
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