[mythtv] [mythtv-commits] Ticket #4862: FFmpeg sync tracking ticket

Nigel Pearson nigel at ind.tansu.com.au
Tue Oct 28 01:21:02 UTC 2008


>> All my machines do actually have gmake, it is just
>> that that test fails because $make wasn't set,
>> but removal is easy, too :-)
>
> but than the explicit gmake check should have succeded.

Indeed, but alas not.


MacBook% make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

MacBook% gmake -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

MacBook% which gmake
gmake: aliased to gnumake

MacBook% which gnumake
/usr/bin/gnumake

MacBook% which make
/usr/bin/make



The Linux machine only has '/usr/bin/make', no gmake.
Adding a make="make" around line 1242 did the trick
on both, but removing the test with a comment block
is even easier, especially if it isn't needed.


> I can't see where the "-rdynamic" and "-Z" are comming from. -rdynamic
> could come from configure only if vhook is enabled, which I doubt
> and -Z is not in configure.

I think it is getting them from the environment
(qmake got it from mysql, which got it from ???).
Difference is that configure is now passing them in.

Am test building now, but will take a few hours.

--
Nigel Pearson, nigel at ind.tansu.com.au|"Gentlemen!              |
Telstra Net. Eng., Sydney, Australia | You can't fight in here-|
Office: 9202 3900    Fax:  9212 6348 |   this is the war room!"|
Mobile: 0408 664435  Home: 9792 6998 |     Dr Strangelove      |



More information about the mythtv-dev mailing list