Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Kernel is not a class or namespace name

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Kernel is not a class or namespace name


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Kernel is not a class or namespace name
  • Date: Fri, 06 Apr 2012 09:29:25 +0200
  • Organization: GeometryFactory

Hi,

CGAL does not support VS2005 and you really shouldn't use it anymore. It
is one of the quirkiest compilers ever around.

Try one of the newer free versions (Visual Studio Express) or have a go
with MinGW [1] and the free (in both senses) gcc toolchain.

[1] : http://www.mingw.org/

HTH,
Philipp Moeller
GeometryFactory


daisy
<>
writes:

> Hi all,
> I use visual stidio 2005, and a install CGAL4.0 and the latest third
> party softwares CMake, QtSDK and Boost. (I am not sure if I install them
> correctly.) And I want to use width_simplex.cpp to compute the width of of a
> 3D points set. However, when I compile the given code without any
> modification, errors occurs saying:
> Homogeneous is not a member of CGAC
> Width_3 is not a member of CGAC
> simplex undeclared identifier
> Kernel is not a class or namespace name
>
>
> Thanks and Kind Regards
> Daisy
>
>
>
> --
> View this message in context:
> http://cgal-discuss.949826.n4.nabble.com/Kernel-is-not-a-class-or-namespace-name-tp4536827p4536827.html
> Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page