Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: CGAL & Eclipse (WINDOWS)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: CGAL & Eclipse (WINDOWS)


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: CGAL & Eclipse (WINDOWS)
  • Date: Wed, 28 Apr 2010 16:07:50 +0200

ManosK wrote:

Sebastien Loriot (GeometryFactory) wrote:
ManosK wrote:
Hi all;

I have succeeded in installing CGAL in Visual Studio 2008.
I have been unsuccessfully trying to migrate the created solution's
functionality in Eclipse IDE for C/C++ - my latest problem being the
error
call of overloaded `enum_cast(CGAL::Uncertain<CGAL::Sign>)' is ambiguous
that occurs in the file 'sign_of_determinant.h' of folder
CGAL-3.6/INCLUDES/CGAL/predicates.
My basic question at this point is: Is it possible for a migration like
the
one described above to occur? Or are the incompatibilities between the VC
9.0 compiler and the g++ 3.4.5 my Eclipse is using insurmountable?

What is more, has anyone encountered the error described? If so, is there
a
workaround for this issue?

Thanks!!!
cmake is able to generate input for Eclipse.
Do you absolutely need to migrate your VS project?

S.


I created a new project based on libs created for Eclipse, like you
suggested.
However, the error message showed up in my new project as well :/

Does this error appear when you build CGAL or when you build
one other program using CGAL? In the latter case, could you post
some code (at least the line that makes the error)

S.

Any extra help would be welcome :)

Thx
Manos




Archive powered by MHonArc 2.6.16.

Top of Page