Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 12:06:21 +0900 (JST)
From:      Nakata Maho <chat95@mac.com>
To:        4711@chello.at
Cc:        das@freebsd.org
Subject:   Re: openoffice-1.1 make target fails on CURRENT
Message-ID:  <20040716.120621.846937099.chat95@mac.com>
In-Reply-To: <200407160044.26629.4711@chello.at>
References:  <200407160044.26629.4711@chello.at>

next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <200407160044.26629.4711@chello.at> 
Christian Hiris <4711@chello.at> wrote:

Hi Christian,

> It looks like Davids commit on gcc builtins,   
> http://lists.freebsd.org/pipermail/cvs-all/2004-July/072713.html ,
> breaks the build of the openoffice-1.1 port on CURRENT. 

:(

> #ifdef __STDC__
>                                 rv = HUGE_VAL;
> #else
>                                 /* Can't trust HUGE_VAL */
> #ifdef IEEE_Arith
>                                 word0(rv) = Exp_mask;
>                                 word1(rv) = 0;
> #else
>                                 word0(rv) = Big0;
>                                 word1(rv) = Big1;
> #endif
> #endif
> 
> Is it save to comment out the the STDC define and use the IEEE_Arith define 
save is typo of safe? then maybe okay. however, I'm not sure whether
__STDC__ should defined somewhere for FreeBSD.

> instead? Or, David, is there anything you want to change on the compilers 
> definitions?

I also would like to ask David about it.

thanks
--nakata maho




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716.120621.846937099.chat95>