RE: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-18 Thread Rolf Kalbermatter
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote: > What about defining isinf as macro? > > diff --git a/include/wine/port.h b/include/wine/port.h index > 6727891..59c12aa 100644 > --- a/include/wine/port.h > +++ b/include/wine/port.h > @@ -146,6 +146,11 @@ struct statvfs > #define strtoull _

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-18 Thread Petr Sumbera
Alexandre Julliard wrote: > Petr Sumbera <[EMAIL PROTECTED]> writes: > >> Well, we have only one isinf call in Wine so I think it isn't worst of >> creating Wine special isinf implementation. Instead I propose emulate >> isinf via finite() and isnand() (both coming from ieeefp.h). > > You should

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-17 Thread Alexandre Julliard
Petr Sumbera <[EMAIL PROTECTED]> writes: > Well, we have only one isinf call in Wine so I think it isn't worst of > creating Wine special isinf implementation. Instead I propose emulate > isinf via finite() and isnand() (both coming from ieeefp.h). You should still put that in libwine_port, it ke

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-16 Thread Petr Sumbera
Stefan Dösinger wrote: Am Sonntag, 13. April 2008 22:28:16 schrieb Rolf Kalbermatter: Following link might give some details about Sun Solaris support of infinintes and also ideas how to solve that problem. Yes, that would work. Any build system guru who could implement that? I think it is not

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-13 Thread Stefan Dösinger
Am Sonntag, 13. April 2008 22:28:16 schrieb Rolf Kalbermatter: > Following link might give some details about Sun Solaris support of > infinintes > and also ideas how to solve that problem. Yes, that would work. Any build system guru who could implement that? I think it is not a good idea to put t

RE: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-13 Thread Rolf Kalbermatter
Petr Sumbera [mailto:[EMAIL PROTECTED] > >isinf is a function / macro which returns wether or not a > float is positive >infinite or negative infinite. I think it > is a standard C function. Maybe >solaris declares it in some > header that needs to be included, like math.h? > > I have logg

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-11 Thread Petr Sumbera
>isinf is a function / macro which returns wether or not a float is positive >infinite or negative infinite. I think it is a standard C function. Maybe >solaris declares it in some header that needs to be included, like math.h? I have logged for this bug: http://bugs.winehq.org/show_bug.cgi?id

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-03-26 Thread Stefan Dösinger
Am Mittwoch, 26. März 2008 10:57:56 schrieb Новиков Роман Константинович: > After 40 minutes of the compilation the process halted with messages: > wined3d_private.h: In function `float_32_to_16': > wined3d_private.h:159: warning: implicit declaration of function `isinf' > wined3d_main.c: At top le