tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] __fp_unordered_compare defined twice on Windows


From: Rob
Subject: Re: [Tinycc-devel] __fp_unordered_compare defined twice on Windows
Date: Sat, 7 Dec 2013 10:58:56 +0000 (GMT)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Sat, 7 Dec 2013, Christian Jullien wrote:
Hi x86/x64 Windows maintainers,
 
This morning, I chekouted the latest TCC version from mod to update tcc on 
Windows (both x86/x64).
It used to work flawlessly (my latest successful build was made on October).
 
Using gcc, I now get an error because __fp_unordered_compare (long double x, 
long double y) is defined twice in math.h
 
First time at line 690 __fp_unordered_compare (long double x, long double y){
Second time at line 754 __fp_unordered_compare (long double x, long double y){
 
In file included from bignum.c:13:
In file included from openlisp.h:23:
In file included from defs.h:219:
f:/tinycc/win32/include/math.h:754: error: redefinition of 
'__fp_unordered_compare'
NMAKE : fatal error U1077: 'f:\tinycc\win32\tcc.EXE' : return code '0x1'

Can you attached the preprocessed source? I don't have Windows headers.
Sounds like it might be an inline vs static inline definition problem.

Thanks,
Rob

reply via email to

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