[kde-freebsd] iconv_open failed and other errors compiling kde on bsd

2008-04-04 Thread Vincent
I am trying to compile kdelibs on DragonFly BSD. cmake configured successfully, However, when I run make to compile it I immediately get the following errors. [ 0%] Built target kde4automoc [ 0%] Generating kdecore_automoc.cpp QIconvCodec::convertToUnicode: using ASCII for conversion,

Re: [kde-freebsd] iconv_open failed and other errors compiling kde on bsd

2008-04-04 Thread Adriaan de Groot
On Friday 04 April 2008 21:59, Vincent wrote: QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed I get the same under Solaris, it doesn't seem to be harmful. I've tried tracing where that message comes from (in GNU gettext) and nothing really obvious shows up -

Re: [kde-freebsd] iconv_open failed and other errors compiling kde on bsd

2008-04-04 Thread Adriaan de Groot
On Friday 04 April 2008 21:59, Vincent wrote: kde4automoc: process for /u1/kdelibs-4.0.2/work/Build/kdecore/kdedmodule.mocfailed to start: Unknown error You'll have to fiddle with the automoc sources; it basically forks a bunch of moc processes, but on FBSD at least this triggers some error