Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception
  • Date: Wed, 23 Jan 2013 10:58:01 +0100
  • Organization: GeometryFactory

My guess is that you do not have exception handling on.
Could you try adding the option -fexceptions or something similar (look at the compiler manual)?

Thanks,

Sebastien.

On 01/23/2013 10:39 AM, thann wrote:
Yes, I added a --version to the cxx flags:


g++ -c -pipe --version -std=c++11 -frounding-math -g -gdwarf-2 -arch
x86_64 -mmacosx-version-min=10.5 -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I.
-I/Library/Frameworks/QtCore.framework/Versions/4/Headers
-I/usr/include/QtCore
-I/Library/Frameworks/QtGui.framework/Versions/4/Headers
-I/usr/include/QtGui -I/usr/include -I. -F/Library/Frameworks -o
cgalmain.o src/cgalmain.cc
g++ (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Uncaught-CGAL-Uncertain-conversion-exception-tp4656528p4656539.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page