[mythtv] [RFC v2] New Win32 build script

treblid treblid at gmail.com
Fri Jan 21 23:53:20 UTC 2011


On Wed, Jan 19, 2011 at 6:45 PM, Lawrence Rust <lvr at softsystem.co.uk> wrote:
> On Wed, 2011-01-19 at 16:52 +0800, treblid wrote:
>> On Wed, Jan 19, 2011 at 5:29 AM, Lawrence Rust <lvr at softsystem.co.uk> wrote:
>> > It would be useful to see the config.ep and config.mak files in the
>> > mythtv folder produced from the build.
>> Attached.
>
> Thanks for the logs.  Looks like the build is finding libraries from
> various previous builds.  The tell-tale sign is detecting pthreads which
> should find libpthreadGC2 but doesn't.  Get the latest script from here
>
> http://www.softsystem.co.uk/download/mythtv/mythbuild-110119.zip
>
> and a clean build should sort everything out:
>
> rm -rf mythinstall/
>
> # delete mythbuild but keep downloaded packages
> for d in mythbuild/*; do [ -d $d ] && rm -rf $d; done
>
> # Cleanup mythtv
> cd mythtv && git clean -fxd .
>
> # Debug build of master branch, log output to mythbuild.log
> ./mythbuild.sh -d -b master -l
>
> Change -d to -r for a release build.  Let me know if you get further
> problems.
That worked (master), all the linking woes I had are gone now. Will
try running it soon.

Thanks.

> -- Lawrence
>
>
>


More information about the mythtv-dev mailing list