Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] ruby c extensions and straight skeletons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] ruby c extensions and straight skeletons


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] ruby c extensions and straight skeletons
  • Date: Tue, 8 Oct 2013 19:04:26 +0200 (CEST)

On Tue, 8 Oct 2013, Noel Warren wrote:

There is obviously something "big" I'm doing wrong but I can't see what it
is from the output. Any help will be greatly appreciated.
[...]
C:/CGAL-4.2/include/CGAL/Straight_skeleton_vertex_base_2.h:40:58: error:
macro "access" requires 2 arguments, but only 1 given

You have a macro called access. That's bad. Macros should be avoided, and when they are necessary they should be given ugly names. You should find where this macro is coming from and kill it.


--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page