patches to make wine compile on osx

Daniel Oberhoff daniel at danieloberhoff.de
Sat Sep 15 17:21:24 CDT 2007


Hi,

As to maintainer suggestion submitting some patches here that I did  
to make git wine (i.e. latest) compile on my osx intel (tiger) box.

Errors fixed are about some undefined types and constants. In the  
first I remove a cast which was undefined and seems to be unneccesary  
(though of course it might be different on other systems. THe second  
fixes usage of rectangle textures as an nvidia extension (i.e. using  
_NV constants) which are equivalent to ext extensions (i.e. _EXT) at  
least on osx. They are redefined only if they are not already  
defined. Also I fixed some warnings about implicit casts to int in  
printf formatted argument lists.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: wineosxtypeerrors.patch
Type: application/octet-stream
Size: 2216 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070916/b472e7b3/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wineosxglexterrors.patch
Type: application/octet-stream
Size: 1946 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070916/b472e7b3/attachment-0001.obj 
-------------- next part --------------


Best

Daniel Oberhoff


More information about the wine-patches mailing list