<div dir="ltr">You probably need to remove the exlusion of mingw32 on line 39 of<div>D:\Projects\C++\Libraries\OpenScenegraph\OpenSceneGraph-OpenSceneGraph-3.6.3\src\osgDB\FileUtils.cpp </div><div>to get stat64 defined as _stati64 on windows.</div><div>Try to remove the #if and the #endif line (38 & 40) and see if that compiles.</div><div>Laurens. </div><div><br><div>#if !defined(__MINGW32__)<br>    #define stat64 _stati64<br>#endif<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 22, 2019 at 12:36 PM Stefan Waldegger <<a href="mailto:stefan.waldegger@yahoo.de">stefan.waldegger@yahoo.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Alberto,<br>
<br>
Thank you for your reply, I tried it to get the latest verion from github, OpenSceneGraph-master it is called when I download it.<br>
<br>
But sadly, there is the same error, in the same file.<br>
<br>
osgDB::makeDirectory(const string&)::stat64. Can it be that the MinGW in Windows is outdated and doesnt know some conversions like this?<br>
<br>
MinGW I downloaded this installer from gitbhub and this took a while but installed the MinGW in C:\MinGW<br>
<br>
... <br>
<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Stefan<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=76132#76132" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=76132#76132</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>