Re: [osg-users] OpenSceneGraph 3.4.0, latest git master: build of ffmpeg plugin fails after upgrade to ffmpeg 3.0+

2016-05-21 Thread Ben Woods

robertosfield wrote:
> Hi Ben,
> 
> On 27 April 2016 at 10:22, Ben Woods < ()> wrote:
> 
> > I have created a pull request to commit this ffmpeg3 patch against the 
> > master OpenSceneGraph repository on GitHub:
> > https://github.com/openscenegraph/OpenSceneGraph/pull/70 
> > (https://github.com/openscenegraph/OpenSceneGraph/pull/70)
> > 
> 
> 
> For now the official route for submissions to send whole modified files to 
> the osg-submissions mailing list.  I've found the git pull mechanism 
> problematic, until I find efficient ways around it's diffidences I'll be 
> sticking to the route outlined on the OSG website's submission page.
> 
> 
> Robert.
> 


Hi Robert,

Thanks for that. I have now sent it through to the osg-submissions mailing 
lists here:
http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/2016-May/033913.html

Regards,
Ben[/url]

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=67185#67185





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph 3.4.0, latest git master: build of ffmpeg plugin fails after upgrade to ffmpeg 3.0+

2016-04-27 Thread Ben Woods
I have created a pull request to commit this ffmpeg3 patch against the master 
OpenSceneGraph repository on GitHub:
https://github.com/openscenegraph/OpenSceneGraph/pull/70

Regards,
Ben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66984#66984





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph 3.4.0, latest git master: build of ffmpeg plugin fails after upgrade to ffmpeg 3.0+

2016-04-25 Thread Ben Woods
Hi,

Please see attached a patch which allows openscenegraph to build successfully 
against ffmpeg 3.0.x.

This was obtained from ArchLinux.

Cheers,
Ben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66957#66957




Attachments: 
http://forum.openscenegraph.org//files/patch_ffmpeg3_202.txt


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [osgPlugins] gstreamer plugin failing to build in osg 3.4.0

2016-04-22 Thread Ben Woods
Hi,

I am attempting to build OpenSceneGraph 3.4.0 on FreeBSD 10.2 (with clang 3.4.1 
and cmake 3.5.2).

The osgdb_gstreamer is failing during the build with the following error (full 
build log also attached):


> [ 94%] Linking CXX shared module 
> ../../../lib/osgPlugins-3.4.0/osgdb_gstreamer.so
> cd /wrkdirs/usr/ports/graphics/osg/work/.build/src/osgPlugins/gstreamer && 
> /usr/local/bin/cmake -E cmake_link_script 
> CMakeFiles/osgdb_gstreamer.dir/link.txt --verbose=1
> /usr/bin/c++  -fPIC -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall 
> -Wparentheses -Wno-long-long -Wno-import  -Wreturn-type -Wmissing-braces 
> -Wunknown-pragmas -Wunused -Wno-overloaded-virtual -Wno-variadic-macros -O2 
> -pipe -fstack-protector -fno-strict-aliasing  -fstack-protector -shared  -o 
> ../../../lib/osgPlugins-3.4.0/osgdb_gstreamer.so 
> CMakeFiles/osgdb_gstreamer.dir/GStreamerImageStream.o 
> CMakeFiles/osgdb_gstreamer.dir/ReaderWriterGStreamer.o 
> ../../../lib/libosgDB.so.3.4.0 ../../../lib/libosgUtil.so.3.4.0 
> -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lgstapp-1.0 -lgstbase-1.0 
> -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lgstpbutils-1.0 
> -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl /usr/local/lib/libglib-2.0.so 
> /usr/local/lib/libgobject-2.0.so ../../../lib/libosg.so.3.4.0 
> ../../../lib/libOpenThreads.so.3.3.0 -pthread -lm -lz /usr/local/lib/libGL.so 
> -lgstapp-1.0 -lgstbase-1.0 -lgstpbutils-1.0 /usr/local/lib/libglib-2.0.so 
> /usr/local/lib/libgobject-2.0.so -
 Wl,-rpath,/wrkdirs/usr/ports/graphics/osg/work/.build/lib:/usr/local/lib: 
> /usr/bin/ld: cannot find -lgstreamer-1.0
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> *** Error code 1


Any ideas how to fix this? It appears to be because the gstreamer libraries are 
not linked into this build with -L/usr/local/lib, however I can confirm they 
are installed in that directory under the gstreamer-1.0 sub-directory.

Thank you in advance,
Ben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66916#66916




Attachments: 
http://forum.openscenegraph.org//files/osg_340log_112.txt


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [osgPlugins] osgjs failing to build in osg 3.5.1

2016-04-22 Thread Ben Woods
Hi,

I am trying to build openscenegraph 3.5.1 on FreeBSD (with clang 3.4.1 and 
cmake 3.5.2), but I am getting the following error:


> [ 92%] Building CXX object 
> src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Base64.o
> cd /wrkdirs/usr/ports/graphics/osg-devel/work/.build/src/osgPlugins/osgjs && 
> /usr/bin/c++   -Dosgdb_osgjs_EXPORTS 
> -I/wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/include 
> -I/usr/local/include 
> -I/wrkdirs/usr/ports/graphics/osg-devel/work/.build/include -O2 -pipe 
> -fstack-protector -fno-strict-aliasing -Wall -Wparentheses -Wno-long-long 
> -Wno-import -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused 
> -Wno-overloaded-virtual -O2 -pipe -fstack-protector -fno-strict-aliasing 
> -fPIC -o CMakeFiles/osgdb_osgjs.dir/Base64.o -c 
> /wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/src/osgPlugins/osgjs/Base64.cpp
> c++ -O2 -pipe -fstack-protector -fno-strict-aliasing-fstack-protector 
> /wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/src/osgPlugins/osgjs/WriteVisitor.cpp
>   -o 
> /wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/src/osgPlugins/osgjs/WriteVisitor
> In file included from 
> /wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/src/osgPlugins/osgjs/WriteVisitor.cpp:1:
> /wrkdirs/usr/ports/graphics/osg-devel/work/OpenSceneGraph-3.5.1/src/osgPlugins/osgjs/WriteVisitor:5:10:
>  fatal error: 'osg/Image' file not found
> #include <­osg/Image>
>  ^
> 1 error generated.
> *** Error code 1



Any ideas what the problem could be?

Thanks in advance,
Ben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66914#66914





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org