Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Sebastian Hegler <>
  • To:
  • Subject: Re: [cgal-discuss] mex-file CGAL terrain example
  • Date: Sat, 9 Oct 2010 18:37:12 +0200

Am 09.10.2010 um 17:33 schrieb
<>:
> "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
You are missing the include paths for boost (a library CGAL depends on:
"www.boost.org").

Judging from your setup, try adding "-IC:\Programas\Microsoft Visual Studio
9.0\VC\INCLUDE", or "-IC:\CGAL-3.6\include". However, take this with a grain
of salt: I haven't _EVER_ developed on Windoze.


Sebastian


Archive powered by MHonArc 2.6.16.

Top of Page