Re: [osg-users] [PATCH] Export fix for Windows platform

2015-01-22 Thread Robert Osfield
Hi Alexey, On 22 January 2015 at 15:55, Alexey Pavlov wrote: > No problem - in attach. But I wonder why need full file file. > Thanks, fix now merged and submitted to svn/trunk. I request full files as it's more reliable than applying diff's and avoids any potential copy and paste mistakes at

Re: [osg-users] [PATCH] Export fix for Windows platform

2015-01-22 Thread Alexey Pavlov
2015-01-22 17:56 GMT+03:00 Robert Osfield : > Hi Alexey, > > Could yo post the whole modified file, thanks, > No problem - in attach. But I wonder why need full file file. > > Robert. > > On 22 January 2015 at 13:19, Alexey Pavlov wrote: > >> Next patch fix build OSG from trunk with mingw-w64:

Re: [osg-users] [PATCH] Export fix for Windows platform

2015-01-22 Thread Robert Osfield
Hi Alexey, Could yo post the whole modified file, thanks, Robert. On 22 January 2015 at 13:19, Alexey Pavlov wrote: > Next patch fix build OSG from trunk with mingw-w64: > > --- OpenSceneGraph/src/osg/DisplaySettings.cpp.orig 2015-01-22 > 16:14:40.44560 +0300 > +++ OpenSceneGraph/src/osg/D

[osg-users] [PATCH] Export fix for Windows platform

2015-01-22 Thread Alexey Pavlov
Next patch fix build OSG from trunk with mingw-w64: --- OpenSceneGraph/src/osg/DisplaySettings.cpp.orig 2015-01-22 16:14:40.44560 +0300 +++ OpenSceneGraph/src/osg/DisplaySettings.cpp 2015-01-22 16:15:14.50040 +0300 @@ -25,7 +25,7 @@ #if defined(WIN32) && !defined(__CYGWIN__) #include -e