Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problem compiling kinetic data structure demo


Chronological Thread 
  • From: Anjali Jose <>
  • To:
  • Subject: [cgal-discuss] Problem compiling kinetic data structure demo
  • Date: Thu, 2 Nov 2017 23:56:04 -0700 (MST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:Bvo9fxwz5aDbxYXXCy+O+j09IxM/srCxBDY+r6Qd0u0SIJqq85mqBkHD//Il1AaPBtqLra8cw8Pt8IneGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2UXSJ/Cz3tGZaWk6nbUsmbtjyT4XdhsDy2+Gp8IDIeC1JgiC8aPV8NkaYtwLU4+AQg4JmK+4TzQDE6i9BfeZLg2FwfA27kBP158P295lmpXcD88k9/tJNBPypN58zSqZVWW9+a20=

Hi everyone!

I am new to CGAL. I am using CGAL-4.6.3 and I have qt4 in my system. I am
not able to compile the demos in the kinetic data structure package.
I am posting below the output of cmake and make

anjali@anjali-HP-Notebook:~/Desktop/CGAL/CGAL-4.6.3/demo/Kinetic_data_structures$
cmake .
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type: Release
-- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
-- USING EXEFLAGS = ' '
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- Requested component: Qt3
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Requested component: Core
-- Requested component: MPFR
-- Requested component: GMP
-- NOTICE: This demo requires Qt3 and the CGAL Qt3 library, and will not be
compiled.
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/anjali/Desktop/CGAL/CGAL-4.6.3/demo/Kinetic_data_structures
anjali@anjali-HP-Notebook:~/Desktop/CGAL/CGAL-4.6.3/demo/Kinetic_data_structures$
make

Can you please tell me how to rectify this?
Thanks a lot!
Anjali Jose




--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page