Bonjour,

je m'essaie à l'utilisation de python CGAL, trop fainéant que je suis pour utiliser directement CGAL en C++.

J'ai installé toutes les dépendances, depuis Boost C++, jusqu'à CGAL. Aucun problème à la compilation de tout ce monde. Puis je me décide à compiler python CGAL.

Et là c'est le drame, je tombe sur une erreur trop moche qui finit par :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
Py_Delaunay_mesher_2.cpp:108:   instantiated from ‘void Py_Delaunay_mesher_2() [with kernel = CGAL::Filtered_kernel<CGAL::Simple_cartesian<CGAL::Lazy_exact_nt<CGAL::Quotient<CGAL::MP_Float> > > >]’
Py_Delaunay_mesher_2.cpp:127:   instantiated from here
/home/toto/Bureau/projet/modules/cgal/lib/include/CGAL/number_utils.h:90: erreur: no match for call to ‘(CGAL::Null_functor) (const CGAL::Lazy_exact_nt<CGAL::Quotient<CGAL::MP_Float> >&)’
make[1]: *** [Py_Delaunay_mesher_2.o] Erreur 1
make[1]: quittant le répertoire « /home/toto/Bureau/projet/modules/cgal-python/cgal-python/bindings/Mesh_2 »
make: *** [all] Erreur 2
Es ce que cela parle à qqun ? Es ce qqun est suffisamment rompu à l'utilisation de python CGAL pour m'éclairer ?

Merci de votre aide !