Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem compiling kinetic data structure demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem compiling kinetic data structure demo


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Problem compiling kinetic data structure demo
  • Date: Mon, 06 Nov 2017 10:35:59 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:zlgqCBA6m2d454t518kZUyQJP3N1i/DPJgcQr6AfoPdwSP3yp8bcNUDSrc9gkEXOFd2Crakb26yL6+jJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6i760TlHERr2MU95J//+B5XJp8WxzeG7vZPJMCtSgz/oK5d7MQ+7qxmZjMgQjIJ/YuYa5TLt5VRFfOFb2Xl5C1uYgxHm94b6tMpn+jlKtvQ9sdRBV6jzYowzQrVcSjM8PDZmt4XQqRDfQF7XtTMnWWIMn08QDg==
  • Organization: GeometryFactory

Le Saturday, November 4, 2017 6:41:11 AM CET Anjali Jose a ?crit :
> Thanks for the reply! I installed Qt3 in my system. But I am getting the
> following error while executing the make command. What should I do now?
> Thanks again.
>
> anjali@anjali-HP-Notebook:~/Desktop/project/CGAL
> Install/CGAL-4.6.3/demo/Kinetic_data_structures$ cmake .
> -- Build type: Release
> -- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
> -- USING EXEFLAGS = ' '
> -- Targetting Unix Makefiles
> -- Using /usr/bin/c++ compiler.
> -- Requested component: Qt3
> -- Requested component: Core
> -- Requested component: MPFR
> -- Requested component: GMP
> -- Boost version: 1.54.0
> -- Found the following Boost libraries:
> -- program_options
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/anjali/Desktop/project/CGAL
> Install/CGAL-4.6.3/demo/Kinetic_data_structures
>
> anjali@anjali-HP-Notebook:~/Desktop/project/CGAL
> Install/CGAL-4.6.3/demo/Kinetic_data_structures$ make

CGAL-4.6 is rather old, and we do not support it anymore.

Anyway, you should run `make VERBOSE=1` so that we can see the command lines
`make` is using to compile and link the executable. It seems the linker does
not found the symbols of the Qt API. Maybe Qt3 libraries are not linked.

--
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