From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Build failure on M$ - Missing file src/w32inetv.h Date: Tue, 2 Dec 2008 09:42:44 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228191236 18457 80.91.229.12 (2 Dec 2008 04:13:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2008 04:13:56 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 05:14:59 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L7Mf4-0008OQ-Lg for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2008 05:14:58 +0100 Original-Received: from localhost ([127.0.0.1]:45606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Mdu-0002zo-DA for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 23:13:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7Mcz-0002k4-1d for emacs-devel@gnu.org; Mon, 01 Dec 2008 23:12:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7Mcx-0002jI-AP for emacs-devel@gnu.org; Mon, 01 Dec 2008 23:12:48 -0500 Original-Received: from [199.232.76.173] (port=60983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Mcx-0002jF-1H for emacs-devel@gnu.org; Mon, 01 Dec 2008 23:12:47 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.168]:36104) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7Mcw-0003TH-Og for emacs-devel@gnu.org; Mon, 01 Dec 2008 23:12:46 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so2903772wfc.24 for ; Mon, 01 Dec 2008 20:12:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=glkOCpybhl5Fl1Nm6fB9C403UHv8sTcrH0u0vIKOPdo=; b=huoRSt/dcDh8x/V7ZA53wSjCJK69Z2MyEs99etjQGqxNCU9MM04LODoj8AWU4USs2l Gccd063q4tUtXoClxKwwyYp//61eWsdL9FZO+6Mb/JNpBDZlyQguLVh2jq879X+xXbdY AxEdq5kDKohPt4Nyl+mpQGI9UeTN7EBQ7QOA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=eexfUFHZcZvXTsXZtxQRlju1Nz6IAJHr/oJwQZVsQAETM12cwdE9CB7Tut3TgnmVh1 vJ+LinZvveQ97h5hDD3ymQDMH6fyrA1ohTH6+E5GMB+izf5DbySraoz91jXfVagXxugv IWf5bSkJB/6dW4Gi4Sd7MoEFLLzW7RTX3QrJs= Original-Received: by 10.143.14.6 with SMTP id r6mr4761106wfi.135.1228191164657; Mon, 01 Dec 2008 20:12:44 -0800 (PST) Original-Received: by 10.142.110.21 with HTTP; Mon, 1 Dec 2008 20:12:44 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106415 Archived-At: Hi, The makefile on WXP expects src/w32inetv.h which is missing in the git repo. Hence, the build fails on M$-WXP using MSVC (not tried with MinGW) -dhruva -- Contents reflect my personal views only!