Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] mex-file CGAL terrain example

Subject: CGAL users discussion list

List archive

[cgal-discuss] mex-file CGAL terrain example


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] mex-file CGAL terrain example
  • Date: Sat, 9 Oct 2010 17:33:50 +0200 (CEST)

Hi,

i'm trying to make a mex-file from the terrain.cpp example (Triangulation2D on
CGAL).

and i'm having some problems with that.

obviously "mex terrain.cpp" won't work.
I tried to add a flag for the CGAL-Core library:
"mex -v -LC:\CGAL-3.6\lib -lCGAL_Core-vc90-mt.lib terrain.cpp"
but it didn't found it

Matlab keeps complainig about:
C:\Programas\Microsoft Visual Studio 9.0\VC\INCLUDE\CGAL/config.h(37) : fatal
error C1083: Cannot open include file: 'boost/config.hpp': No such file or
directory

i've noticed that terrain.cpp have some dependencies on kernel lib and many
other stuff...

What flags should i add to make the terrain's mex file ??

Best regards,
Cristóvão


Archive powered by MHonArc 2.6.16.

Top of Page