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 17:12:57 +0100
  • Organization: GeometryFactory

On Tuesday 10 November 2009 12:10:27

wrote:
> > 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.
>
> Ok. Attempt #2.
> I delete folders - boost, cgal, and clear variable PATH, again do all
> according to
> http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-o
> n-windows except "# Open the newly generated solution in the boost
> directory and press Build -> Clean Solution when this is done press Build
> -> Rebuild Solution # Wait a long time.... If it asks you to save and
> restart visual studio using some sort of macro agree to it and let the
> macro finish." Instead it i run make in command shell. So boost was
> compiled with gcc 4.4 without errors. And there is
> libboost_thread-gcc44-mt-d-1_40.dll.a and
> libboost_thread-gcc44-mt-1_40.dll.a files in
> c:\devel\tools\boost_1_40_0\lib and libboost_thread-gcc44-mt-1_40.dll and
> libboost_thread-gcc44-mt-d-1_40.dll files in
> c:\devel\tools\boost_1_40_0\bin.

You are using MinGW, which is not a supported platform for CGAL. However, it
should be doable to compile Boost, Qt, other CGAL dependencies, and CGAL,
with
that compiler. The problem is that it has not been tested, and you are on
your
own.

Can you attach you CMakeCache.txt file? It should have been generated during
the attempt of configuration by CMake.

Currently, the problems you have are:
- Boost libraries cannot be found by FindBoost.cmake,
- GMP and MPFR libraries are not found either.

What version of CMake do you use, by the way?

--
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