[mythtv] Error in win32-packager.pl?

Nigel Pearson nigel at ind.tansu.com.au
Mon Jan 25 02:19:39 UTC 2010


On 12/09/2009, at 12:35 AM, Jonathan Martens wrote:

> I have some patches in the pipeline that need testing that make mythmusic compile at least
...
> <mythmusic.patch>

Index: configure
===================================================================
--- configure	(revision 21776)
+++ configure	(working copy)
@@ -430,7 +430,7 @@
     fi
 
     taglib="no"
-    taglib_minor=`taglib-config --version | cut -d. -f2`
+    taglib_minor=`find /include -type f -iname taglib.h | xargs cat | grep MINOR | cut -d" " -f3`


I was trying to do this better, by generating a taglib-config
script that echos 1.5, but this test is now protected by a
`which taglib-config` check.


As far as I can tell, the which binary on MingW doesn't work.


Have any of you Windows hackers gotten one that works?


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