Re: OSG 3.1.3 build error

6 views
Skip to first unread message
Message has been deleted

choco

unread,
Feb 6, 2013, 1:18:51 AM2/6/13
to dtenti...@googlegroups.com, julien...@wanadoo.fr
Hi Julien,
I just posted a fix to trunk. Can you try it out?

Cheers,
Martin

Am Dienstag, 29. Januar 2013 16:38:00 UTC+1 schrieb julien...@wanadoo.fr:
Hello.

I used to work with OSG 3.1.2, but I wanted to do some test with OSG 3.1.3 today. But the librairie dtEntityQtWidgets doesn't build with this version.
I have two error when we want to access to "traits->sharedContext" in OSGGraphicsWindowQt object.

The cause is a changement for the traits->sharedContext, in 3.1.2 it was an osg::GraphicContext * and now it is a osg::Observer_ptr<osg::GraphicContext>.

I could solve this problem from my side by replacing by traits->sharedContext.get() , but after the source is not compatible with 3.1.2.

I don't see a solution actually, I will modify from my side for my test.

Julien Ryard (ENSAM)

unread,
Feb 7, 2013, 5:36:52 AM2/7/13
to dtenti...@googlegroups.com, julien...@wanadoo.fr
Hello.

thank you for the patch and sorry for the double post.

It doesn't work for me cause the SO_VERSION for 3.1.3 is equal to 93, and we check it for 96, whitch must be the actual trunk version.
Maybe we have to replace it by 93, or simply disable the check on SO_VERSION

I try to pass to 93, and to disable and the two work fine.

Cheers
Julien
Reply all
Reply to author
Forward
0 new messages