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

2008-04-13 Thread Vincent
Something went wrong with my attempt to post this last week, so here it is late. On Fri, Apr 04, 2008 at 10:06:03PM +0200, Martin Wilke wrote: > > Hm we don't support DF here. Considering DragonFly is a branch from freebsd and for projects with configure scripts that do not recognize DF, I ca

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 erro

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 - ico

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

2008-04-04 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 04, 2008 at 02:59:31PM -0500, Vincent wrote: > 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 kd

[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, ico