From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `smoothing_enabled' undeclared Date: Fri, 23 Jun 2006 13:10:54 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1151057478 22824 80.91.229.2 (23 Jun 2006 10:11:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jun 2006 10:11:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 23 12:11:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ftid8-0007s9-1i for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2006 12:11:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ftid7-0000N7-Dk for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2006 06:11:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fticw-0000MN-UW for emacs-devel@gnu.org; Fri, 23 Jun 2006 06:11:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fticv-0000Lu-53 for emacs-devel@gnu.org; Fri, 23 Jun 2006 06:11:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fticv-0000Lr-1H for emacs-devel@gnu.org; Fri, 23 Jun 2006 06:11:01 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ftio5-0003Ux-Qu for emacs-devel@gnu.org; Fri, 23 Jun 2006 06:22:34 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-7-14.inter.net.il [83.130.7.14]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DVM94390 (AUTH halo1); Fri, 23 Jun 2006 13:10:54 +0300 (IDT) Original-To: "Herbert Euler" In-reply-to: (herberteuler@hotmail.com) 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:56113 Archived-At: > From: "Herbert Euler" > Bcc: > Date: Fri, 23 Jun 2006 11:20:50 +0800 > > It seems HEAD sync was incorrect again. When compiling > src/w32term.c on Windows: > > gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0500 -D_X86_=1 -c > -mno-cygwin -m > cpu=i686 -O2 -Di386 -D_CRTAPI1=_cdecl -O2 -Demacs=1 -DWINDOWSNT -DDOS_NT > -DHAV > E_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 > -DPURESIZE=5000 > 000 -o oo-spd/i386/w32term.o w32term.c > w32term.c: In function `w32_initialize': > w32term.c:6551: `smoothing_enabled' undeclared (first use in this function) > w32term.c:6551: (Each undeclared identifier is reported only once > w32term.c:6551: for each function it appears in.) > w32term.c:6553: `smoothing_type' undeclared (first use in this function) > make[2]: *** [oo-spd/i386/w32term.o] Error 1 I cannot reproduce this: w32term.c compiles for me just fine. And the error message looks very strange anyway, since w32term.c has only 6474 lines (and was last modified on 5th June, so if there were a problem, lots of people would have complained by now). Can you see what is going on around the lines that GCC complains about?