openoffice-1.1 make target fails on CURRENT
Nakata Maho
chat95 at mac.com
Thu Jul 15 20:06:55 PDT 2004
In Message-ID: <200407160044.26629.4711 at chello.at>
Christian Hiris <4711 at 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
More information about the freebsd-openoffice
mailing list