Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception
- Date: Wed, 23 Jan 2013 11:43:41 +0100
- Organization: GeometryFactory
Do you have this when building the small example provided?
If yes, would you mind trying to use cmake to build the example with the cmake script joint and tell us if you still have the issue?
Sebastien.
On 01/23/2013 11:07 AM, thann wrote:
Exception handling is (and was) activated. If I throw the exception myself,
it gets caught correctly:
ok, exception caught
terminate called after throwing an instance of
'CGAL::Uncertain_conversion_exception'
what(): Undecidable conversion of CGAL::Uncertain
<T>
My supervisor for the thesis, who usually knows these kind of things,
suggested that the run time type information might be missing because it
might not be included in the compilation units and thus not in the dynamic
libraries (or something like that). Creating a static instance of the
exception in one of the CGAL .cpp files did not fix the issue, though.
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Uncaught-CGAL-Uncertain-conversion-exception-tp4656528p4656542.html
Sent from the cgal-discuss mailing list archive at Nabble.com.
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.
project( hjkh_ )
cmake_minimum_required(VERSION 2.6.2)
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}"
VERSION_GREATER 2.8.3)
cmake_policy(VERSION 2.8.4)
else()
cmake_policy(VERSION 2.6)
endif()
endif()
find_package(CGAL QUIET COMPONENTS Core )
if ( CGAL_FOUND )
include( ${CGAL_USE_FILE} )
include( CGAL_CreateSingleSourceCGALProgram )
create_single_source_cgal_program( "cgalmain.cc" )
else()
message(STATUS "This program requires the CGAL library, and will not be
compiled.")
endif()
- [cgal-discuss] Uncaught CGAL::Uncertain_conversion_exception, thann, 01/22/2013
- Re: [cgal-discuss] Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/24/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, Laurent Rineau (CGAL/GeometryFactory), 01/23/2013
- [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception, thann, 01/23/2013
- Re: [cgal-discuss] Uncaught CGAL::Uncertain_conversion_exception, Sebastien Loriot (GeometryFactory), 01/23/2013
Archive powered by MHonArc 2.6.18.