Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Error by compiling poisson_reconstruction_example
  • Date: Fri, 25 Jun 2010 12:21:07 +0200
  • Organization: INFOTERRA

Xie Yi wrote:
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
Hi,

Configuring BLAS, LAPACK and TAUCS with cmake-gui is feasible but complex.
Let's try first an easier solution.

Please define the environment variables:
BLAS_LIB_DIR=path to BLAS libraries
LAPACK_LIB_DIR=path to LAPACK libraries
TAUCS_INC_DIR=path to TAUCS headers
TAUCS_LIB_DIR=path to TAUCS libraries

Then remove CMakeCache.txt and run again CMake in examples/Surface_reconstruction_points_3/.

Regards,
Laurent S.



Ce courrier électronique et toutes les pièces éventuellement jointes qu’il
contient sont CONFIDENTIELS et destinés exclusivement à l’usage de leur
destinataire. Si une erreur de transmission ou une adresse erronée a mal
dirigée ce courrier, merci d’en informer l’expéditeur en lui faisant une
réponse par courrier électronique dès réception. Si vous n’êtes pas le
destinataire de ce courrier, vous ne devez pas l’utiliser, le conserver, en
faire état, le distribuer, le copier, l’imprimer ou en révéler le contenu à
une tierce partie.
Ce courrier électronique est à usage strictement informatif et ne saurait
engager de quelque manière que ce soit SPOT IMAGE SA, ni ses filiales.

This e-mail and any attachments hereto are CONFIDENTIAL and intended solely
for the use of the addressee. If you have received this e-mail in error
please send it back to the person that sent it to you.
If you have received it in error, please notify the sender by return email.
If you are not the addressee of this email, you must not use, keep,
disseminate, copy, print or otherwise deal with it.
This email is for information only and will not bind SPOT IMAGE SA in any
contract or obligation, nor its subsidiaries.



Archive powered by MHonArc 2.6.16.

Top of Page