Re: [osg-users] CompositeViewer regression between OSG 3.1.4 and 3.2

2014-06-28 Thread Robert Osfield
Hi Glenn, On 27 June 2014 22:08, Glenn Waldron gwald...@gmail.com wrote: Sure. These were the breaks: I see that you are testing 3.3.2 rather than 3.2.1. Both have the fix to the CompositeViewer event focus bug that you reported. 1) osg::Geode::DrawableList type is gone; replaced usage of

Re: [osg-users] [build] error compiling the stable version

2014-06-28 Thread Alexander Sinditskiy
Hi, Actually this issue is caused by 2 reasons 1. update in librsvg: https://github.com/GNOME/librsvg/commit/3b8adaa7e780b85695306292dfb23107d219bb34 Please look at rsvg.h. They moved #include librsvg/rsvg-cairo.h dirrectly to rsvg.h Also they added deprecated warning to this include. This

Re: [osg-users] [build] error compiling the stable version

2014-06-28 Thread Robert Osfield
Hi Alexander, I don't have the old version of RSVG available to test against now. Reverting to support an older version may be possible, but it might get awkward. I don't recall all changes now, Ubuntu 12.04 is two years old. As a quick fix would be to refine the version check - in svn/trunk

Re: [osg-users] [build] error compiling the stable version

2014-06-28 Thread Alexander Sinditskiy
Hi, Robert Does svn/trunk and OSG-3.2 branch compile OK for you? no. I am using github mirror, this is logs from 2 vms both vm have same setup similar to ... apt-get build-dep openscenegraph and both failed due to rsvg build logs: Debian GNU/Linux 7.5 (wheezy) failed: master

Re: [osg-users] [build] error compiling the stable version

2014-06-28 Thread Robert Osfield
HI Alexander, Could you try putting an #ifdef guard around the #include to allow the appropriate version to be included with different versions of RSVG? Thanks, Robert. On 28 June 2014 21:17, Alexander Sinditskiy verybigbad...@gmail.com wrote: Hi, Robert Does svn/trunk and OSG-3.2 branch

Re: [osg-users] [build] error compiling the stable version

2014-06-28 Thread Alexander Sinditskiy
Hi Robert I attached file with changes. It builds fine for me. Thank you! Cheers, Alexander -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60038#60038 /* -*-c++-*- Copyright (C) 2008 Miguel Escriva Gregori * * This library is open source

[osg-users] OSG app without Console window?

2014-06-28 Thread Paul
On windows, my OSG apps always have a console window. I've looked everywhere but haven't figured out how to turn it off. I want the app to run and only show the viewer window. Thanks in advance ;) -- Read this topic online here:

Re: [osg-users] OSG app without Console window?

2014-06-28 Thread Alexander Sinditskiy
Hi aquawicket I think you need to specify linker subsystem. example: [Image: http://2.bp.blogspot.com/-tuekaUyoTuM/T_uaWBI_NdI/AFs/-Dj5Udavim4/s1600/setsubsystem.png ] Cheers, Alexander -- Read this topic online here: