Hello

I'm not sure of what you mean, it seems to me that you already have such options

for instance WITH_DEBUG_RAIL is already listed in ccmake (and, I suppose, also 
within the GUI ?) and can be set to ON/OFF (defined/not defined) (also running 
"cmake -DWITH_DEBUG_RAIL=ON" should work too)

the option is created in cmake/ConfigOptions.cmake and config.h.in

Alexis


On 24/09/11 20:30, Marc-André Moreau wrote :
> quick question for cmake experts:
> 
> how can we add those debug options such that they are listed in the cmake GUI 
> and easily selectable without having to manually add those define statements?
> 
> On Sat, Sep 24, 2011 at 2:27 PM, Marc-André Moreau 
> <marcandre.mor...@gmail.com <mailto:marcandre.mor...@gmail.com>> wrote:
> 
>     can you add:
> 
>     #define WITH_DEBUG_RAIL 1
> 
>     in libfreerdp-rail/librail.h and try again?
> 
> 
>     On Sat, Sep 24, 2011 at 2:11 PM, Michael Osborne 
> <medplus...@bellsouth.net <mailto:medplus...@bellsouth.net>> wrote:
> 
>         __
>         On Mon, 2011-09-19 at 15:42 -0400, Marc-André Moreau wrote:
>>
>>         Can you uncomment the following line in orders.h: 
>>         //#define WITH_DEBUG_ORDERS 1  
>>
>>
>>         Recompile, then run again and see what was the last graphical update 
>> before the crash?  
> 
> 
>         That line isn't orders.h in current git, so I added it.
> 
>         Here's what I get just before the segfault:
>         .
>         .
>         .
>         OpaqueRect Primary Drawing Order (0x0A)
>         OpaqueRect Primary Drawing Order (0x0A)
> 
>         Windowing Alternate Secondary Drawing Order (0x0B)
>         Windowing Alternate Secondary Drawing Order (0x0B)
> 
> 
>         -- 
>         Michael Osborne
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> 
> 
> 
> _______________________________________________
> Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to