Re: [graph-tool] Installation error: graph_triangulation.Io
CGAL version: 4.9 G++ version: 5.3.0 Thanks for the tips in the reply message. Please excuse the rookie mistakes. We will follow the tips from now on. On Tue, Jun 28, 2016 at 12:07 AM, <graph-tool-request@skewed.de> wrote:
Send graph-tool mailing list submissions to graph-tool@skewed.de
To subscribe or unsubscribe via the World Wide Web, visit https://lists.skewed.de/mailman/listinfo/graph-tool or, via email, send a message with subject or body 'help' to graph-tool-request@skewed.de
You can reach the person managing the list at graph-tool-owner@skewed.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of graph-tool digest..."
Today's Topics:
1. Re: Installation error: graph_triangulation.Io (Tiago de Paula Peixoto) 2. Re: from graph_tool.all import * gives ImportError (Tiago de Paula Peixoto) 3. Re: Error related to 'numpy_bind.hh' while doing 'make' (Tiago de Paula Peixoto) 4. Re: Regarding the reliability of graph tool for research applications (Tiago de Paula Peixoto) 5. Re: libboost_iostreams.so.1.61.0: cannot open shared object file: No such file or directory (Tiago de Paula Peixoto) 6. Re: Error related to 'numpy_bind.hh' while doing 'make' (vineesh vs)
----------------------------------------------------------------------
Message: 1 Date: Tue, 28 Jun 2016 08:12:26 +0200 From: Tiago de Paula Peixoto <tiago@skewed.de> To: Main discussion list for the graph-tool project <graph-tool@skewed.de> Subject: Re: [graph-tool] Installation error: graph_triangulation.Io Message-ID: <e6fb0308-232c-a706-232a-47811e20adef@skewed.de> Content-Type: text/plain; charset="utf-8"
On 27.06.2016 20:43, Yu Zheng wrote:
Having installed every pre-requisite, including CGAL on my Linux server, I still encounter the following error during installation. The specific error message is:
*/usr/local/include/CGAL/Periodic_3_Delaunay_triangulation_3.h:266:60:* *error: *no match for call to ?*(CGAL::internal::Static_filters<CGAL::Filtered_kernel_base<CGAL::Type_equality_wrapper<CGAL::Cartesian_base_no_ref_count<double, CGAL::Epick>, CGAL::Epick> >, false>::Side_of_oriented_sphere_3 {aka CGAL::internal::Static_filters_predicates::Side_of_oriented_sphere_3<CGAL::Filtered_kernel_base<CGAL::Type_equality_wrapper<CGAL::Cartesian_base_no_ref_count<double, CGAL::Epick>, CGAL::Epick> > >}) (const Point&, const Point&, const Point&, const Point&, const Point&, const Offset&, const Offset&, const Offset&, const Offset&, const Offset&)*?
Please do not post multiple times to the list with the same question. Any lack of answer is most likely due to lack of time, rather than the question not being seen.
Whenever having problems with compilation, it very important to give basic information, such as what compiler version is being used, library versions, etc. In this case, it would be important to know which version of CGAL do you have installed.
Also, please not do not post terminal error messages or log files in RTF format, which makes it very cumbersome to inspect. Please just use plain text.
Best, Tiago
-- Tiago de Paula Peixoto <tiago@skewed.de>
On 28.06.2016 18:38, Yu Zheng wrote:
CGAL version: 4.9
This might be some incompatibility with version 4.9. I will investigate. In the mean time, you may downgrade to version 4.8, which should solve the problem. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
On 28.06.2016 18:38, Yu Zheng wrote:
CGAL version: 4.9
I verified, and such a CGAL version simply does not exist. The latest version is 4.8.1, which works fine with graph-tool. You can verify here: https://github.com/CGAL/cgal/releases Please check the _actual_ version of CGAL you have installed. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Tiago de Paula Peixoto -
Yu Zheng