emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: USE_LSB_TAG not supported on this platform


From: Herbert J. Skuhra
Subject: Re: USE_LSB_TAG not supported on this platform
Date: Thu, 04 Feb 2016 23:29:43 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/25.0 Mule/6.0 (HANACHIRUSATO)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]