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: Jayesh Salvi <>
  • To:
  • Subject: Re: [cgal-discuss] How to build CGAL with tracing enabled (especially CGAL_NEF_TRACEN)
  • Date: Wed, 11 May 2011 12:36:04 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=xCGTlfu6gcMUdeGBosoUT+W+jBOXVMy84F/iCeAXGyJDhQ/PMsnYoDfkpFhLzy2Bcd IwJwJtM5Xq8pChNlOXqO+GSRqOyxudD/YHd9lRPNW7aWwfrGA95awODjGxrH58BKWiI1 W/XGSB5s31i4azc48+I/CEJfB5Z1We4VJlRqc=

Thanks a lot. That worked for me.
--
Jayesh


On Tue, May 10, 2011 at 12:04 PM, Sebastien Loriot (GeometryFactory)
<>
wrote:
>
> 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
>>
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page