Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread
As I think I'd better continue to throw additional informations on this problem, I'll do so gradually. Before the call of from_utf8 in lyx_main.C: lyxerr to_utf8(bformat(_(LyX: Creating directory %1$s), from_utf8(package().user_support().absFilename( endl; I tried

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread
As I think I'd better continue to throw additional informations on this problem, I'll do so gradually. Before the call of from_utf8 in lyx_main.C: > lyxerr << to_utf8(bformat(_("LyX: Creating directory %1$s"), > from_utf8(package().user_support().absFilename( ><< endl;

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-17 Thread
ps. The last call of processor.convert() is called by getEnv(LC_ALL) in function Messages::get() in messages.C when it handles strings LyX: Creating directory %1$s. Koji Yokota wrote: When it is called just before crash: (1) Before (gdb) p inbuf:$29 = 0x87f22ec C (gdb) p

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-17 Thread
ps. The last call of processor.convert() is called by getEnv("LC_ALL") in function Messages::get() in messages.C when it handles strings "LyX: Creating directory %1$s". Koji Yokota wrote: When it is called just before crash: (1) Before (gdb) p inbuf:$29 = 0x87f22ec "C"

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-07 Thread
also worried about the 'const' requirement which is a windows think IIRC. I guess FreeBSD have a proper version of iconv in its port package management, why don't you try with that? Abdel. -- 横田 宏治 ([EMAIL PROTECTED]) 小樽商科大学 商学部 経済学科 /* Copyright (C) 1999-2003 Free Software Foundation, Inc

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-07 Thread
of iconv? I ask because it is located in /usr/local/ which AFAIK is not populated by system packages. I am also worried about the 'const' requirement which is a windows think IIRC. I guess FreeBSD have a proper version of iconv in its "port" package management, why don't y