Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compile error: In Surface_mesh_deformation.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compile error: In Surface_mesh_deformation.h


Chronological Thread 
  • From: Chiranjib Sur <>
  • To:
  • Subject: Re: [cgal-discuss] Compile error: In Surface_mesh_deformation.h
  • Date: Thu, 28 Jan 2016 22:35:17 +0530
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:yp0DGxdMLHaH6L4KILTy5XHvlGMj4u6mDksu8pMizoh2WeGdxc+8Zx7h7PlgxGXEQZ/co6odzbGG7Oa4BSdRvd6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDtvcWPKFQUzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IbL/+N5gcYfQYV2lnYCgI4tb2v0zDUReX/SlbFX4HlwJBRQnD9hDzGJnr9TDrs/J0nyicM8qxRr89XXGu7rxgVQTz2xoBLCMzpWHLltRr3uUcuwOkvxU5wojOYYjTOuA5ZbLYZdpdRGxPWYFaWCVFR4+9dIASFPFSAeENpIb0ox4CrAC1GBK3LOLp0D5BwHHsjoMg1OF0OgHHxgUmHdME+E/Jtp2hL7oIF+u1zbPByzfCZdtZ3D787M7DdRV38qLEZq55bceEkRpnLAjClFjF8tHo

Hi Andreas,
Thank you very much, your suggestions works like a charm. I am able to build the examples using the existing CmakeLists.txt

My next question will be how do I visualize the generated output. For example, I am trying the example "Surface_reconstruction_points_3" and poisson_reconstruction. I tried with the sample data file provided "data/kitten.xyz" and can export the output file in .xyz format. Once I am done, how do I visualize the original file "data/kitten.xyz" and surface constructed file which is "output.xyz" for my case.

This may be known to others but as a new starter, I am wondering if you can point me towards some visualizer that I can look at.

Thanks again for the help,
Chiranjib Sur

On Thu, Jan 28, 2016 at 5:02 PM, Andreas Fabri <> wrote:


On 28/01/2016 12:28, Chiranjib Sur wrote:
Hi Andreas,
Thank you very much for the message. Just to know more here are the
things I am doing :

1. Trying to compile the example Surface_modeling (cgal 4.5)
2. Steps i followed :
a) create the CMakeLists.txt by using the script "cgal_create_CMakeLIsts

Isn't there already a CMakeLists.txt ??
You overwrite it when you run the script
And in the one overwritten was a  find (Eigen)

andreas

b) run cmake to generate make file
c) run make to compile

Things are ok upto generating makefile but when I run make, I get the
compilation error.

As you suggested, what do you mean "when you configure cmake" ? Do you
mind sending few more information about the steps one needs to follow to
compile this example ?

Thanks again,
CHiranjib

On Thu, Jan 28, 2016 at 4:53 PM, Andreas Fabri
<
<mailto:>> wrote:


    When you configure an example using cmake you have to give it
    the directory of Eigen which you must have download separately.

    andreas

    On 28/01/2016 11:56, chiranjibsur wrote:

        Hi,
        I am very new to CGAL and I am learning/using this for the first
        time. I
        faced similar problems and found this thread. However, I have a
        questions:

        What do you mean by adding "#define CGAL_EIGEN3_ENABLED worked
        fine".

        Where you add this line too ?

        There are many examples which gives similar compilation error.
        Is there any
        global setting that I can modify so that the compilation goes
        smoothly?

        Thanks in advance.

        Chiranjib



        --
        View this message in context:
        http://cgal-discuss.949826.n4.nabble.com/Compile-error-In-Surface-mesh-deformation-h-tp4660587p4661527.html
        Sent from the cgal-discuss mailing list archive at Nabble.com.


    --
    Andreas Fabri, PhD
    Chief Officer, GeometryFactory
    Editor, The CGAL Project

    phone: +33.492.954.912 <tel:%2B33.492.954.912>    skype: andreas.fabri


    --
    You are currently subscribed to cgal-discuss.
    To unsubscribe or access the archives, go to
    https://sympa.inria.fr/sympa/info/cgal-discuss




--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912    skype: andreas.fabri

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page