Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-27 Thread Alberto Luaces
Roberto Oliveira writes: > Alberto, > > I was able to build it using Qt4, to do so I added > -DDESIRED_QT_VERSION=4 flag to cmake command and it worked. Nice to know, thanks for posting! -- Alberto ___ osg-users mailing list osg-users@lists.openscene

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-27 Thread Roberto Oliveira
Alberto, I was able to build it using Qt4, to do so I added -DDESIRED_QT_VERSION=4 flag to cmake command and it worked. Thanks On 06/27/2017 11:08 AM, Alberto Luaces wrote: Roberto Oliveira writes: Alberto, The build worked fine in Alpine Linux x86_64, but when I tried to buid in Alpine L

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-27 Thread Alberto Luaces
Roberto Oliveira writes: > Alberto, > > The build worked fine in Alpine Linux x86_64, but when I tried to buid > in Alpine Linux ppc64le, I got the following error: > > /home/alpine/aports/testing/openscenegraph/src/OpenSceneGraph-3.4.0/include/osgQt/Version:8:2: > error: #error "Qt version mismat

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-26 Thread Roberto Oliveira
Alberto, The build worked fine in Alpine Linux x86_64, but when I tried to buid in Alpine Linux ppc64le, I got the following error: /home/alpine/aports/testing/openscenegraph/src/OpenSceneGraph-3.4.0/include/osgQt/Version:8:2: error: #error "Qt version mismatch detected! Make sure to compile

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-26 Thread Roberto Oliveira
With this patch my build now works, Thanks a lot! On 06/26/2017 01:24 PM, Alberto Luaces wrote: Alberto Luaces writes: Roberto Oliveira writes: The openscenegraph needs a specific version of ffmpeg to compile or am I missing something? Yes, that issue seems to be currently fixed in master.

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-26 Thread Alberto Luaces
Alberto Luaces writes: > Roberto Oliveira writes: > >> The openscenegraph needs a specific version of ffmpeg to compile or am >> I missing something? > > Yes, that issue seems to be currently fixed in master. ...and maybe this patch is useful for you if you want to stick with 3.4: https://anonsc

Re: [osg-users] Failed to build openscenegraph on Alpine

2017-06-26 Thread Alberto Luaces
Roberto Oliveira writes: > The openscenegraph needs a specific version of ffmpeg to compile or am > I missing something? Yes, that issue seems to be currently fixed in master. -- Alberto ___ osg-users mailing list osg-users@lists.openscenegraph.org h

[osg-users] Failed to build openscenegraph on Alpine

2017-06-26 Thread Roberto Oliveira
Hi Folks, I'm trying to compile openscenegraph 3.4.0 on Alpine Linux x86_64 but the build fails with errors: http://termbin.com/w956 The variable m_context seems to be from type AVCodecContext and it is provided by ffmpeg package. The Alpine I am using has ffmpeg version 3.2.4. The openscen