Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Error by compiling poisson_reconstruction_example

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Error by compiling poisson_reconstruction_example


Chronological Thread 
  • From: Xie Yi <>
  • To:
  • Subject: [cgal-discuss] Re: Error by compiling poisson_reconstruction_example
  • Date: Fri, 25 Jun 2010 02:45:23 -0700 (PDT)


Yes, actually I did. After I removed CMakeCache.txt, if I do cmake
-DCGAL_DIR=/home/abbotxie/Programs/CGAL-3.6 ., I get

abbotxie@abbotxie-laptop:~/Programs/CGAL-3.6/examples/Surface_reconstruction_points_3$
cmake -DCGAL_DIR=/home/abbotxie/Programs/CGAL-3.6 .
-- Build type: Release
-- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
-- USING EXEFLAGS = ' '
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
-- A library with BLAS API not found. Please specify library location.
-- LAPACK requires BLAS.
-- TAUCS requires LAPACK and BLAS.
-- NOTICE: Some of the executables in this directory need the TAUCS library
and will not be compiled.
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/abbotxie/Programs/CGAL-3.6/examples/Surface_reconstruction_points_3

And then I'll use cmake-gui to configure it. Is that right? Cmake seems to
not be able to find the BLAS, LAPACK and Taucs automatically.

Best regards

XIE, Yi
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Re-Error-by-compiling-poisson-reconstruction-example-tp2268101p2268217.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page