The __WINE__ macro does not identify the Wine platform

Hin-Tak Leung hintak_leung at yahoo.co.uk
Thu Jun 17 16:30:46 CDT 2010


You seems to have made one mistake - it is "winegcc", (without space) not "wine gcc". winegcc does define __WINE__ .

--- On Thu, 17/6/10, Alan W. Irwin <irwin at beluga.phys.uvic.ca> wrote:

> According to some old discussion
> (http://www.mail-archive.com/[email protected]/msg15669.html)
> on
> wine-devel it appears that __WINE__ was going to be the
> macro used to
> identify the Wine platform,
> 
> However, that doesn't appear to work for Windows native
> MinGW on wine.
> 
> To show this, I attach results from running
> 
> wine gcc -E -dM foo.c >| /tmp/wine_gcc_dM.out
> 
> where foo.c is an empty file, and gcc is the MinGW 4.5.0-1
> version. The
> equivalent command under Linux gcc shows several macros,
> (e.g., __linux__)
> are defined to identify that platform, but I cannot find
> anything in the
> attached file that similarly identifies the Wine
> platform.  Furthermore, I
> have compiled and run a simple test code under Wine that
> shows that __WINE__
> is not available (see previous post on wine-users for
> details).
> 
> An excellent general motivation for such an identifying
> macro for wine is
> given in the above older wine-devel discussion, and I
> understand the CMake
> developers have an immediate use for such a macro within
> the CMake code
> itself.
> 
> Is the lack of a macro to identify the wine platform a bug
> I should report
> or am I missing something?
> 
> Alan
> __________________________
> Alan W. Irwin
> 
> Astronomical research affiliation with Department of
> Physics and Astronomy,
> University of Victoria (astrowww.phys.uvic.ca).
> 
> Programming affiliations with the FreeEOS equation-of-state
> implementation
> for stellar interiors (freeeos.sf.net); PLplot scientific
> plotting software
> package (plplot.org); the libLASi project
> (unifont.org/lasi); the Loads of
> Linux Links project (loll.sf.net); and the Linux Brochure
> Project
> (lbproject.sf.net).
> __________________________
> 
> Linux-powered Science
> __________________________
> 
> 
> 


      



More information about the wine-devel mailing list