From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: williamx Newsgroups: gmane.emacs.devel Subject: Build failed with vs2003.net Date: Thu, 31 Mar 2005 18:23:20 +0800 Organization: wv Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1112268902 30836 80.91.229.2 (31 Mar 2005 11:35:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 11:35:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 13:34:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGxwX-0007RP-O4 for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 13:34:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGyDE-00072T-1I for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 06:51:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGxnC-0006LK-Fw for emacs-devel@gnu.org; Thu, 31 Mar 2005 06:24:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGxOl-0005Qb-HI for emacs-devel@gnu.org; Thu, 31 Mar 2005 05:59:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGxO4-0005LT-Ce for emacs-devel@gnu.org; Thu, 31 Mar 2005 05:58:56 -0500 Original-Received: from [64.233.184.196] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DGwp2-0001v1-6h for emacs-devel@gnu.org; Thu, 31 Mar 2005 05:22:44 -0500 Original-Received: by wproxy.gmail.com with SMTP id 50so533985wri for ; Thu, 31 Mar 2005 02:22:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:organization:message-id:user-agent:content-type:mime-version:content-transfer-encoding; b=RSrSks2MwAlMIuFFpIwd1PVLITzGdnlDUdo3S8vSfXmB9mlcj1+nDgOrC4ma51lio4Ec2WPvddsRlLiPmxVZzuJMpTrBI1LluSYTvLH2XMD6t0T44bv3XMMgwTvn2XsNPZDa6u50qW/Gb4KlWFlh6TbZCydI5MvZFUSaUcGbdYg= Original-Received: by 10.54.98.14 with SMTP id v14mr1235482wrb; Thu, 31 Mar 2005 02:22:43 -0800 (PST) Original-Received: from williamxue ([222.64.94.181]) by mx.gmail.com with ESMTP id d8sm1291013wra.2005.03.31.02.22.41; Thu, 31 Mar 2005 02:22:43 -0800 (PST) Original-To: emacs-devel@gnu.org User-Agent: Opera M2(BETA3)/8.0 (Win32, build 7522) 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:35412 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35412 I updated the source code from cvs today and built it by nmake. It have done the work well but failed this time. Following is the error informations. (It could be built correctly in cygwin) /////////////////////////////////////////////// mkdir obj-spd mkdir "obj-spd/i386" cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -Oy- -G6dF -Zp8 -Di386 -D_CRTAPI1=_cdecl -I./inc -DWINDO WSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I ../nt/inc -I../src -Foobj-spd/i386\ make-docfile.c ntlib.c make-docfile.c make-docfile.c(251) : error C2054: expected '(' to follow 'INLINE' make-docfile.c(252) : error C2085: 'put_char' : not in formal parameter list make-docfile.c(252) : error C2143: syntax error : missing ';' before 'type' make-docfile.c(252) : error C2085: 'ch' : not in formal parameter list make-docfile.c(253) : error C2085: 'state' : not in formal parameter list ntlib.c Generating Code... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. NMAKE : fatal error U1077: '"F:\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake. exe"' : return code '0x2' Stop. //////////////////////////////////////////////// After I undefined the INLINE, it failed on _pclose/_popen. -- Best Regards, William Xue