Hi,

I wanted to give the current svn a try with MinGW, but I get the following error:

c++ -mthreads -O2 -DWIN32 -Wall -DOSGVIEWER_LIBRARY -I../../../include -I/usr/local/include -c ../GraphicsWindowWin32.cpp ../GraphicsWindowWin32.cpp: In member function `virtual bool osgViewer::Win32WindowingSystem::setScreenRefreshRate(const osg::GraphicsContext::ScreenIdentifier&, double)':
../GraphicsWindowWin32.cpp:909: warning: converting to `DWORD' from `double'
../GraphicsWindowWin32.cpp: In member function `void osgViewer::GraphicsWindowWin32::init()': ../GraphicsWindowWin32.cpp:1036: error: 'struct osgViewer::GraphicsWindowWin32::WindowData' has no member named 'handle' ../GraphicsWindowWin32.cpp: In member function `virtual void osgViewer::GraphicsWindowWin32::checkEvents()': ../GraphicsWindowWin32.cpp:1599: warning: passing NULL used for non-pointer converting 3 of `BOOL PeekMessageA(tagMSG*, HWND__*, UINT, UINT, UINT)' ../GraphicsWindowWin32.cpp:1599: warning: passing NULL used for non-pointer converting 4 of `BOOL PeekMessageA(tagMSG*, HWND__*, UINT, UINT, UINT)' ../GraphicsWindowWin32.cpp: In member function `virtual void osgViewer::GraphicsWindowWin32::requestWarpPointer(float, float)': ../GraphicsWindowWin32.cpp:1665: warning: passing `float' for converting 1 of `BOOL SetCursorPos(int, int)' ../GraphicsWindowWin32.cpp:1665: warning: passing `float' for converting 2 of `BOOL SetCursorPos(int, int)' ../GraphicsWindowWin32.cpp: In member function `virtual LRESULT osgViewer::GraphicsWindowWin32::handleNativeWindowingEvent(HWND__*, UINT, WPARAM, LPARAM)':
../GraphicsWindowWin32.cpp:1768: warning: unused variable 'baseTime'
make[3]: *** [GraphicsWindowWin32.o] Error 1
make[3]: Leaving directory `/home/Andreas/osg_cvn/OpenSceneGraph/src/osgViewer/MINGW.Opt'
make[2]: *** [libosgViewer.dll.opt] Error 2


I think I´ve fixed it already, but I´ll just wait if the whole thing builds and works fine.

Regards,

Andreas

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to