Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Qt3 library required, but I'm using Qt4 when compling Kinetic_data_structures demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Qt3 library required, but I'm using Qt4 when compling Kinetic_data_structures demo


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Qt3 library required, but I'm using Qt4 when compling Kinetic_data_structures demo
  • Date: Thu, 01 Nov 2012 10:29:31 +0100
  • Organization: GeometryFactory

Le mercredi 31 octobre 2012 21:04:21 Wang Hetao a écrit :
> Hello everyone,
>
> I'm learning kinetic data structure package of CGAL and tried to compiled
> Kinetic_data_structures demo under Linux environment. I first compiled the
> source code in CMake a Makefile was generated; then I "make" it but nothing
> happened. No executable file appears. I think this is amazing.
>
> The output information of CMake gave me the clue for real reason:
> NOTICE: The CGAL_Core library was not configured. Please configure CGAL
> using WITH_CGAL_Core=ON.
> Build type: Release
> USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
> USING EXEFLAGS = ' '
> Targetting Unix Makefiles
> Using /usr/bin/c++ compiler.
> *NOTICE: This demo requires Qt3 and the CGAL Qt3 library, and will not be
> compiled.*
> Configuring done
> Generating done
>
> Also when I tried to compile other examples in the help manual of the
> Kinetic package many errors occured (e.g.
> http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Kinetic_data_structur
> es/Chapter_main.html#Subsection_71.4.3). I suspect Qt library version is the
> source of problem.
>
> What can I do now? Qt3 is so old and many interfaces are different form Qt4,
> so I'm wondering may the authors of CGAL port the visualization part of
> this package into Qt4?
>
> Thx very much for your reply!

That is not planned. Unfortunately the KDS package in CGAL is mostly
unmaintained. We try to fix bugs, when there are, but important effort like
porting the demo to Qt4 (or even Qt5) are not done, and will not.

You should install the Qt3 development packages of your Linux distribution
(which one is it?), reconfigure and recompile CGAL libraries (to have
libCGAL_Qt3), and then compile the KDS demo.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page