Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL Examples using Eigen


Chronological Thread 
  • From: Kelvin_Piroddi <>
  • To:
  • Subject: [cgal-discuss] CGAL Examples using Eigen
  • Date: Wed, 6 Jul 2016 05:28:56 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:hTEuWhMxMGynXpPtgVsl6mtUPXoX/o7sNwtQ0KIMzox0KPn7rarrMEGX3/hxlliBBdydsKMczbCI+P28EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuS9aU1Zr8irz60qaQSj0AvCC6b7J2IUf+hiTqne5Sv7FfLL0swADCuHpCdrce72ppIVWOg0S0vZ/or9ZV2n8O6rd4r4YACv2iPvdwcbsNBzsvNyU55dbgqALYZQqJ/HoVFGsMwTRSBA2Qzxz+QJb3hRP7rO1x1CjSac7uTKozVTijx6huQR7sziwAMmhqoynslsVsgfcC81qarBtlztuPONmY

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?

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