[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-dev:00359] Re: [monpe]monpe/lib/intl.h : /monpe/lib/intl.c にてエラー



清水です.お世話になります.

At Mon, 24 Feb 2003 17:37:13 +0900,
NaCl:市川さん wrote:
> CVSからとってきたMONPEの、
> lib/intl.h , lib/intl.c にてエラーが出ました。
(snip)
> このまま使おうと思っているのですが、
> 何かまずいでしょうか?

私の方のミスでした.
報告ありがとうございます.

市川さんがされた対処法は完全ではないので,以下のパッチを当てるか,cvs
update を実行して下さい.

また,何かあったらいつでもご報告下さい.
ありがとうございました.

+-----
| Koji SHIMIZU(21) , shimizu@xxxxxxxxx

*** intl.c	21 Feb 2003 07:02:31 -0000	1.2
--- intl.c	24 Feb 2003 08:02:59 -0000	1.3
***************
*** 1,6 ****
  #include "intl.h"
  
!  * Copyright (C) 2002,2003 Koji SHIMIZU
  #include <stdlib.h>
  #include <string.h>
  
--- 1,6 ----
  #include "intl.h"
  
! #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
  
*** intl.h	21 Feb 2003 07:02:31 -0000	1.2
--- intl.h	24 Feb 2003 08:02:59 -0000	1.3
***************
*** 1,6 ****
  #ifndef INTL_H
  #define INTL_H
!  * Copyright (C) 2002,2003 Koji SHIMIZU
  #include "config.h"
  
  #include <glib.h>
--- 1,6 ----
  #ifndef INTL_H
  #define INTL_H
! 
  #include "config.h"
  
  #include <glib.h>