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

Stefan Dösinger stefan at codeweavers.com
Wed Mar 26 12:30:44 CDT 2008


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 level:
> wined3d_main.c:271: warning: visibility attribute not supported in this
> configuration; ignored
> (the last string repeated for many times)
> I suppose the situation is connected with Solaris 'isinf' but I am too
> far from programming under UNIX...
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?



More information about the wine-devel mailing list