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

2014-06-28 Thread Paul
Yup, I've done that.. I still have a Console window when I run the app. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60041#60041 ___ osg-users mailing list osg-users@lists.openscenegraph.org http

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: http://forum.openscenegraph.org/viewtopic.php?p=600

[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: http://forum.openscenegraph.org/viewtopic.php?p=

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 and

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 wrote: > Hi, Robert > > >> Does svn/trunk and OSG-3.2 branch compile OK for you?

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 http://pasteb

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 an

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. Thi