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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Precompiled ipelets or how to compile them?
  • Date: Wed, 06 Mar 2013 11:06:38 +0100
  • Organization: GeometryFactory

On 03/06/2013 09:12 AM, klo uo wrote:
So except "it should work", can someone provide more meaningful reply,
as I provided couple of logs?
You need the ipe library which is not provided with the precompiled version of ipe for windows.

I'm afraid, this implies recompiling ipe. I haven't tested the ipelets
on windows since the build system is no longer qmake.

I agree it would be nice to provide the precompiled ipelets but unfortunately I don't have time for now.

Maybe you should ask on the ipe mailing list if someone compiled its own ipelet on windows and could either provide the missing .lib or
an alternative build method.

Sebastien.


Thanks


On Tue, Mar 5, 2013 at 10:39 AM, klo uo
<
<mailto:>>
wrote:

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.







Archive powered by MHonArc 2.6.18.

Top of Page