Re: [osg-users] [build] Building with MinGW on Windows 10

2019-05-23 Thread Stefan Waldegger
Hi, ... Thank you! Cheers, Stefan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=76136#76136 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] Building with MinGW on Windows 10

2019-05-22 Thread Voerman, L.
You probably need to remove the exlusion of mingw32 on line 39 of D:\Projects\C++\Libraries\OpenScenegraph\OpenSceneGraph-OpenSceneGraph-3.6.3\src\osgDB\FileUtils.cpp to get stat64 defined as _stati64 on windows. Try to remove the #if and the #endif line (38 & 40) and see if that compiles.

Re: [osg-users] [build] Building with MinGW on Windows 10

2019-05-22 Thread Stefan Waldegger
Hi Alberto, Thank you for your reply, I tried it to get the latest verion from github, OpenSceneGraph-master it is called when I download it. But sadly, there is the same error, in the same file. osgDB::makeDirectory(const string&)::stat64. Can it be that the MinGW in Windows is outdated and

Re: [osg-users] [build] Building with MinGW on Windows 10

2019-05-20 Thread Alberto Luaces
"Stefan Waldegger" writes: > I did not work with OSG for a while, but today I decided to continue > on my project and downloaded the lates OSG 3.6.3. The configuration of > the make files worked very well, but then when I write mingw32-make > following error occurs at 15%. git's HEAD is working