Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem with TAUCS

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem with TAUCS


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] problem with TAUCS
  • Date: Mon, 12 Jul 2010 14:18:03 +0200
  • Organization: INFOTERRA

Hi Cristóvão,

When running CGAL installer for Windows, did you check the option to install TAUCS library?

If yes, please run again cmake in examples/Surface_reconstruction_points_3 folder and post the output to this mailing list.

Best regards,
Laurent Saboret



wrote:
Hi,

i'm a new user of CGAL, and i'm trying to do a surface reconstruction using
the
example poisson_reconstruction_example from CGAL examples. When i builded it i
had some erros about taucs solver. I have already searched here for similar
problems, and i decided to download the latest version of taucs from
https://gforge.inria.fr/frs/download.php/24628/taucs_full.tgz . While i was
reading the CGAL-README.txt for instructions, i've noticed that on the latest
versions of CGAL: "CGAL provides now TAUCS precompiled for Visual C++ 9.0
2008".
So after reading this i didn't install taucs library. I'm using CGAL-3.6 with
Microsoft Visual C++ 2008 express edition, on a Virtual Machine (runing on
Ubuntu) with Windows XP.
The errors list:

C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(291) :
error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
C:\Programas\Microsoft Visual Studio
9.0\VC\include\CGAL/Taucs_matrix.h(402) : see reference to class template
instantiation 'CGAL::Taucs_matrix<T>' being compiled
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(291) :
error C2143: syntax error : missing ';' before '*'
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(292) :
error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(341) :
warning C4183: 'get_taucs_matrix': missing return type; assumed to be a member
function returning 'int'
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(400) :
error C2143: syntax error : missing ';' before '*'
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(400) :
error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(400) :
error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(448) :
error C2065: 'taucs_double' : undeclared identifier
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(450) :
error C2913: explicit specialization; 'CGAL::Taucs_traits' is not a
specialization of a class template
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(453) :
error C2913: explicit specialization; 'CGAL::Taucs_traits' is not a
specialization of a class template
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(456) :
error C2913: explicit specialization; 'CGAL::Taucs_traits' is not a
specialization of a class template
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Taucs_matrix.h(459) :
error C2913: explicit specialization; 'CGAL::Taucs_traits' is not a
specialization of a class template
C:\Programas\Microsoft Visual Studio 9.0\VC\include\CGAL/Win32_exception.h(77)
: warning C4535: calling _set_se_translator() requires /EHa
C:\Programas\Microsoft Visual Studio
9.0\VC\include\CGAL/Peak_memory_sizer.h(55) : error C3861:
'taucs_system_memory_size': identifier not found
C:\Programas\Microsoft Visual Studio
9.0\VC\include\CGAL/Peak_memory_sizer.h(106) : error C3861:
'taucs_system_memory_size': identifier not found


Any idea about this?
Thanks and best regards,
Cristóvão

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