Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedron demo problem (bis)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedron demo problem (bis)


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Cc: "Martial TOLA (CNRS-Liris)" <>
  • Subject: Re: [cgal-discuss] Polyhedron demo problem (bis)
  • Date: Wed, 20 May 2009 10:48:06 +0200
  • Organization: GeometryFactory

On Wednesday 20 May 2009 10:35:36 Martial TOLA (CNRS-Liris) wrote:
> Hello
>
> >Strange: libCGAL_Qt4.dylib is not in that list! Have you build CGAL with
> > Qt4 support?
>
> Of course, Qt4 is on (but Qt3 is off like under windows and linux), you can
> see that in cmake-gui.txt.
>
> Here is the logs with -v (make cgal and make Polyhedron).
>
> Thank you for your help.

In my opinion you should reconfigure and recompile CGAL libraries.

Can you check your file CGALConfig.cmake, which is in the directory pointed
by
the CMake variable ${CGAL_DIR)? Mine contains lines like:

set(WITH_CGAL "ON")
set(WITH_CGAL_Core "ON")
set(WITH_CGAL_ImageIO "ON")
set(WITH_CGAL_PDB "ON" )
set(WITH_CGAL_Qt3 "ON" )
set(WITH_CGAL_Qt4 "ON" )

set(CGAL_LIBRARY "/usr/local/packages/CGAL-3.4/lib/libCGAL.so")
set(CGAL_Core_LIBRARY "/usr/local/packages/CGAL-3.4/lib/libCGAL_Core.so")
set(CGAL_ImageIO_LIBRARY
"/usr/local/packages/CGAL-3.4/lib/libCGAL_ImageIO.so")
set(CGAL_PDB_LIBRARY "/usr/local/packages/CGAL-3.4/lib/libCGAL_PDB.so" )
set(CGAL_Qt3_LIBRARY "/usr/local/packages/CGAL-3.4/lib/libCGAL_Qt3.so" )
set(CGAL_Qt4_LIBRARY "/usr/local/packages/CGAL-3.4/lib/libCGAL_Qt4.so" )

Is Qt4 also activated in yours?

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page