From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: USE_LSB_TAG not supported on this platform Date: Thu, 04 Feb 2016 23:29:43 +0100 Message-ID: <86powcjei0.wl-herbert@mailbox.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1454625024 3971 80.91.229.3 (4 Feb 2016 22:30:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2016 22:30:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 04 23:30:15 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRSPm-0008F2-Rl for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2016 23:30:14 +0100 Original-Received: from localhost ([::1]:44582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRSPl-0003dW-SA for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2016 17:30:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRSPP-0003ZC-Nb for emacs-devel@gnu.org; Thu, 04 Feb 2016 17:29:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRSPL-0005Sd-IZ for emacs-devel@gnu.org; Thu, 04 Feb 2016 17:29:51 -0500 Original-Received: from mx1.mailbox.org ([80.241.60.212]:47399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRSPL-0005SZ-96 for emacs-devel@gnu.org; Thu, 04 Feb 2016 17:29:47 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id F2E75417D1 for ; Thu, 4 Feb 2016 23:29:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:user-agent:references :in-reply-to:subject:subject:from:from:message-id:date:date :received; s=mail20150812; t=1454624985; bh=YUJETt/RVZjm8bFdJp9m c8tp7b6XXI4BCHNank/UmwY=; b=iWcd2f3+DAHSiuwB4iNxBGjGy3oUDEniri8r h716dvMf60kepfV5OqNLGOI8F3U8RropRnFvhb4g2m8yxBlUhaEWbyFZGJpUrpsz XTpbFEh0zB5a+R+cEruODlLyMfBAtvueuwBBCLOeBVjfoB58RF3bmWG4dwCp0JL+ dsyv6yk9xKxG+NXj7UYVKP4XFGO0i6IbaRxtgBFLykdcfFlZXsvRRZOBSIZse1dj sOCKV1i/VbXvJtuZNTsk3Qbl4yoMML6ziKjGflt4/4iqDLnMMP8zIdfvTRoV1MfP Nh2mKXe9g3jt1GVTCOPyp2SVlCKU6cW3MWSAiDDTviiACmz+IA== X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id BND7BZAwsBh0 for ; Thu, 4 Feb 2016 23:29:45 +0100 (CET) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/25.0 Mule/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.212 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199340 Archived-At: On Thu, 04 Feb 2016 09:32:46 +0100 C. Baxter wrote: > > I'm getting a new (for me) build error of "USE_LSB_TAG not supported on this > platform;" The suggested work round of 'configure --with-wide-int' has no > effect. The error message is generated from line 275 of src/lisp.h I also get this error building master on FreeBSD 10.3-PRERELEASE (i386) with both clang (base) and gcc5 (ports): In file included from lwlib.c:24:0: ../src/lisp.h:275:3: error: #error "USE_LSB_TAG not supported on this platform; please report this." "Try 'configure --with-wide-int' to work around the problem." # error "USE_LSB_TAG not supported on this platform; please report this." \ ^ ../src/lisp.h:277:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token error !; ^ Commit d6585a910ed3e9e0e43c093b5fbfeb6d56b703b4 is obviously the culprit. The workaround is successful. -- Herbert