Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compilation errors in Poisson reconstruction sample code(CGAL 4.9)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compilation errors in Poisson reconstruction sample code(CGAL 4.9)


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Compilation errors in Poisson reconstruction sample code(CGAL 4.9)
  • Date: Tue, 28 Mar 2017 09:22:22 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:dJJGCB8/JYO5Nf9uRHKM819IXTAuvvDOBiVQ1KB31u8cTK2v8tzYMVDF4r011RmSDNmds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2e2//5Lebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRgL2hicJNzA592LZhMJ+g61Uoh2uuxNxzpXIYIyXLvdyYr/RcN0aSGdHQ81fVzZBAoS5b4YXAeYPIPhXoJLnqFsVsRu+BBejBOXywTFOgX/2x6w60+M9EQrb2AAuHswBsHPRrNrrKKcSS+C0wqnSwjrfc/NW3i396YjNfhwvvPqBWqlwcc7WyUk1FgPFiUmQpZbgPzORzekNvG2b4PBhVeKrkWIotwZxoj22y8oql4LHiIUVylXe+iV4xoY4Pdu4R1RgbtG/FJtfqTuWOJdxQsMnRWxjpSU0yqUetJKlYCQHzI4ryh3fZvCdboSE/BHuWPyMLTp6mH5pYLCyihWo/US+xeDxV9O43EtOoydLiNXBtHAA2hrO4cadUPR95F2u2TOX2gDT9O5EJUc0mLLeK5E7w74wkoMfsErZHiPqgUn2grKae0c49uSy5OTnZbLmppCYN4BqkA3xLqMumsmnDeQ5NAgBQXSb9Pyi2LH/+UD1WrZHg/0snqXErpzXJt4XqrO7DgNJyooj7gywDzai0NQWh3kHK1dFdQqcj4jtPFHOOvH4DfCjg1i2lTdrw+vLPrLkAprXL3jDlK3tcqp6605Z0AYz18xQ54pICrEdJ/L+QlP+tNPCAR89KgC73ufnCM5h2YMDQmKPGbSUMLjSsF+N/uIgOfOAZI4TuDbnKvgq/eTijXEjmQxVQa781pQebDW0H+9tPl6CSXvqmNYIV2kQ7SQkS+m/wmaPWzdIe3e/WeoY4Ss6D57uTajOQYWgnKaQ8i6wAppMdyEMQgSXFXDydoKYHfIIQC2XK85l1DcDUO7yGMcayRiyuVqimPJcJe3O93hAuA==
  • Organization: GeometryFactory

On 03/27/2017 08:33 PM, crvogt wrote:
Hi there,

I'm encountering the same problem, on which I've spent a number of
frustrating hours.

Using Ubuntu14.04/Eigen3/CGAL4.9

I've added
find_package(Eigen3 3.1.0)
if (EIGEN3_FOUND)
include( ${EIGEN3_USE_FILE} )
endif()

These three lines should go after include( ${CGAL_USE_FILE} ).
Eigen does not have a use file, it has been introduced by CGAL.


Sebastien.

to my CMakeLists, only to get an "include expects one argument" error,
though the package Eigen3 is found.
I've also set #define CGAL_EIGEN3_ENABLED in my cpp program.

I'm not sure where to go from here, any help would be greatly appreciated.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compilation-errors-in-Poisson-reconstruction-sample-code-CGAL-4-2-beta1-tp4656940p4662614.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page