[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem compiling gnustep-gui with uclibc
From: |
Adam Fedor |
Subject: |
Re: problem compiling gnustep-gui with uclibc |
Date: |
23 Nov 2003 19:59:46 -0700 |
Well, it's nice that it worked, but gui should work around rintf not
being defined (look in config.h). I'm not sure what caused the problem.
On Sun, 2003-11-23 at 19:01, Rogelio M.Serrano Jr. wrote:
> I implemented rintf in uClibc and it worked. Gnustep-gui now builds
> cleanly
> with uClibc.
>
> On 2003-11-24 05:21:58 +0800 Adam Fedor <fedor@doc.com> wrote:
>
> > On Sun, 2003-11-23 at 12:29, Rogelio M.Serrano Jr. wrote:
> >> from NSAffineTransform.m:28:
> >> /usr/include/bits/mathcalls.h:252: error: conflicting types for
> >> `rint'
> >> /usr/include/bits/mathcalls.h:252: error: previous declaration of
> >> `rint'
> >> make[2]: *** [shared_obj/NSAffineTransform.o] Error 1
> >> make[1]: *** [libgnustep-gui.all.library.variables] Error 2
> >> make[1]: Leaving directory `/src/core/gui/Source'
> >> make: *** [internal-all] Error 2
> >> root:/src/core/gui#
> >>
> >
> >
> > It's possible that configure is missing the fact that rint is defined
> > somewhere. Perhaps send me the config.log file from gui or look at it
> > yourself (search for 'rint' to see the rint test and whether it failed
> > and why).
> >
> >
>