Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] install cgal 3.4 on windows

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] install cgal 3.4 on windows


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] install cgal 3.4 on windows
  • Date: Wed, 27 May 2009 09:18:29 +0200
  • Organization: GeometryFactory

Le Wednesday 27 May 2009 09:05:15, Franki a écrit :
> Hi everybody,
>
> I am new in cgal and want to install 3.4 version with the window installer.

The Windows installer only provides precompiled gmp and mpfr for VC8 and VC9.
It seems you want to use g++, probably from Cygwin or MinGW. You will need to
install gmp-dev and mpfr-dev in Cygwin.

> after including the headers of cgal boost was not found.
> so I downloaded boost_1_39_0 and included it.

I think boost is installable with Cygwin's setup.exe.

> now I get a new response:
>
> /usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
> make[1]: Entering directory
> `/cygdrive/c/Users/franki/Documents/NetBeansProjects/test' /usr/bin/make
> -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin-Windows/test.exe make[2]:
> Entering directory
> `/cygdrive/c/Users/franki/Documents/NetBeansProjects/test' mkdir -p
> build/Debug/Cygwin-Windows
> rm -f build/Debug/Cygwin-Windows/testmain.o.d
> g++-3.exe -c -g -I/cygdrive/C/CGAL-3.4/include
> -I../../../Downloads/boost_1_39_0/boost_1_39_0/ -MMD -MP -MF
> build/Debug/Cygwin-Windows/testmain.o.d -o
> build/Debug/Cygwin-Windows/testmain.o testmain.cpp In file included from
> /cygdrive/C/CGAL-3.4/include/CGAL/basic.h:28, from
> /cygdrive/C/CGAL-3.4/include/CGAL/bounding_box.h:24, from testmain.cpp:18:
> /cygdrive/C/CGAL-3.4/include/CGAL/config.h:45:34: CGAL/compiler_config.h:
> No such file or directory

The message is clear: <CGAL/compiler_config.h> is not found. Have you
compiled
CGAL-3.4, with CMake and then make? If yes, you just need to setup the
include
path so that the generated file <CGAL/compiler_config.h> is found.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page