From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Failure building Emacs master Date: Sat, 18 Mar 2017 00:07:57 +0100 Message-ID: References: <39745a48-979f-41e5-c139-25b2736e451e@alice.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1489792131 10657 195.159.176.226 (17 Mar 2017 23:08:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2017 23:08:51 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 18 00:08:47 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cp0zA-0001iP-V0 for ged-emacs-devel@m.gmane.org; Sat, 18 Mar 2017 00:08:41 +0100 Original-Received: from localhost ([::1]:51161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cp0zG-0000YR-L5 for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2017 19:08:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cp0yc-0000YB-KG for emacs-devel@gnu.org; Fri, 17 Mar 2017 19:08:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cp0yX-0000eD-OO for emacs-devel@gnu.org; Fri, 17 Mar 2017 19:08:06 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:12419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cp0yX-0000dt-CS for emacs-devel@gnu.org; Fri, 17 Mar 2017 19:08:01 -0400 Original-Received: from [192.168.1.102] (79.19.233.143) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58C423FB01E293B8 for emacs-devel@gnu.org; Sat, 18 Mar 2017 00:07:59 +0100 In-Reply-To: <39745a48-979f-41e5-c139-25b2736e451e@alice.it> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:213103 Archived-At: Il 18/03/2017 00:03, Angelo Graziosi ha scritto: > > Beside this, I don't understand this warning: > > configure: WARNING: This configuration installs a 'movemail' program > that retrieves POP3 email via only insecure channels. > To fix this you can use '/tmp/mingw-w64-emacs-git/src/emacs/configure > --without-pop'. > Oops... > You should have a configure with enable by default. If one wants POP > then it will configure --with-pop.. Maybe this is better: You should have a configure with '--without-pop' enabled by default. If one wants POP then it will configure --with-pop.. > > Angelo >