On 17 Mar 2006, Ilja Golshtein <[EMAIL PROTECTED]> wrote:
> Hello!
> 
> I've tried distcc 2.18.3 to
> build by own project on
> two i386 boxes with Fedora Core 4.
> 
> Command line looks like this
> ==
> distcc -fPIC -fshort-wchar -g -D_DEBUG -O0 -Wno-deprecated -Wno-pointer-arith 
> -finput-charset=WINDOWS-1251 -Wno-invalid-offsetof -USE_COMPILER_EXCEPTIONS 
> -D__MY_STL_IMPL -I./src -I.
> ....
> ==
> Diagnosis is
> cc1plus: error: failure to convert WINDOWS-1251 to UTF-8
> 
> Of course it is compilable without gcc on both boxes.
> 
> I tried to invoke distccd with LANG utf8 or something
> but no luck.

distcc is not adding this option; it must be coming from your makefile.
The likely cause is that this option is not supported by the version of
distcc on the server.

-- 
Martin

Attachment: signature.asc
Description: Digital signature

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to