Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Jayesh Salvi <>
  • To:
  • Subject: [cgal-discuss] How to build CGAL with tracing enabled (especially CGAL_NEF_TRACEN)
  • Date: Sat, 7 May 2011 19:53:09 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=VcdGWNYLQvyBI1a5VVYM79X84STcCd0hKb86QJz0SX55ph9qmzanvL/H6qQdsRfOBI TgpI0x7uDxswwhf30jBbYVjNJwKgazA1E8vOKRuIobT69nieb+fvo2mJHzjrnSALMLYN QwsaDUcahaaLjcFmjSBw2qr3/esvVIIGJCTVg=

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