[MPlayer-cygwin] Re: Mplayer fails compilation with Live555
Diego Biurrun
diego at biurrun.de
Sun Aug 6 12:26:32 CEST 2006
On Sun, Aug 06, 2006 at 12:01:07PM +0200, Frank Aurich wrote:
> Diego Biurrun wrote:
> >On Sun, Aug 06, 2006 at 11:16:21AM +0200, Diego Biurrun wrote:
> >>On Sat, Aug 05, 2006 at 05:49:34PM +0200, Frank Aurich wrote:
> >>>Diego Biurrun wrote:
> >>>>Could you try to verify if this problem was introduced in r19229 when I
> >>>>reorganized the LIVE555 test?
> >>>I think you got the revision number wrong, the live555 simplification
> >>>was r19288. And it is indeed the culprit of the code not compiling
> >>>properly.
> >>>r19287 compiles fine, r19288 shows the same error messages as above.
> >>Hmmmm, please try the attached patch.
> >
> >I mean the *attached* one ;)
>
> That did the trick. Mplayer compiles again.
> Thanks for investigating.
Could you please revert that patch and try the more minimal version I
just created?
Diego
-------------- next part --------------
Index: configure
===================================================================
--- configure (revision 19340)
+++ configure (working copy)
@@ -5998,10 +5998,11 @@
if test "$_live" = yes && test "$_network" = yes ; then
_res_comment="using $_livelibdir"
_def_live='#define STREAMING_LIVE555 1'
- _ld_live="-lstdc++ $_livelibdir/liveMedia/libliveMedia.a \
+ _ld_live="$_livelibdir/liveMedia/libliveMedia.a \
$_livelibdir/groupsock/libgroupsock.a \
$_livelibdir/UsageEnvironment/libUsageEnvironment.a \
- $_livelibdir/BasicUsageEnvironment/libBasicUsageEnvironment.a"
+ $_livelibdir/BasicUsageEnvironment/libBasicUsageEnvironment.a \
+ -lstdc++"
_inc_extra="$_inc_extra -I$_livelibdir/liveMedia/include \
-I$_livelibdir/UsageEnvironment/include \
-I$_livelibdir/BasicUsageEnvironment/include \
More information about the MPlayer-cygwin
mailing list