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: Noel Warren <>
  • To:
  • Subject: Re: [cgal-discuss] ruby c extensions and straight skeletons
  • Date: Tue, 8 Oct 2013 19:09:21 +0200

I've never written a macro so I wouldn't know.  I'm guessing ruby has a macro called access, maybe I'll try and change that.  Thanks Marc.  I'll let you know if it worked.


2013/10/8 Marc Glisse <>
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

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page