[Scilab-users] delaunay_2 issue on windows (feedback)

Carrico, Paul paul.carrico at esterline.com
Fri Feb 15 11:00:26 CET 2019


Dear all

First of all thanks to Scilab team for the new release.

In the example at the end of this post, I'm wondering why Scilab crashes when using tessellation, but only on Windows 7 Professional service pack 1 OS ? It's not the first time I'm using it (with success), but here with these new data, it fails (it's the case with the previous release as well).

NB: It's work on a previous  "branch" release under Linux but now with the new 6.0.2 release I've a trouble when loading cgal:

A feedback

Paul

#########################################################
Initialisation :
  Chargement de l'environnement de travail

Start CG-lab
            Load macros
            Load thirdparties
            Load gateways
atomsLoad : Une erreur est survenue au cours du chargement de 'cglab-2.3.2':
            exec: error on line #13: "link : La bibliothèque partagée n'a pas été chargée: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/scilab-6.0.2/share/scilab/contrib/cglab/2.3.2/sci_gateway/c//../../src/cpp/libcgal_cpp.so)"

#########################################################
clc, clear, mode(0)

data = [
6.283185307179587 8.600000381469727
6.283185307179587 8.725000381469727
6.283185307179587 8.850000381469727
6.283185307179587 8.975000381469727
6.283185307179587 9.100000381469727
6.283185307179587 9.225000381469727
6.283185307179587 9.350000381469727
6.283185307179587 9.475000381469727
6.283185307179587 9.600000381469727
6.283185307179587 9.699999809265137
6.283185307179587 9.800000190734863
6.1766729953605575 8.600000381469727
6.1766729953605575 8.725000381469727
6.1766729953605575 8.850000381469727
6.1766729953605575 8.975000381469727
6.1766729953605575 9.100000381469727
6.1766729953605575 9.225000381469727
6.1766729953605575 9.350000381469727
6.1766729953605575 9.475000381469727
6.1766729953605575 9.600000381469727
];

triangles_index = delaunay_2(data(:,1)', data(:,2)');

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190215/b886fd3f/attachment.htm>


More information about the users mailing list