Thanks Nikita.  You misunderstood me.  I wasn't asking how to enable debugging 
in directfb, but was asking if directfb.org uses a bug tracking database/system 
such as bugzilla, trac, etc.

-----Original Message-----
From: Nikita Egorov [mailto:nik...@gmail.com] 
Sent: Sunday, March 29, 2009 11:56 PM
To: Paul Morton
Cc: directfb-dev@directfb.org
Subject: Re: [directfb-dev] Bug in return code from fbdev_ioctl 
(systems\fbdev\fbdev.c version 1.2.7)

> By the way, how do I access the directfb bug tracking system?  The link to
> it on http://www.directfb.org/ go nowhere.

Hi, first you must build DirectFB with support of debug tracking.

configure --enable-debug-support=yes [default = yes]

Secondly, you merely add a line "debug = xxxxx" into your directfbrc file.
The text "xxxx" is a second argument in D_DEBUG_DOMAIN() defined in
most of directfb's files.

E.g. in your case
"debug = FBDev/Mode" - enables the debug tracing in file fbdev.c
"debug = DFDev" - trace the entire domain fbdev
"debug"   - print all debug messages.

-- 
Best Regards
Nikita Egorov
nik...@gmail.com
nik...@varma-el.com


_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to