From owner-freebsd-current@FreeBSD.ORG Thu Sep 19 21:06:53 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CFDE38F for ; Thu, 19 Sep 2013 21:06:53 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DEF629D5 for ; Thu, 19 Sep 2013 21:06:53 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id m20so5938527qcx.29 for ; Thu, 19 Sep 2013 14:06:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=UQJ3uhc0LoaDU2KthvA6+FGEafYHKuEGXERnMGPHzsA=; b=V6s2ZAu3Dw5/itKfj6u6IE9IROVCnqG0+9lcoIGv9qOtA1s5fZHdhwSCzkeZekv66u RzrVKOx8LzcLRlr6ktUOp+bJWGTp7Aqb7PZvsgLM+xy8ZdCAsrqkckXIBdy650zhtqK6 Wges8XEmIUhH9yOUzgMOPYuA5BpUj4L7oBWRMYwFrOZjVlq74MsRjnKeYzFjsfddE26x RlEAoM0zcZwUoWm5/k9afZSPrv//qdUvjvf7Yqwtv+z/Xz82Xln4eivZsf/qwQ4fmKG9 rIVcREbLjXqMcpE7JiMFzcWzs070cW88Ld64eEXKGFapIM/vqXHoC4pKN4i7xD8EaXWD VLpQ== X-Received: by 10.229.228.195 with SMTP id jf3mr7795725qcb.0.1379624812498; Thu, 19 Sep 2013 14:06:52 -0700 (PDT) Received: from lumiwa.farms.net (d-ptld-bng1-70-16-221-131.ngn.east.myfairpoint.net. [70.16.221.131]) by mx.google.com with ESMTPSA id b9sm14063689qad.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 14:06:51 -0700 (PDT) From: Ajtim To: freebsd-current@freebsd.org Subject: mplayer Date: Thu, 19 Sep 2013 17:06:33 -0400 Message-ID: <2234250.EnH6GM5enz@lumiwa.farms.net> User-Agent: KMail/4.11.1 (FreeBSD/10.0-ALPHA1; KDE/4.11.1; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:06:53 -0000 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