[mythtv] [RFC v2] New Win32 build script

Boleslaw Ciesielski bc-mythtv at comcast.net
Fri Jan 21 21:39:43 UTC 2011


On 01/21/2011 04:24 PM, Lawrence Rust wrote:
> Thanks.  Looks like the Python bindings are the problem.  A clean
> install doesn't include the dev packages for Python.  The simplest
> workaround is to disable Python.  Could you re-try the build using:
> 
> LIBXML2_CFG="--without-python" ./mythbuild.sh
> 
> which will disable Python.  Hopefully that should work.  If so I'll add
> it to the script.

Yes, this seems to work

> Hmm, don't understand this.  Myth links to the static zlib as do all the
> other packages built.  Well, at least they're supposed to.  I wonder
> what's importing the DLL?  Could you tell me what this outputs when run
> from your build directory?
> 
> for d in mythinstall/win32/*.dll ; do echo "$d"; i686-pc-mingw32-objdump
> \ -x "$d" | grep -i  zlib ; done
> for d in mythinstall/win32/*.exe ; do echo "$d"; i686-pc-mingw32-objdump
> \ -x "$d" | grep -i  zlib ; done

See attached

Could it be because I have the mingw32-zlib package installed and
somehow it's finding it before the zlib that we build?

[bolek at pilot mythbuildw32]$ rpm -ql mingw32-zlib
/usr/i686-pc-mingw32/sys-root/mingw/bin/zlib1.dll
/usr/i686-pc-mingw32/sys-root/mingw/include/zconf.h
/usr/i686-pc-mingw32/sys-root/mingw/include/zlib.h
/usr/i686-pc-mingw32/sys-root/mingw/lib/libz.dll.a
/usr/i686-pc-mingw32/sys-root/mingw/lib/libz.la
[bolek at pilot mythbuildw32]$
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dll.log
URL: <http://mythtv.org/pipermail/mythtv-dev/attachments/20110121/e80e3ef2/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: exe.log
URL: <http://mythtv.org/pipermail/mythtv-dev/attachments/20110121/e80e3ef2/attachment.txt>


More information about the mythtv-dev mailing list