From unknown Sun Aug 17 09:09:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8425 <8425@debbugs.gnu.org> To: bug#8425 <8425@debbugs.gnu.org> Subject: Status: 24.0.50; ./stdint.h:82:7: error: #elif with no expression Reply-To: bug#8425 <8425@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:09:54 +0000 retitle 8425 24.0.50; ./stdint.h:82:7: error: #elif with no expression=20 reassign 8425 emacs submitter 8425 Peter Dyballa severity 8425 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 15:33:39 2011 Received: (at submit) by debbugs.gnu.org; 4 Apr 2011 19:33:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6pWs-00026K-QY for submit@debbugs.gnu.org; Mon, 04 Apr 2011 15:33:39 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6pWq-000269-I8 for submit@debbugs.gnu.org; Mon, 04 Apr 2011 15:33:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6pWk-0002it-4n for submit@debbugs.gnu.org; Mon, 04 Apr 2011 15:33:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:39793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6pWe-0002g7-Ti for submit@debbugs.gnu.org; Mon, 04 Apr 2011 15:33:30 -0400 Received: from [140.186.70.92] (port=41119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6pW9-0008Qt-44 for bug-gnu-emacs@gnu.org; Mon, 04 Apr 2011 15:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6pW7-0002VO-89 for bug-gnu-emacs@gnu.org; Mon, 04 Apr 2011 15:32:52 -0400 Received: from mout6.freenet.de ([195.4.92.96]:34892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6pW6-0002VE-Q1 for bug-gnu-emacs@gnu.org; Mon, 04 Apr 2011 15:32:51 -0400 Received: from [195.4.92.17] (helo=7.mx.freenet.de) by mout6.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #5) id 1Q6pW3-0004VL-8L for bug-gnu-emacs@gnu.org; Mon, 04 Apr 2011 21:32:47 +0200 Received: from p5b23bbd6.dip.t-dialin.net ([91.35.187.214]:59172 helo=[192.168.1.2]) by 7.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1Q6pW2-0004db-TC for bug-gnu-emacs@gnu.org; Mon, 04 Apr 2011 21:32:47 +0200 Message-Id: From: Peter Dyballa To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: 24.0.50; ./stdint.h:82:7: error: #elif with no expression Date: Mon, 4 Apr 2011 21:32:44 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hello! In the beginning of compilation a sed script edits lib/stdint.in.h to =20= become lib/stdint.h. The suspicious lines are: 76 #if @HAVE_INTTYPES_H@ 77 /* In OpenBSD 3.8, includes , =20= which defines 78 int{8,16,32,64}_t, uint{8,16,32,64}_t and =20 __BIT_TYPES_DEFINED__. 79 also defines intptr_t and uintptr_t. */ 80 # include 81 #elif @HAVE_SYS_INTTYPES_H@ 82 /* Solaris 7 has the types except the =20 *_fast*_t types, and 83 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, =20= PTRDIFF_MAX. */ 84 # include 85 #endif 86=09 87 #if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__ 88 /* Linux libc4 >=3D 4.6.7 and libc5 have a = that =20 defines 89 int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >=3D = =20 5.2.2 it is 90 included by . */ 91 # include 92 #endif And since @HAVE_SYS_BITYPES_H@ is changed to an empty string the lines =20= become invalid in lib/stdint.h: 77 #if 1 78 /* In OpenBSD 3.8, includes , =20= which defines 79 int{8,16,32,64}_t, uint{8,16,32,64}_t and =20 __BIT_TYPES_DEFINED__. 80 also defines intptr_t and uintptr_t. */ 81 # include 82 #elif 83 /* Solaris 7 has the types except the =20 *_fast*_t types, and 84 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, =20= PTRDIFF_MAX. */ 85 # include 86 #endif 87=09 88 #if && ! defined __BIT_TYPES_DEFINED__ 89 /* Linux libc4 >=3D 4.6.7 and libc5 have a = that =20 defines 90 int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >=3D = =20 5.2.2 it is 91 included by . */ 92 # include 93 #endif This error exists since 30 h (an update yesterday let the NS variant =20 compile but not the X client): . md5.h .. ./stdio.h ... /usr/include/stdio.h ... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include/=20 stdarg.h ... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include/=20 stddef.h ... /usr/include/sys/types.h .... /usr/include/sys/_structs.h .. ./stdint.h ... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include/=20 stdint.h .... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include-=20 fixed/stdint.h ... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include-=20 fixed/limits.h .... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include-=20 fixed/syslimits.h ..... = /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include-=20 fixed/limits.h ...... /usr/include/limits.h ....... /usr/include/machine/limits.h ........ /usr/include/ppc/limits.h ......... /usr/include/ppc/_limits.h ....... /usr/include/sys/syslimits.h ... /usr/include/inttypes.h .... ./stdint.h In file included from md5.h:25:0, from md5.c:25: ./stdint.h:82:7: error: #elif with no expression ./st Compilation exited abnormally with code 2 at Mon Apr 4 21:12:43 I think the code was OK until revno: 103797. Mac OS X 10.5.8, PPC; GCC 4.5.2; revno: 103819. -- Greetings Pete If it does exist, it's out of date. =96 Arnold's Second Law of Documentation From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 07 16:55:05 2011 Received: (at 8425) by debbugs.gnu.org; 7 Apr 2011 20:55:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7wEL-0000xS-2m for submit@debbugs.gnu.org; Thu, 07 Apr 2011 16:55:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7wEI-0000wx-Ga for 8425@debbugs.gnu.org; Thu, 07 Apr 2011 16:55:03 -0400 Received: from localhost ([127.0.0.1]:39859) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7wEC-0000jj-Fu; Thu, 07 Apr 2011 16:54:56 -0400 From: Glenn Morris To: Peter Dyballa Subject: Re: 24.0.50; ./stdint.h:82:7: error: #elif with no expression References: X-Spook: Etacs Cocaine dictionary oil Ft. Meade Albania Pine Gap X-Ran: 1UC!FIFTk]1@Zr`4>ha=lm,-r}Tmi"e>~doghoxlgo*K@?a*cBp2_O~D)%q'|9$A2;k\O% X-Hue: red X-Attribution: GM Date: Thu, 07 Apr 2011 16:54:55 -0400 In-Reply-To: (Peter Dyballa's message of "Mon, 4 Apr 2011 21:32:44 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 8425 Cc: 8425@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Peter Dyballa wrote: > And since @HAVE_SYS_BITYPES_H@ is changed to an empty string the lines > become invalid in lib/stdint.h: [...] > . md5.h [...] > .. ./stdint.h > ... > /sw/lib/gcc4.5/lib/gcc/powerpc-apple-darwin9.8.0/4.5.2/include/stdint.h Maybe you have a stale lib/stdint.h. Try starting from a fresh state. http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00261.html From debbugs-submit-bounces@debbugs.gnu.org Sun May 29 15:15:52 2011 Received: (at control) by debbugs.gnu.org; 29 May 2011 19:15:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QQlSq-0007pz-KN for submit@debbugs.gnu.org; Sun, 29 May 2011 15:15:52 -0400 Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QQlSo-0007pp-N2 for control@debbugs.gnu.org; Sun, 29 May 2011 15:15:50 -0400 Received: from furball ([64.134.101.122]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p4TJFirg021738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 29 May 2011 15:15:45 -0400 Received: by furball (Postfix, from userid 1000) id 2491116087D; Sun, 29 May 2011 15:15:44 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 8425 Date: Sun, 29 May 2011 15:15:44 -0400 Message-ID: <87sjrxuxlr.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) close 8425 thanks From unknown Sun Aug 17 09:09:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Jun 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator