SCI Seg3D Mailing List

Text archives Help


Re: [Seg3D] building seg3d


Chronological Thread 
  • From: Jess <jess@sci.utah.edu>
  • To: PPP PPP <pip010dev@gmail.com>
  • Cc: seg3d@sci.utah.edu
  • Subject: Re: [Seg3D] building seg3d
  • Date: Wed, 4 Oct 2017 10:28:37 -0600

Hi Petar,

Try pointing to the build directory, ie,
./build.sh --release --qt5=/opt/Qt5.9.1/5.9.1/gcc_64

If that doesn’t work, have a look at the cmake set up by using the command
(`ccmake bin`) and make sure that the Qt5_PATH is set properly. You can also
check that all the other Qt paths are set correctly too. I don’t think you
need to set Svg, nor DQt5_DIR.

cheers,
Jess




> On Oct 4, 2017, at 3:37 AM, PPP PPP <pip010dev@gmail.com> wrote:
>
> 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
>
>
>
>
>
> _______________________________________________
> Seg3d mailing list: Seg3d@sci.utah.edu
> http://www.sci.utah.edu/software/seg3d.html
> To unsubscribe, email sympa@lists.sci.utah.edu with the "unsubscribe seg3d"
> in the message body.




Archive powered by MHonArc 2.6.18.

Top of page