Dear PhysFS devs and contributors,<br><br>I failed to build PhysFS from source with MinGW GCC 4.4.0<br>The following changes worked which was suggested by: <a href="http://supertux.lethargik.org/wiki/Building_on_Windows">http://supertux.lethargik.org/wiki/Building_on_Windows</a> <br>
<br>Thus my new part of the CMakeLists.txt file looks as follows:<br><br>IF(PHYSFS_IS_GCC4 AND NOT WINDOWS)<br>        IF(NOT OS2 AND NOT SOLARIS) # Not supported on OS/2 or Solaris.<br>            ADD_DEFINITIONS(-fvisibility=hidden)<br>
        ENDIF(NOT OS2 AND NOT SOLARIS)<br>    ENDIF(PHYSFS_IS_GCC4 AND NOT WINDOWS)<br><br>Best regards,<br><br>Dawie Joubert<br><div style="width: 225px; height: 113px; opacity: 0.95;" id="ta_dialog_0">    <div style="left: 10px; top: 10px; width: 75px; height: 25px; cursor: pointer;" id="ta_dialog_0_title">
    </div>    <div style="left: 199px; top: 9px; width: 18px; height: 18px;" id="ta_dialog_0_close">    </div>    <div style="left: 14px; top: 41px; width: 197px; height: 45px;" id="ta_dialog_0_body">      <div dir="ltr" style="font-size: 11px; font-family: Arial; font-style: normal; font-weight: 400;" id="ta_link_info_content" align="left">
        <div style="color: black; line-height: 15px; font-size: 11px; font-family: Arial; font-style: normal; font-weight: 400;" id="ta_link_info_reason_div"><b style="font-size: 11px;">Use caution:</b> <span id="ta_link_info_reason"></span></div>
        <div id="ta_link_info_state_category" style="display: none; padding-top: 0px; font-family: Arial; font-size: 11px; font-weight: normal;"></div>        <div id="ta_link_info_state_text" style="padding-top: 0px; font-family: Arial; font-size: 12px; font-weight: bold;" align="center">
Category: </div>      </div>      <div id="ta_link_info_more_info_div" dir="ltr" style="width: 60px; position: absolute; top: 30px; left: 135px; font-family: Arial; font-style: normal; font-size: 10px; color: blue;"><a style="text-decoration: none; font-family: Arial; font-style: normal; font-size: 10px; color: blue; background-color: transparent; font-weight: normal;" id="ta_link_info_more_link" target="_top" href="">More info &gt;&gt;</a></div>
</div></div>