[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freewnn:00578] Re: patches after FreeWnn-1.1.1-a017
阿部です。
At Sun, 20 May 2001 19:39:49 +0900,
Hiroo ONO (小野寛生) <hiroo@oikumene.gcd.org> wrote:
>
> 小野寛生です
>
> とりあえず、今週末はもう作業しないと思うので、
> <URL:http://homepage2.nifty.com/onlife/FreeWnn/FreeWnn-1.1.1-a017-p1.tar.gz>
> に、以下の変更を -a017 に加えて、autoheader、autoconf して
> config.h、configure を作成したものをおいてあります。
> % 前においてあった
>
> FreeBSD 4.2-STABLE で make が通ることは確認しましたが、動作は確認して
Debian/Linux (potato)でもmakeしてみました。動作確認はこれからです。
BeOS R5でもmakeしてみました。
#取り敢えず、make CPP=`gcc -print-prog-name=cpp`
以下の変更が必要でした。動作確認はこれから。
--- de.c.org Mon May 21 00:53:43 2001
+++ de.c Mon May 21 00:54:04 2001
@@ -54,7 +54,7 @@
#include <sys/types.h>
#endif
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(BEOS)) && !defined(USG)
#include <sys/param.h>
#endif
#ifdef SYSVR2
--
Hiroaki Abe