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: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Uncaught CGAL::Uncertain_conversion_exception
  • Date: Wed, 23 Jan 2013 12:06:22 +0100
  • Organization: GeometryFactory

Le mercredi 23 janvier 2013 02:44:33 thann a écrit :
> Hi Laurent,
>
> I'd rather experience boring but simple-to-fix issues than this one :)
>
> Here is the extended make log.
> <http://cgal-discuss.949826.n4.nabble.com/file/n4656548/make_v.txt>
>
> Note that that the gcc used to build is placed in /Users/tobias/usr/bin/ and
> Qt's qmake is used on top of make.

In your CMake log, there was the line "Building shared libraries", that means
that the value of the CMake variable BUILD_SHARED_LIBS was "TRUE". But in you
complete build log one can see that the linker links with the *static*
library
/Users/tobias/Dev/CGAL/CGAL-4.1_build/lib/libCGAL.a

That is the only strange thing I found out in your logs.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page