From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: bug#7859: syncing Emacs from sources maintained elsewhere Date: Wed, 19 Jan 2011 15:44:40 -0800 Organization: UCLA Computer Science Department Message-ID: <4D377768.8070504@cs.ucla.edu> References: <4D2BA939.5090903@cs.ucla.edu> <4D34A88F.4080400@cs.ucla.edu> <4D35D842.5030003@cs.ucla.edu> <4D367F0B.3040808@cs.ucla.edu> <4D368D16.7020702@swipnet.se> <25y66hjmiu.fsf@fencepost.gnu.org> <4D36BF43.3050007@cs.ucla.edu> <4D370928.1040601@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295480707 30351 80.91.229.12 (19 Jan 2011 23:45:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 23:45:07 +0000 (UTC) Cc: 7859@debbugs.gnu.org, bug-gnulib , 7856@debbugs.gnu.org, emacs-devel@gnu.org To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Thu Jan 20 00:44:59 2011 Return-path: Envelope-to: gnu-bug-gnulib@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfhhz-0008OA-4s for gnu-bug-gnulib@m.gmane.org; Thu, 20 Jan 2011 00:44:59 +0100 Original-Received: from localhost ([127.0.0.1]:54865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfhhy-0005kd-CZ for gnu-bug-gnulib@m.gmane.org; Wed, 19 Jan 2011 18:44:58 -0500 Original-Received: from [140.186.70.92] (port=38118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfhhl-0005kY-6l for bug-gnulib@gnu.org; Wed, 19 Jan 2011 18:44:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfhhk-0004eQ-5j for bug-gnulib@gnu.org; Wed, 19 Jan 2011 18:44:45 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:35756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfhhj-0004eI-VD; Wed, 19 Jan 2011 18:44:44 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id BC19639E80DC; Wed, 19 Jan 2011 15:44:41 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CYnOGgZOURyj; Wed, 19 Jan 2011 15:44:41 -0800 (PST) Original-Received: from [131.179.64.200] (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 2C09A39E80DB; Wed, 19 Jan 2011 15:44:41 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 In-Reply-To: <4D370928.1040601@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:24807 gmane.emacs.devel:134787 Archived-At: I see that Jan Dj=C3=A4rv tracked the problem down: unexmacosx.c included before , and this caused the problem. Generally speaking, should be included before all other files, since it defines macros such as _FILE_OFFSET_BITS that may affect the ABI, and compiling files sometimes with one ABI and sometimes with another can lead to disaster. I see that unexmacos.c still doesn't include first, though. I suggest that it be changed to do that. A quick scan for other files with the problem show that the following files probably need the "#include " moved to the top too: w32.c w32proc.c