Re: [osg-users] osgQt Build error

2018-01-18 Thread Bruce Clay
Hi, Thanks for your reply, build log is attached Cheers, Bruce -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72775#72775 1>-- Build started: Project: osgQt5, Configuration: Debug x64 -- 1> QFontImplementation.cpp

Re: [osg-users] osgQt Build error

2018-01-18 Thread michael kapelko
Hi. Please, provide build logs with errors. On 18 January 2018 at 00:53, Bruce Clay wrote: > Hi, > > I am trying to build osgQt but get multiple stream related errors. Compiling > QFontImplementation.cpp errors on basic_ifstream and basic_ofstream base > class undefined

[osg-users] osgQt Build error

2018-01-17 Thread Bruce Clay
Hi, I am trying to build osgQt but get multiple stream related errors. Compiling QFontImplementation.cpp errors on basic_ifstream and basic_ofstream base class undefined and QGraphicsViewAdapter.cpp errors on line 322 trying to stream data to OSG_INFO. The first two errors are flagged in

Re: [osg-users] osgQt build error

2014-04-17 Thread Riccardo Corsi
Hi Alexey, to build osgQt library with osg using full OpenGL, you need to use the full OpenGL version of Qt as well. Qt built with ANGLE expects OpenGL-ES compliant code. If you want to use ANGLE version, I guess you should be fine if you compile osg with ES flag as well - I never tried this

[osg-users] osgQt build error

2014-04-16 Thread Alexey Pavlov
Hi! I can't build OSG with Qt builded with ANGLE under Windows using Mingw-w64 toolchain. I get conflict types between ANGLE and OpenGL headers: http://pastebin.kde.org/pitat7w4x Regards, Alexey. ___ osg-users mailing list