Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Problems in using make command for Convex_hull_3 demo directory

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problems in using make command for Convex_hull_3 demo directory


Chronological Thread 
  • From: kavish dwivedi <>
  • To:
  • Subject: [cgal-discuss] Problems in using make command for Convex_hull_3 demo directory
  • Date: Mon, 3 Feb 2014 13:36:59 +0530

hi,
 I am running make command in the Convex_hull_3 demo directory but its giving me following errors in the output. What should I do to remove them?

Scanning dependencies of target incremental_hull_3_demo
[ 50%] Building CXX object CMakeFiles/incremental_hull_3_demo.dir/incremental_hull_3_demo.cpp.o
Linking CXX executable incremental_hull_3_demo
[ 50%] Built target incremental_hull_3_demo
Scanning dependencies of target quickhull_3_demo
[100%] Building CXX object CMakeFiles/quickhull_3_demo.dir/quickhull_3_demo.cpp.o
/home/kavish/Downloads/CGAL-4.3/demo/Convex_hull_3/quickhull_3_demo.cpp: In function ‘int main(int, char**)’:
/home/kavish/Downloads/CGAL-4.3/demo/Convex_hull_3/quickhull_3_demo.cpp:119:9: error: ‘CGAL::cpp11’ has not been declared
   CGAL::cpp11::copy_n( gen, num, std::back_inserter(points) );
         ^
make[2]: *** [CMakeFiles/quickhull_3_demo.dir/quickhull_3_demo.cpp.o] Error 1
make[1]: *** [CMakeFiles/quickhull_3_demo.dir/all] Error 2
make: *** [all] Error 2

KAVISH DWIVEDI
B.Tech (VII
I
Sem)
INFORMATION TECHNOLOGY
MNNIT , Allahabad


 


  • [cgal-discuss] Problems in using make command for Convex_hull_3 demo directory, kavish dwivedi, 02/03/2014

Archive powered by MHonArc 2.6.18.

Top of Page