Re: [osg-users] [build] Particular Build Problems with OSG.

2019-03-27 Thread Zachary1234
> To build OSG you need to manually direct the cygwin installer to load version > 3.3.3 of the gcc compiler family. -By doing this, will I be then building a compiler which will be incompatible with 64 bit Windows C++ TDM compiling, or in fact not? -I had been under the impression that the

Re: [osg-users] [build] Particular Build Problems with OSG.

2019-03-27 Thread Robert Osfield
On Wed, 27 Mar 2019 at 16:34, Trajce Nikolov NICK wrote: > osg is cmake based for configuration. so instead of ./configure;make;make > install you should do something like > > cmake . > make > make install The old Cygwin install docs was out of date and referred to pre OSG-2.0 build. I've

Re: [osg-users] [build] Particular Build Problems with OSG.

2019-03-27 Thread Trajce Nikolov NICK
Hi Zachary, osg is cmake based for configuration. so instead of ./configure;make;make install you should do something like cmake . make make install cmake will generate the Makefiles On Wed, Mar 27, 2019 at 5:23 PM Robert Osfield wrote: > Hi Zachary, > > You will need to post us the errors

Re: [osg-users] [build] Particular Build Problems with OSG.

2019-03-27 Thread Robert Osfield
Hi Zachary, You will need to post us the errors you are seeing without this there is no way for us to know what is wrong. Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] osgText::Text dissapears when reparent container window on qt

2019-03-27 Thread Diego Mancilla
Hello, This is a mixed OSG/Qt question. I asked first here due to previous experiences with the community. I'm following a minimal example of embedding OSG into a Qt5 application from https://gist.github.com/vicrucann/874ec3c0a7ba4a814bd84756447bc798. When I modify that example, and add a

[osg-users] [build] Particular Build Problems with OSG.

2019-03-27 Thread Zachary1234
I am attempting to build 64 bit OSG 3.6.3 for Windows using the GNU compiler, to keep my end result operable with 64 bit TDM. I am in the 64 bit Cygwin Environment. I have installed the dependencies mentioned as necessary at the top of the tutorial [url]