[mythtv] Error in win32-packager.pl?

Nigel Pearson nigel at ind.tansu.com.au
Mon Jan 25 03:01:36 UTC 2010


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


Sorry, ignore that. It is only scripts that are missing the
magic number line (e.g. #!/bin/sh) that which doesn't locate.
A script like this:

$ cat /mingw/bin/taglib-config
#!/bin/sh
case $1 in
  "--version") echo 1.5;;
  "--prefix") echo /;;
esac

$ which taglib-config
/mingw/bin/taglib-config


is OK.

--
Nigel Pearson, nigel at ind.tansu.com.au| All science is       |
Telstra Net. Eng., Sydney, Australia | either Physics       |
Office: 9202 3900    Fax:  9212 6348 | or stamp collecting! |
Mobile: 0408 664435  Home: 9792 6998 |    - Rutherford      |






More information about the mythtv-dev mailing list