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:[email protected]] Sent: Sunday, March 29, 2009 11:56 PM To: Paul Morton Cc: [email protected] 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 [email protected] [email protected] _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
