Re: [osg-users] build errors in VPB and latest trunks.

2014-03-19 Thread Ekaterina Fokina
Uwe, could you please write it in more details what you have done to avoid this problem. I have exactly the same error and also Visual studio 2010 x64. Thank you! Cheers, Ekaterina -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=58652#58652

Re: [osg-users] OSG-3.2.1-rc1 + Qt-5.2.0 building

2014-03-19 Thread Jakub Obr
Hi, I also had this problem after applying the patched cmake file. Because I didn't have time to find out what's causing this I've finished the compilation with a temporary solution - 1) Run the build till the error occures. 2) In generated file

Re: [osg-users] osgconv

2014-03-19 Thread Ekaterina Fokina
Alberto, right now I have osgversion 3.2.1. I installed it already in a different computer, but it is still the same... Thank you! Cheers, Ekaterina -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=58654#58654

[osg-users] [osgPlugins] is osgAudio working with latest Fmod ?

2014-03-19 Thread Petr Svoboda
Hi, I'm trying to compile osgAudio plugin but there are some compilation errors related to Fmod /home/petr/Plocha/osgAudio_02_00_00/src/osgAudio/BackendFMOD/AudioEnvironmentFMOD.cpp:40:2: error: ‘FMOD_3D_LOGROLLOFF’ was not declared in this scope

Re: [osg-users] [osgPlugins] is osgAudio working with latest Fmod ?

2014-03-19 Thread Chris Hanson
I have not tested it with recent builds of FMOD. It's possible FMOD has removed some capabilities like 3D LOG ROLLOFF. In that case, you might need to #ifdef out some code to get it to compile. On Wed, Mar 19, 2014 at 10:52 AM, Petr Svoboda upd...@seznam.cz wrote: Hi, I'm trying to compile

Re: [osg-users] ReadImageFile fails open video

2014-03-19 Thread Petr Svoboda
And any idea how to do it? I just went to https://launchpad.net/ubuntu/+source/libav and installed the hole list. Doesnt work You said that you tried that on Kubuntu, isnt that the same as Ubunru only with KDE? Or should I ask on different forum? robertosfield wrote: HI Peter On 15 March

Re: [osg-users] Openscenegraph iOS Development

2014-03-19 Thread Sebastian Messerschmidt
Hi, I found the following Macro after some research: macro(ADD_FRAMEWORK fwname appname) find_library(FRAMEWORK_${fwname} NAMES ${fwname} PATHS ${CMAKE_OSX_SYSROOT}/System/Library PATH_SUFFIXES Frameworks NO_DEFAULT_PATH) if( ${FRAMEWORK_${fwname}}