Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Precompiled ipelets or how to compile them?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Precompiled ipelets or how to compile them?


Chronological Thread 
  • From: klo uo <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Precompiled ipelets or how to compile them?
  • Date: Tue, 5 Mar 2013 09:11:13 +0100

Thanks Sebastien for your reply

As mentioned in my previous email, I've set IPE_LIBRARIES to point to ipe bin folder, where ipe.dll is located, but it's not recognized - cmake prints NOTFOUND.

I suspect this: according ipe documentation, the same compiler should be used for compiling ipelets as used while building ipe.dll. Ipe project does not provide building tree for Windows, but just supplies binaries which are compiled with MinGW. I build CGAL with MSVC and everything works fine (examples and couple of demos I tried), but can't compile ipelets demo.



On Tue, Mar 5, 2013 at 8:49 AM, Sebastien Loriot (GeometryFactory) <> wrote:
What is not working for you?

just go to demo folder of ipelets and provided all variables are correctly set, cmake .; make; make install should be working.

I did not try this on windows since some time ago but I don't
expect this not to work.

Let me know.

Sebastien.


On 03/05/2013 08:42 AM, klo uo wrote:
Looking closer, this list seems to be at very low frequency
Is there a better place I can ask my question?

Thanks


On Mon, Mar 4, 2013 at 4:20 PM, klo uo <
<mailto:>> wrote:

    Hi,

    I compiled latest CGAL on 32bit Windows. Everything went smooth by
    following instructions linked from CGAL portal.

    Now I wanted to compile CGAL ipelets, provided as demo package.
    I made additional env vars:
      - IPE_INCLUDE_DIR pointing to "include" folder from my Ipe
    installation, which is correctly recognized by CMake
      - IPE_LIBRARIES pointing to "bin" folder from my Ipe installation,
    which is not recognized.

    Reading ipelets documentation, suggests that library that's needed
    for ipelet to be compiled is ipe.dll. This file exists in folder
    pointed by IPE_LIBRARIES env var.

    As I can't find any instructions how to build these ipelets, I
    thought to use this mailing list.
    Precompiled binaries would be much appreciated, also.

    Thanks




--
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