mplayer
Joe Nosay
superbisquit at gmail.com
Thu Sep 19 21:17:33 UTC 2013
Try adding USE_GCC= any to the Makefile and see if that makes <- no pun
intended- a difference.
On Thu, Sep 19, 2013 at 5:06 PM, Ajtim <lumiwa at gmail.com> wrote:
> I try to built Mplayer but I have a problems (they were so many warnings)
> and
> finally error:
>
>
> libmpdemux/demux_rtp.cpp:101:20: error: no member named
> 'describeWithPassword'
> in 'RTSPClient'
> return client->describeWithPassword(url, network_username, password);
> ~~~~~~ ^
> libmpdemux/demux_rtp.cpp:103:20: error: no member named 'describeURL' in
> 'RTSPClient'
> return client->describeURL(url);
> ~~~~~~ ^
> libmpdemux/demux_rtp.cpp:157:43: error: cannot initialize a parameter of
> type
> 'const char *' with an lvalue of type 'int'
> rtspClient = RTSPClient::createNew(*env, verbose, "MPlayer",
> rtsp_transport_http);
> ^~~~~~~
> /usr/local/live/liveMedia/include/RTSPClient.hh:39:67: note: passing
> argument
> to parameter 'rtspURL' here
> static RTSPClient* createNew(UsageEnvironment& env, char const* rtspURL,
> ^
> libmpdemux/demux_rtp.cpp:247:21: error: no member named
> 'setupMediaSubsession'
> in 'RTSPClient'
> if (!rtspClient->setupMediaSubsession(*subsession, False,
> ~~~~~~~~~~ ^
> libmpdemux/demux_rtp.cpp:259:24: error: no member named 'playMediaSession'
> in
> 'RTSPClient'; did you mean 'isMediaSession'?
> if (!rtspClient->playMediaSession(*mediaSession)) break;
> ^~~~~~~~~~~~~~~~
> isMediaSession
> /usr/local/live/liveMedia/include/Media.hh:69:19: note: 'isMediaSession'
> declared here
> virtual Boolean isMediaSession() const;
> ^
> libmpdemux/demux_rtp.cpp:259:41: error: too many arguments to function
> call,
> expected 0, have 1
> if (!rtspClient->playMediaSession(*mediaSession)) break;
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~
> /usr/local/live/liveMedia/include/Media.hh:69:3: note: 'isMediaSession'
> declared here
> virtual Boolean isMediaSession() const;
> ^
> libmpdemux/demux_rtp.cpp:648:27: error: no member named
> 'teardownMediaSession'
> in 'RTSPClient'
> rtpState->rtspClient->teardownMediaSession(*mediaSession);
> ~~~~~~~~~~~~~~~~~~~~ ^
> 7 errors generated.
> gmake[2]: *** [libmpdemux/demux_rtp.o] Error 1
> gmake[2]: Leaving directory `/usr/ports/multimedia/mplayer/work/mplayer-
> export-2013-03-08'
> *** Error code 1
>
> Stop.
> make[1]: stopped in /usr/ports/multimedia/mplayer
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/multimedia/mplayer
>
> ===>>> make failed for multimedia/mplayer
> ===>>> Aborting update
>
> ===>>> Killing background jobs
> Terminated
>
> ===>>> You can restart from the point of failure with this command line:
> portmaster <flags> multimedia/mplayer multimedia/mplayer-skins
>
> ===>>> Exiting
>
> Thanks in advance.
>
> --
> Mitja
> ---
> http://redbubble.com/people/lumiwa
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>
More information about the freebsd-current
mailing list