Re: [osg-users] Does OSG still build against Qt 4.8.7?

2016-03-25 Thread MacPorts

Hi Christian,

CORRECTION:


in that specific case there is only Qt4 installed on the machine. In
this case OSG won't even configure properly.


OSG got installed "properly". I mean that the dependent project which I 
was trying to build didn't configure properly, simply because the 
libosgqt library wasn't existing.


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


Re: [osg-users] Does OSG still build against Qt 4.8.7?

2016-03-24 Thread MacPorts

Hi Christian,

On 23.03.2016 08:54, Christian Schulte wrote:

Hi Marko,
sorry, but I'm not familiar at all with the Macport's portfile system,
so I may not bee of big help for you...
You say that only Qt4 is installed so what do you mean by Qt5 variant 
works ?


in that specific case there is only Qt4 installed on the machine. In 
this case OSG won't even configure properly.


However on another installation - which has Qt5 installed but no Qt4 - 
OSG does build successfully with Qt-support, then Qt5-support, of 
course. :-)




The error excerpt you show is after the build process as he is already
looking for the built libraries, do you have any excerpt of the build
process of Openscenegraph ?


Yes, I can organise that in a week or so.

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


Re: [osg-users] Binary packages for Windows available?

2016-02-20 Thread MacPorts
Funny, today I decided to post this question and after having done so I 
realize that there are two very recent threads dealing with exactly 
that. So, sorry for the noise!!!

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


[osg-users] Binary packages for Windows available?

2016-02-20 Thread MacPorts

Hi OSG folks,

I was wondering whether somewhere official binary packages are 
available...
There are quite a few links on the internet, but they all end up in 404! 
:-(


Any hints?

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


Re: [osg-users] How to correctly build OSG 3.4.0 on OSX 10.10 with Qt5 support?

2016-02-18 Thread MacPorts

This is doing its job
---
configure.args-append   -DOSG_CONFIG_HAS_BEEN_RUN_BEFORE=YES \
 -DOSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio \
 -DOSG_WINDOWING_SYSTEM=Cocoa \
 -DOSG_USE_QT:BOOL=OFF

variant qt5 description "with Qt5 support" {
configure.args-delete -DOSG_USE_QT:BOOL=OFF
configure.args-append -DOSG_USE_QT:BOOL=ON -DDESIRED_QT_VERSION=5
}
---
as the right stuff got built:
---
$ port contents OpenSceneGraph | grep Qt
  /opt/local/include/osgQt/Export
  /opt/local/include/osgQt/GraphicsWindowQt
  /opt/local/include/osgQt/QFontImplementation
  /opt/local/include/osgQt/QGraphicsViewAdapter
  /opt/local/include/osgQt/QWebViewImage
  /opt/local/include/osgQt/QWidgetImage
  /opt/local/include/osgQt/Version
  /opt/local/lib/libosgQt.130.dylib
  /opt/local/lib/libosgQt.3.4.0.dylib
  /opt/local/lib/libosgQt.dylib
  /opt/local/lib/pkgconfig/openscenegraph-osgQt.pc
---
which I didn't notice before since I did a case-sensitive grep with 'qt' 
as search strings.

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


[osg-users] How to correctly build OSG 3.4.0 on OSX 10.10 with Qt5 support?

2016-02-14 Thread MacPorts

Hi OSG folks,

how to I build OSG 3.4.0 on OSX 10.10 with Qt5 support correctly?

I have tried - using MacPorts - these options for a qt5 variant of a 
locally already existing and building 3.4.0 port:

---
configure.args-append   -DOSG_CONFIG_HAS_BEEN_RUN_BEFORE=YES \
-DOSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio \
-DOSG_WINDOWING_SYSTEM=Cocoa \
-DOSG_USE_QT:BOOL=OFF

variant qt5 description "with Qt5 support" {
configure.args-delete -DOSG_WINDOWING_SYSTEM=Cocoa
configure.args-delete -DOSG_USE_QT:BOOL=OFF
configure.args-append -DOSG_USE_QT:BOOL=ON -DDESIRED_QT_VERSION=5
}
---

I have built with the OSG_WINDOWING_SYSTEM=Cocoa before, but always with 
the same result, that no

osqQt files get created.

CMake is pretty silent about Qt, even if I omit the QUIET argument from 
the find macros...


I don't know how to tackle this.

Any ideas for me?

Greets,
Marko

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