Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL Examples using Eigen

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL Examples using Eigen


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL Examples using Eigen
  • Date: Thu, 07 Jul 2016 08:56:47 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:rLhNORUa1Py+XaGxLG6ANYjaK/bV8LGtZVwlr6E/grcLSJyIuqrYZhKHt8tkgFKBZ4jH8fUM07OQ6PG4HzZfqs/Y6zgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLHqvceMKFwR33KUWvBbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKsxSflUDS8tLnsuzMztrxjKCwWVtVUGVWBD2CFFCQHe8BD3WN/VtTH7sfY1mAaXOsj7Uaoldz2p86BxWV6iwHMcMzkj8WbLzMl0pK1eqROl4Rd4xtiHM8muKPNic/aFLpshTm1bU5MJWg==
  • Organization: GeometryFactory

On 07/06/2016 02:28 PM, Kelvin_Piroddi wrote:
Hi

I am trying to use the compute_implicit_function() when running the surface
reconstruction example.

I did not build CGAL with Eigen in Cmake because I thought due to the fact
that Eigen is an already pre-compiled library.
I just add the file directory in my .pro:

INCLUDEPATH += C:/eigen/eigen

This is the directory that contains the "signature_of_eigen3_matrix_library"
file.

I then added:

#define CGAL_EIGEN3_ENABLED

to the top of my main.cpp file

when i compile i get the following error:

fatal error LNK1120: 24 unresolved externals

I'm not sure if i can use Eigen in CGAL without building CGAL in CMAKE and
including Eigen?

There is no need to build CGAL with Eigen, the CGAL library is actually
quite empty. Did you link with the CGAL library, Gmp and Mpfr?

Sebastien.


Thank you
Kelvin



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-Examples-using-Eigen-tp4662030.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page