Обсуждение: current cvs is broken with --enable-multibyte

Поиск
Список
Период
Сортировка

current cvs is broken with --enable-multibyte

От
Oleg Bartunov
Дата:
It seems current cvs has a problem with --enable-multibyte
gcc -c  -I../../../include  -O2 -Wall -Wmissing-prototypes -Wmissing-declarations mbutils.c -o mbutils.o
mbutils.c:178: conflicting types for g_mb2wchar'
../../../include/mb/pg_wchar.h:98: previous declaration of g_mb2wchar'
mbutils.c:185: conflicting types for g_mb2wchar_with_len'
../../../include/mb/pg_wchar.h:99: previous declaration of g_mb2wchar_with_len'
make[4]: *** [mbutils.o] Error 1
make[4]: Leaving directory /home/postgres/cvs/pgsql/src/backend/utils/mb'
This problem appears about week ago.
Regards,
    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



Re: current cvs is broken with --enable-multibyte

От
Tatsuo Ishii
Дата:
Sorry, forgot to check in some files. Should be fixed now.

> It seems current cvs has a problem with --enable-multibyte
> gcc -c  -I../../../include  -O2 -Wall -Wmissing-prototypes -Wmissing-declarations mbutils.c -o mbutils.o
> mbutils.c:178: conflicting types for g_mb2wchar'
> ../../../include/mb/pg_wchar.h:98: previous declaration of g_mb2wchar'
> mbutils.c:185: conflicting types for g_mb2wchar_with_len'
> ../../../include/mb/pg_wchar.h:99: previous declaration of g_mb2wchar_with_len'
> make[4]: *** [mbutils.o] Error 1
> make[4]: Leaving directory /home/postgres/cvs/pgsql/src/backend/utils/mb'
> This problem appears about week ago.
> 
>     Regards,
> 
>         Oleg
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83


Re: current cvs is broken with --enable-multibyte

От
Oleg Bartunov
Дата:
Thanks, it compiles now
Regards,        Oleg
On Sun, 27 Aug 2000, Tatsuo Ishii wrote:

> Date: Sun, 27 Aug 2000 20:03:32 +0900
> From: Tatsuo Ishii <t-ishii@sra.co.jp>
> To: oleg@sai.msu.su
> Cc: pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] current cvs is broken with --enable-multibyte
> 
> Sorry, forgot to check in some files. Should be fixed now.
> 
> > It seems current cvs has a problem with --enable-multibyte
> > gcc -c  -I../../../include  -O2 -Wall -Wmissing-prototypes -Wmissing-declarations mbutils.c -o mbutils.o
> > mbutils.c:178: conflicting types for g_mb2wchar'
> > ../../../include/mb/pg_wchar.h:98: previous declaration of g_mb2wchar'
> > mbutils.c:185: conflicting types for g_mb2wchar_with_len'
> > ../../../include/mb/pg_wchar.h:99: previous declaration of g_mb2wchar_with_len'
> > make[4]: *** [mbutils.o] Error 1
> > make[4]: Leaving directory /home/postgres/cvs/pgsql/src/backend/utils/mb'
> > This problem appears about week ago.
> > 
> >     Regards,
> > 
> >         Oleg
> > _____________________________________________________________
> > Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> > Sternberg Astronomical Institute, Moscow University (Russia)
> > Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
> > phone: +007(095)939-16-83, +007(095)939-23-83
> 

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83