[physfs] __EMX__ is not defined, Using Mingw-W64

John Ackerman afuturepilotis at gmail.com
Thu Apr 5 17:09:44 EDT 2018


Apparently changing the line to:

#elif ((__GNUC__ >= 3) && (!defined __EMX__) && (!defined sun))

Has fixed the issue. What might have caused this?

On Thu, Apr 5, 2018 at 4:01 PM, John Ackerman <afuturepilotis at gmail.com>
wrote:

> I just upgraded from physfs 2 to physfs 3. When attempting to compile I
> get the error that __EMX__ is not defined (also that sun is not defined).
>
> The problem line is:
>
> #elif ((__GNUC__ >= 3) && (!__EMX__) && (!sun))
>
> I'm assuming this is some sort of problem with my environment. I'm using
> mingw-w64 on Windows.
>
> Thanks for any assistance!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/physfs/attachments/20180405/8416b992/attachment.html>


More information about the physfs mailing list