Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase


Chronological Thread 
  • From: "Wesley Smith" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: VS2008 link problems: ContainerBase
  • Date: Fri, 2 May 2008 22:16:55 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QxJgPn20c1jpFnuquhFRFQlGjpWcl70+fIqZdw3Xr43w9W20HnhLJNlFGIB32TScXv8fQRh0uIBsK6P83RKV2FI7c6WWGkn3dbW8ppBKxJ7Uo2qe7/2HOjFM6g5YwCogxAf08ZQLTm0+wSuFD6o0jj1y63XAV+S48aGjCPRawkY=

Thanks for the help everyone!! Success :))))))
cheers,
wes

On Fri, May 2, 2008 at 10:32 AM, Fernando Cacciola
<>
wrote:
> Ophir Setter wrote:
>
> > Did you compile boost for vc 9.0? I got the _Container_base error using
> > boost not compile in vc 9.0 and not because of CGAL. Anyway, I now run
> CGAL
> > and boost on VC9 with no problems.
> >
> >
>
> _Container_base is part of the MSVC CRT, so you'll get this error whenever
> you link against a library compiled with an earlier version of VC++.
>
> As Andreas Fabri mentioned already, CGAL does not depend on any Boost
> library, only header files, so you don't need to compile Boost for CGAL
> unless you try those demos which use Boost.ProgramOptions.
>
> OTOH, CGAL-3.3.1 was released before VC90 and you can't just rebuild it
> because of the encoding of the compiler version in the library mangling used
> by the autolinking feature.
>
> To build CGAL3.3.1 under Visual Studio 2008 please unzip the attached patch
> right on the CGAL root directory, then launch the new CGAL_90.sln solution
> file to build CGAL on VS2008.
>
> Best
>
> Fernando Cacciola
> GeometryFactory
>
> --
>
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page