From owner-freebsd-current@FreeBSD.ORG Thu Sep 19 21:17:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B9D066A for ; Thu, 19 Sep 2013 21:17:33 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66BAE2A62 for ; Thu, 19 Sep 2013 21:17:33 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wm4so10275407obc.39 for ; Thu, 19 Sep 2013 14:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g+XC8H0f7mFYRGzh1eQ+sCqE4tsHvTu33EvUIxU7LcA=; b=lhgkcDC7URu9Juejrv53+fS6efDpR5TdEnLisG9oNHbg3JwfhhDAjAu8ldODZqXtgw soOtLh8XHEsEsRr3guETp4z4x96GNKx31GWl/sjaffWtU0HAIE9c0XsEgBxR8niJK5vQ dAwFNUkrlJAypAiD6jGllxfBwdGciS73zV9qqnwx2SttotTUHOdExGtmVnhsbdOqrwc4 g1qgEJyEsIYACXSOvKanZa2+y5boQCQupOQyTw6+5dT4tuLTnI5IernEBnb0sQl4SXVi HXBld59RXUqUkUJATTES/5zuNleJ0+JMh09HLE5UTXgo5GQ4NDT29IshoW2QzejNRbaR eO2g== MIME-Version: 1.0 X-Received: by 10.182.129.201 with SMTP id ny9mr2844097obb.0.1379625452693; Thu, 19 Sep 2013 14:17:32 -0700 (PDT) Received: by 10.182.78.100 with HTTP; Thu, 19 Sep 2013 14:17:32 -0700 (PDT) In-Reply-To: <2234250.EnH6GM5enz@lumiwa.farms.net> References: <2234250.EnH6GM5enz@lumiwa.farms.net> Date: Thu, 19 Sep 2013 17:17:32 -0400 Message-ID: Subject: Re: mplayer From: Joe Nosay To: Ajtim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 21:17:33 -0000 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 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 multimedia/mplayer multimedia/mplayer-skins > > ===>>> Exiting > > Thanks in advance. > > -- > Mitja > --- > http://redbubble.com/people/lumiwa > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >