[mythtv] Fwd: Ticket #4397: win32 dependancy resolver and build script

Simon Kenyon simon at koala.ie
Wed Jan 2 12:13:05 UTC 2008


buzz wrote:
> FYI - for those not on the -commits list, I just updated the win32 
> build script again...
>  
> see: http://svn.mythtv.org/trac/ticket/4397
i made one change:

near the top i added this:

# proxy server
my $proxy = 'http://<host>:<port>/';

where <host> and <port> are specific to the user

then in the fetch routine i added:

$ua->proxy(['http', 'ftp'], $proxy);

i also added:

push @{ $ua->requests_redirectable }, 'POST';

because i thought that this might let the fetch of mysql complete. but 
it doesn't.
don't know what is going on there because i can download it in a browser.

regards
--
simon
PS there must be an easier way of getting dsound.h etc. without 
downloading 400MBytes of stuff


More information about the mythtv-dev mailing list