Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] visualizing CGAL objects

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] visualizing CGAL objects


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] visualizing CGAL objects
  • Date: Wed, 02 Mar 2016 15:58:17 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:FBrPDxJGTeZ51hiKFNmcpTZWNBhigK39O0sv0rFitYgULPjxwZ3uMQTl6Ol3ixeRBMOAu60C1LCd7f2ocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0ILojavsptX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqrze+E0TKdTES89G2Ez/szi8xfZHiWV4X5JGF4bmBNTHwnI6lneWY3wtTey9sVw3yyXIdfnY7k/RTO4/uYhAEvzjCAdNjkltmTTosN1haNf5hmmokoskMbvfIiJOa8mLevmdtQASD8ZUw==
  • Organization: GeometryFactory

Looking at the macport repo, it looks like the maintainer have
disabled CGAL_Qt5:

"bump to 4.7 and move to github port. Qt5 disabled because I can’t build it on my computer. To be enabled later."

https://trac.macports.org/browser/trunk/dports/gis/cgal/Portfile

You should probably build CGAL yourself (even if looking at the script
adding +qt5 should do the job, but I don't know anything about port
scripts).

Sebastien.


On 03/02/2016 07:04 AM, tcscott wrote:
Dear all

THX. at least we're getting closer to the problem.

Simply put I don't have libCGAL_Qt5

I did install Qt5 for the MAC
I have done:

sudo port install cgal +qt5 +universal +demos

cmake -gui .

yields

libCGAL_ImageIO is configured
-- Sources for CGAL component library 'CGAL_Qt3' detected
-- Sources for CGAL component library 'CGAL_Qt5' detected
Configuring libCGAL_Qt5
-- libCGAL_Qt5 is missing the dependencies: Qt5Svg Qt5 cannot be
configured.
-- Sources for CGAL component libraries
'CGAL_Core;CGAL_ImageIO;CGAL_Qt3;CGAL_Qt5' detected

So it can sense the CGAL_Qt5.

I think the problem is listed in the CHANGES file:

To
compile libCGAL_Qt5 and demos, you must set the cmake or environment
variable Qt5_DIR to point to the path to the directory containing the
file
Qt5Config.cmake created by your Qt5 installation. If you are using the
open
source edition it should be /path-to/qt-everywhere-opensource-src-
<version>/qtbase/lib/cmake/Qt5.


So apparently libCGAL_Qt5 has to be compiled i.e. built and this was not
clearly
specified in the doc.

Moreover, I don't how to do it. Oh I can find Qt5Config.cmake and it is
correctly
listed in CMakeCache.txt. I just have no idea how to build libCGAL_Qt5

best wishes

Tony




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/visualizing-CGAL-objects-tp4661624p4661659.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page