osgqtquick icon indicating copy to clipboard operation
osgqtquick copied to clipboard

osgqtquick does not build with latest osgQt

Open skelly-energid opened this issue 5 years ago • 4 comments

As of https://github.com/openscenegraph/osgQt/pull/22 as far as I can tell which is effectively a full rewrite.

skelly-energid avatar May 06 '20 08:05 skelly-energid

@skelly-energid, thanks for report. I will inspect this case.

podsvirov avatar May 11 '20 15:05 podsvirov

Hi, i have already installed osqQt at /usr/local/lib64, but when i trying to build osgqtquick it message me

-- Found OpenSceneGraph: /usr/local/lib/libosg.so;/usr/local/lib/libosgDB.so;/usr/local/lib/libosgGA.so;/usr/local/lib/libosgManipulator.so;/usr/local/lib/libosgUtil.so;/usr/local/lib/libosgViewer.so;/usr/local/lib/libosgText.so;/usr/local/lib/libOpenThreads.so (found suitable version "3.6.5", minimum required is "3.0") CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find osgQt (missing: OSGQT_LIBRARY) (Required is at least version "3.0") image

Mamol27 avatar Jul 09 '20 10:07 Mamol27

@podsvirov Have you investigated this? I'm interested in trying a patch.

skelly-energid avatar Jul 10 '20 17:07 skelly-energid

Hi, create link from libosgQt5.so.3.6.5

ln -s libosgQt5.so.3.6.5 libosgQt.so

mola avatar Apr 19 '21 12:04 mola