Re: [osg-users] (no subject)

2016-04-23 Thread Marko Käning
Hi Grendah,

On 23 Apr 2016, at 15:35 , Grendah Garidi  wrote:

> hi,  I want to use Qt with OSG(2.9.12_x86VC2008) and I need a Binaries 
> library of osg version 3.x.x

do you perhaps want to consider installing all dependencies needed to build OSG 
via MSYS2 [1]
and start using the MinGW toolchain instead of Microsoft’s Visual C++?

Greets,
Marko


[1] http://msys2.github.io/___
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-22 Thread Marko Käning
Hi,

I tried again.

Here is an excerpt of my MacPorts’ Portfile:
---
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

# disable unwanted optional dependencies to avoid opportunistic configuration
# before cmake 2.8 this required patching CMakeLists.txt
# TODO: add some of these back either directly or as variants after testing

configure.args-append   -DCMAKE_DISABLE_FIND_PACKAGE_Inventor=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_COLLADA=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_FBX=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_Xine=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_OpenVRML=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_Performer=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_GTA=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_LibVNCServer=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_OurDCMTK=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_SDL2=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_SDL=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_DirectInput=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_NVTT=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_Asio=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_ZeroConf=1 \
-DCMAKE_DISABLE_FIND_PACKAGE_LIBLAS=1

variant qt4 description "with Qt4 support" {
configure.args-delete -DOSG_USE_QT:BOOL=OFF
configure.args-append -DOSG_USE_QT:BOOL=ON -DDESIRED_QT_VERSION=4
}

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
}
---






Variant ‘qt5’ works, but variant ‘qt4’ fails to do so:

---
-- Found osgDB: /opt/local/lib/libosgDB.dylib  
-- Found osgGA: /opt/local/lib/libosgGA.dylib  
-- Found osgManipulator: /opt/local/lib/libosgManipulator.dylib  
-- Could NOT find osgQt (missing:  OSGQT_LIBRARY OSGQT_INCLUDE_DIR) 
-- Found osgText: /opt/local/lib/libosgText.dylib  
-- Found osgUtil: /opt/local/lib/libosgUtil.dylib  
-- Found osgViewer: /opt/local/lib/libosgViewer.dylib  
-- Found osgWidget: /opt/local/lib/libosgWidget.dylib  
-- Found osg: /opt/local/lib/libosg.dylib  
-- Found OpenThreads: /opt/local/lib/libOpenThreads.dylib  
CMake Error at 
/opt/local/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 
(message):
  Could NOT find OpenSceneGraph (missing: OPENSCENEGRAPH_INCLUDE_DIR
  OSGQT_FOUND) (found suitable version "3.4.0", minimum required is "3.4.0")
Call Stack (most recent call first):
  /opt/local/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 
(_FPHSA_FAILURE_MESSAGE)
  /opt/local/share/cmake-3.5/Modules/FindOpenSceneGraph.cmake:234 
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:38 (find_package)


-- Configuring incomplete, errors occurred!
---


What am I missing?
Why isn't the libosgQt library built in case of Qt4?

Greets,
Marko

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


Re: [osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2016-03-22 Thread Marko Käning

Thanks, Robert, for the clarifications!

OK, will mark them as spam.

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


[osg-users] Replies with "Incident ID"'s returned for every post I sent to this list... Is that normal?

2016-03-22 Thread Marko Käning
Hi,

for every post I sent to this list I get replies with "Incident ID”'s like this:


On 14 Feb 2016, at 11:04 , donotre...@secureserver.net wrote:

> 
> We received your inquiry
> Your inquiry has been received. You should expect a response within 72 hours. 
> 
> This is your Incident ID: 28856266 
> 
> Thanks, 
> Customer Service 
> 
> Please do not reply to this email. Emails sent to this address will not be 
> answered.
> © 2016. All rights reserved.


returned…

Is that normal?

Or are these messaged from secureserver.net not generated by this list’s 
mailing list daemon at all and I need to search somewhere else? 

Greets,
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-22 Thread Marko Käning
Hi Christian,

On 22 Mar 2016, at 18:10 , Christian Schulte  wrote:
> it's a little bit late... ;-)
> You are right I meant Qt 4.8.7, not 8.4.0 (wonder what it would look like 
> this version of Qt:-D )!

;-)


> The main problem I think is that you have probably both version installed on 
> your machine and the first found by CMake is the Qt5. Look which version of 
> qmake is found in the cmake-gui (or ccmake). That's the starting point for 
> the Qt choice of CMake.

Ah, no, I have only qt4 installed on that machine.

Greets,
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-22 Thread Marko Käning
Hi Christian,

On 22 Mar 2016, at 16:23 , Christian Schulte  wrote:
> I confirm you that OSG 3.4.0 still builds with QT 8.4.0 on Windows Seven and 
> on Linux CentOS 6.7.

you probably mean Qt 4.8.0?!

I wonder whether 

-DOSG_USE_QT:BOOL=ON -DDESIRED_QT_VERSION=4

is actually enough to get it to build the osgQt lib…

For some reason I could get this to work for Qt5 only, trying the same for Qt4 
on OSX didn't succeed for me - up to now.

Greets,
Marko

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


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

2016-03-22 Thread Marko Käning
Hi,

I was wondering whether the latest stable 3.4.0 still builds with Qt4?

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