Mono referência indefinida para 'locale_charset'

3

Estou tentando compilar o mono a partir do código-fonte e estou recebendo este erro.

../ src / .libs / libeglib.a (libeglib_la-gunicode.o): Na função monoeg_g_get_charset': /opt/mono-2.10.1/eglib/src/gunicode.c:312: undefined reference to locale_charset '

Eu estou compilando no centos5. Eu o compilei antes em outras máquinas (Centos também), então não tenho idéia do que está errado.

    
por Will 20.03.2011 / 03:02

1 resposta

4
  1. execute ./configure

  2. vá para eglib /

  3. abra config.h e substitua a seguinte string

    #define HAVE_LOCALCHARSET_H 1

por

 #define HAVE_LOCALCHARSET_H 0
    
por 05.05.2011 / 09:22