Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


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

So did anyone made those ipelets on Windows?

As replied, if I set IPE variables by hand (although they are set as environment variables, but for some reason aren't read):

    IPE_INCLUDE_DIR=C:\Programs\ipe-7.0.10\include
    IPE_LIBRARIES=C:\Programs\ipe-7.0.10\bin\ipe.dll

configuration is successful and solution is build by cmake:

========================================
This is the Windows CMake running within the cygwin platform.

Build type: Release

USING CXXFLAGS = ' /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS /fp:strict /fp:except- /MD /O2 /Ob2 /D NDEBUG'

USING EXEFLAGS = ' /STACK:10000000 /machine:X86 /INCREMENTAL:NO'

Targetting Visual Studio 10

Target build enviroment supports auto-linking

Using VC10 compiler.

Generator uses intermediate configuration directory: $(Configuration)

Requested component: Core

Requested component: IPE

Found Ipe: C:\Programs\ipe-7.0.10\include C:\Programs\ipe-7.0.10\bin\ipe.dll

Requested component: MPFR

Requested component: GMP

-- Using IPE version 7 compatibility.

Configuring done

========================================

but it can't be compiled as replied in my previous email.


On Mon, Mar 4, 2013 at 4:20 PM, klo uo <> 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




Archive powered by MHonArc 2.6.18.

Top of Page