Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to build CGAL with tracing enabled (especially CGAL_NEF_TRACEN)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to build CGAL with tracing enabled (especially CGAL_NEF_TRACEN)


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How to build CGAL with tracing enabled (especially CGAL_NEF_TRACEN)
  • Date: Tue, 10 May 2011 08:34:12 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=AxfubHMZBeHLD55GvqI6/0PEkQZbgskFmG0GzM12Szbxj0OPifqbY6AyEZY6vWy+yg xyoxC7TSjahcp2JZjY8XCmp6OC4cKHzHS/r8+qKQmQEC6K30VKaSqpcGUfANpoPED4tG qHx0yqMfnK3lKcGPtBGtk1PD8w1zOTqq21EAY=

You indeed need to have a CGAL lib compiled in
debug mode. Then before running the nef computation
you need to set the global variable
debugthread to 0.

(see include/CGAL/Nef_2/debug.h)

S.

On 05/07/2011 04:23 PM, Jayesh Salvi wrote:
Hi all,

I am trying to debug an assertion failure exception I get from the
CGAL library. CGAL has well-placed debug and trace statements all over
the library, which I can use to understand what's happening in my
case. However despite many efforts I could not find the right compile
flags that will enable those debug and trace messages. I am especially
interested in the trace messages printed with the CGAL_NEF_TRACEN
macro. I have tried to compile with the cmake option
-DCMAKE_BUILD_TYPE=Debug, but to no avail. I don't have much
experience with cmake. Can someone help me with it?

Thanks,
--
Jayesh





Archive powered by MHonArc 2.6.16.

Top of Page