|
[haiku-development]
||
[Date Prev]
[01-2008 Date Index]
[Date Next]
||
[Thread Prev]
[01-2008 Thread Index]
[Thread Next]
[haiku-development] Re: Undefined reference to __toupper_l.
- From: Philippe Houdoin <philippe.houdoin@xxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 31 Jan 2008 15:13:40 +0100
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...
- Philippe
|