This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building CGAL libs on Cygwin - Problems


Leandro Melo wrote:

> Hi, I've checked the archive for any information about that, but
> couldn't fine any.
> I'm beginner with cygwin and don't have much experience also with gcc/g++.
> The point is that I'm trying to build CGAL (computation geometry
> algorithms library) libraries on cygwin (compiler gnu 3.4.4), but I'm
> getting the following error.
> Can anyone help me out?
> I'm not sure this error is because of g++. But I'm just doing the
> standard procedure for compiling the cgal libs (which is running a
> install script).
> Thanks.
> 
> 
> /usr/bin/g++  -O2  -Wall
> '-I/CGAL/CGAL-3.1/include/CGAL/config/i686_CYGWINNT-5.1-1.5.18_g++-3.4.4'
> '-I/CGAL/CGAL-3.1/include'  -c aff_transformation_tags.C
> /usr/bin/g++  -O2  -Wall
> '-I/CGAL/CGAL-3.1/include/CGAL/config/i686_CYGWINNT-5.1-1.5.18_g++-3.4.4'
> '-I/CGAL/CGAL-3.1/include'  -c assertions.C
> /usr/bin/g++  -O2  -Wall
> '-I/CGAL/CGAL-3.1/include/CGAL/config/i686_CYGWINNT-5.1-1.5.18_g++-3.4.4'
> '-I/CGAL/CGAL-3.1/include'  -c Bbox_2_intersections.C
> In file included from /CGAL/CGAL-3.1/include/CGAL/_QP_solver/gmp_double.h:28,
>                  from /CGAL/CGAL-3.1/include/CGAL/_QP_solver/Double.h:28,
>                  from /CGAL/CGAL-3.1/include/CGAL/number_type_basic.h:407,
>                  from /CGAL/CGAL-3.1/include/CGAL/basic.h:66,
>                  from /CGAL/CGAL-3.1/include/CGAL/Cartesian/Cartesian_base.h:29,
>                  from /CGAL/CGAL-3.1/include/CGAL/Simple_cartesian.h:27,
>                  from Bbox_2_intersections.C:25:
> /CGAL/CGAL-3.1/include/CGAL/_QP_solver/gmp_integer.h:28:17: gmp.h: No
> such file or directory

Install gmp developer.  Yes, its one of the packages you can install using
Cygwin's setup.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]