chrisidefix / cgal-bindings

Automatically exported from code.google.com/p/cgal-bindings
Boost Software License 1.0
0 stars 0 forks source link

Failed to build against CGAL 4.2 #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I tried building the CGAL bindings agains CGAL 4.2. This fails because of a typo
in declare_interpolation_function. The sibson_gradient_fitting_rn_2 function 
apeas to wrap
sibson_gradient_fitting_nn_2 instead of the expected one.

This breaks compilation on my system. 
The relevant fix is in my github fork of the cgal bindings:
https://github.com/jenshnielsen/cgal-bindings/commit/78ed13c8de73a080d9c09c1d9ca
7dd557878eb19

With this fix the code compiles for me. 

Original issue reported on code.google.com by jenshnie...@gmail.com on 30 Apr 2013 at 11:29

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by sloriot...@gmail.com on 6 May 2013 at 12:20