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: Stefan Salewski <>
  • To:
  • Subject: Re: [cgal-discuss] ruby c extensions and straight skeletons
  • Date: Tue, 08 Oct 2013 20:33:38 +0200

On Tue, 2013-10-08 at 19:04 +0200, Marc Glisse wrote:
> 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.

If you still have trouble (seems that you use Ruby 2.0 on Windows?)

try to put the

#include <ruby.h>

after the other CGAL relatet includes. I do not really exactly know why
that can make a difference (macro name conflict?), but I found that hint
with google, and it was necessary for my RTREE BOOST bindings.




Archive powered by MHonArc 2.6.18.

Top of Page