Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Help needed reconstructing surfaces from 3D data sets

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Help needed reconstructing surfaces from 3D data sets


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Help needed reconstructing surfaces from 3D data sets
  • Date: Wed, 30 Jun 2010 12:33:06 +0200
  • Organization: INFOTERRA




wrote:
Hi,

I am still in the experimental phase of using CGAL for relatively simple
tasks.
I have compiled and installed version 3.6 and worked my way through chapter
56:Point Set Processing. All of which worked fine.

I now want to start reconstructing from 3D point sets (chapter 47). However
the
example code
http://www.cgal.org/Manual/3.6/examples/Surface_reconstruction_points_3/poisson_reconstruction_example.cpp
will not compile on my system:

g++ (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839] - 64bit
cmake version 2.6-patch 4
Eclipse CDT C/C++ IDE build 20100218-1602


I suspect that I ma not the first to encounter this problem. It seems to me
that a header file is missing (?)

Below is the error message:

g++ -O2 -g -Wall -c -fmessage-length=0 -frounding-math -MMD -MP
-MF"poisson_reconstruction_example.d" -MT"poisson_reconstruction_example.d"
-o"poisson_reconstruction_example.o" "../poisson_reconstruction_example.cpp"

In file included from /usr/local/include/CGAL/Taucs_solver_traits.h:30,
from
/usr/local/include/CGAL/Poisson_reconstruction_function.h:30,
from ../poisson_reconstruction_example.cpp:9:
/usr/local/include/CGAL/Taucs_matrix.h:291: error: expected ‘;’ before
‘*’ token
(snip)

Thanks in advance

Mark
Hi,

Line 291 of Taucs_matrix.h is:
const taucs_ccs_matrix* get_taucs_matrix() const

taucs_ccs_matrix is defined in taucs.h.

Did you install TAUCS library?
If not, is is available at https://gforge.inria.fr/frs/download.php/24628/taucs_full.tgz

Best regards,
Laurent Saboret




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