SCI Seg3D Mailing List

Text archives Help


[Seg3D] building seg3d


Chronological Thread 
  • From: PPP PPP <pip010dev@gmail.com>
  • To: seg3d@sci.utah.edu
  • Subject: [Seg3D] building seg3d
  • Date: Wed, 4 Oct 2017 11:37:21 +0200

Hello,

I've tried building seg3D using :
./build.sh --release --qt5=/opt/Qt5.9.1/5.9.1
and
./build.sh --release --qt5=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5

Where previously I hve installed official qt using .run file in local /opt

yet I get:
/usr/local/bin/cmake /home/ppetrov/Documents/github_seg3D/Superbuild -DBUILD_DOCUMENTATION:BOOL=OFF -DQt5_PATH:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5 -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF
CMake Error at Superbuild.cmake:145 (FIND_PACKAGE):
  Could not find a package configuration file provided by "Qt5Core" with any
  of the following names:

    Qt5CoreConfig.cmake
    qt5core-config.cmake

  Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  "Qt5Core_DIR" to a directory containing one of the above files.  If
  "Qt5Core" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:40 (INCLUDE)



any idea how to build Seg3D?

I've tried even:
./build.sh \
-DQt5_PATH:PATH=/opt/Qt5.9.1/5.9.1 \
-DQt5_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5 \
-DQt5Core_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5Core \
-DQt5Gui_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5Gui \
-DQt5Core_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5Core \
-DQt5OpenGL_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5OpenGL \
-DQt5Svg_DIR:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5Svg \

then Qt5Svg is not found :(


Any idea?

Thanks in advance,
Petar








Archive powered by MHonArc 2.6.18.

Top of page