[haiku-development] Re: Undefined reference to __toupper_l.

  • From: Bruno Albuquerque <bga@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 31 Jan 2008 13:08:19 -0200

Philippe Houdoin wrote:
Quoting Jérôme Duval <korli@xxxxxxxxxxxxxxxx>:

2008/1/31, Bruno Albuquerque <bga@xxxxxxxxxxxxx>:
Didn't work. I added the following:

DEBUG on <src!servers!mail!>mail_daemon = 1 ;
DEBUG on <src!kits!mail!>libmail.so = 1 ;
DEBUG on <src!add-ons!mail_daemon!inbound_protocols!pop3!>POP3 = 1 ;
DEBUG on <src!add-ons!mail_daemon!system_filters!inbox!>Inbox = 1 ;
DEBUG on <src!add-ons!mail_daemon!system_filters!parser!>Message\ Parser
= 1 ;

Anyone tried to use SetConfigVar DEBUG : ... ?
Like this:

SetConfigVar DEBUG : HAIKU_TOP src kits mail : 1 : global ;
SetConfigVar DEBUG : HAIKU_TOP src add-ons mail_daemon : 1 : global ;
SetConfigVar DEBUG : HAIKU_TOP src servers mail : 1 : global ;

Worth a try, if you ask me...

This worked. Thanks!

-Bruno

Other related posts: