Tested with MinGW package bundled with Code::Blocks 8.02 - applications work as expected. However, see attachment for some of the warnings emitted by mingw32-gcc (3.4.5) ...

H <cid:[email protected]>


Paul Martz wrote:
Hi all -- We've had some build testing of the 2.6 branch on Windows and a Linux box. Since it contains some mingw-specific changes, I'd especially like to see it tested there, as well as build and execution testing on all platforms. http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.6 Please note the URL above is _not_ the SVN head; you'll need to 'svn switch' to the branch or check out a separate tree. (You're right, this is not how OSG releases usually work.) Thanks for helping with this release. Paul Martz
*Skew Matrix Software LLC*
http://www.skew-matrix.com <http://www.skew-matrix.com/>
+1 303 859 9466
------------------------------------------------------------------------

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


--
Hartmut Seichter, PhD (HKU), Dipl-Ing.(BUW), Postdoctoral Fellow, HITLabNZ

C:\Development\SDKs\OpenSceneGraph\src\osgDB\FileUtils.cpp|30|warning: "F_OK" 
redefined|
C:\PROGRA~1\CODEBL~1\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\io.h|196|warning:
 this is the location of the previous definition|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp||In 
member function `virtual bool 
osgViewer::Win32WindowingSystem::setScreenRefreshRate(const 
osg::GraphicsContext::ScreenIdentifier&, double)':|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp|886|warning:
 converting to `DWORD' from `double'|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp||In 
member function `virtual void osgViewer::GraphicsWindowWin32::checkEvents()':|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp|1729|warning:
 passing NULL used for non-pointer converting 3 of `BOOL PeekMessageA(tagMSG*, 
HWND__*, UINT, UINT, UINT)'|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp|1729|warning:
 passing NULL used for non-pointer converting 4 of `BOOL PeekMessageA(tagMSG*, 
HWND__*, UINT, UINT, UINT)'|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp||In 
member function `virtual void 
osgViewer::GraphicsWindowWin32::requestWarpPointer(float, float)':|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp|1803|warning:
 converting to `LONG' from `float'|
C:\Development\SDKs\OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp|1804|warning:
 converting to `LONG' from `float'|
C:\Development\SDKs\OpenSceneGraph\src\osgWidget\Window.cpp||In member function 
`void osgWidget::Window::_removeFromGeode(osgWidget::Widget*)':|
C:\Development\SDKs\OpenSceneGraph\src\osgWidget\Window.cpp|413|warning: 
converting of negative value `-0x000000001' to `unsigned int'|
C:\Development\SDKs\OpenSceneGraph\src\osgWidget\WindowManager.cpp||In member 
function `virtual void osgWidget::WindowManager::childRemoved(unsigned int, 
unsigned int)':|
C:\Development\SDKs\OpenSceneGraph\src\osgWidget\WindowManager.cpp|275|warning: 
converting of negative value `-0x000000001' to `unsigned int'|
C:\Development\SDKs\OpenSceneGraph\src\osgPlugins\cfg\CameraConfig.cpp|23|warning:
 "F_OK" redefined|
C:\PROGRA~1\CODEBL~1\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\io.h|196|warning:
 this is the location of the previous definition|
C:\Development\SDKs\OpenSceneGraph\src\osgPlugins\OpenFlight\expPrimaryRecords.cpp||In
 member function `void flt::FltExportVisitor::writeLightPoint(const 
osgSim::LightPointNode*)':|
C:\Development\SDKs\OpenSceneGraph\src\osgPlugins\OpenFlight\expPrimaryRecords.cpp|710|warning:
 passing negative value `-0x000000001' for converting 1 of `void 
flt::DataOutputStream::writeUInt32(flt::uint32)'|
||=== Build finished: 0 errors, 12 warnings ===|
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to