[mythtv] Ticket #4497: Win32 builds broken after r15435

buzz davidbuzz at gmail.com
Tue Jan 22 06:08:54 UTC 2008


I autocreated a libmyth.def file for testing, and I wondered if its
acceptable (I have no idea about these things)?
its here: http://davidbuzz.googlepages.com/libmyth.def




On Jan 22, 2008 1:15 PM, Nigel Pearson <nigel at ind.tansu.com.au> wrote:

> > Any idea on how we could fix this issue?
>
> Create a libs/libmyth/libmyth.def containing all the symbols
> from that library that libmythui and libmythupnp require,
> and add rules in the latter two directories' .pro files.
> Something like:
>
> mingw {
>     target.path = $${PREFIX}/bin
>     implib.target = libmyth-bootstrap.a
>     implib.commands = test -e libmyth-bootstrap.a || dlltool --input-
> def ../libmyth/libmyth.def --dllname libmyth-$${LIBVERSION}.dll --
> output-lib libmyth-bootstrap.a -k
>     QMAKE_EXTRA_WIN_TARGETS += implib
>     POST_TARGETDEPS += libmyth-bootstrap.a
> }
>
>
>
> The existing commands like that can probably
> also be removed from libs/libmyth/libmyth.pro
>
>
>
>
> I'm trying to setup a Win32 build env now,
> but being a Mac and Unix head means that
> this is an exercise in cursing and grumbling.
> You might be able to fix & test faster than me.
>
> --
> Nigel Pearson, nigel at ind.tansu.com.au| I've been talking to-
> Telstra Net. Eng., Sydney, Australia | the ship's computer.
> Office: 9202 3900    Fax:  9261 3912 | ...  It hates me!
> Mobile: 0408 664435  Home: 9792 6998 |   Marvin
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080122/8dec8c6a/attachment.htm 


More information about the mythtv-dev mailing list