Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Installation of CGAL 3.5

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Installation of CGAL 3.5


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Installation of CGAL 3.5
  • Date: Tue, 10 Nov 2009 11:14:58 +0100
  • Organization: GeometryFactory

On Tuesday 10 November 2009 11:05:58

wrote:
> So, i have Win XP 64bit edition, Qt-4.6 beta 1, boost_1_40_0, CGAL 3.5,
> MinGW gcc-4.4 and Visual Studio 2008.
> I performed installation according to this manual
> http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on
> -windows. Boost was compiled with Visual Studio 2008 as described in the
> manual. But i got the error while configuring with cmake-gui (full log):
>
> CGAL_MAJOR_VERSION=3
> CGAL_MINOR_VERSION=5
> CGAL_BUILD_VERSION=
> CGAL_SONAME_VERSION=4
> CGAL_SOVERSION =4.0.0
> CGAL_REFERENCE_CACHE_DIR=
> Building static libraries
> Targetting MinGW Makefiles
> Using c:/devel/MinGW/bin/g++.exe compiler.

If you compiled Boost using Visual Studio, I doubt you can use it with the
MinGW g++ compiler. In C++ world, binaries coming from different compilers
(even even different compiler versions of the same compiler suite) are not
binary compatible.

You need to choose if you want to use CGAL with MinGW or Visual. Then you
need
to compile Boost and Qt with the same compiler.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page