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

[mgp-users-jp 00243] Re: test snapshot before 1.04a



From: Jun-ichiro itojun Itoh <itojun@iijlab.net>
Subject: [mgp-users-jp 00236] test snapshot before 1.04a
>		      かなりほうぼう変わっていますので、もしお暇な方が
> 	いらっしゃったらテストして頂けるとさいわいです。
> 	特に、{Net,Free}BSDとかじゃないOS(IRIXとかSolarisとか)で試して
> 	もらえると嬉しいです。

コンパイルが通るかどうかくらいしか確認してませんが、
Solaris 2.5.1 (VFlib-2.22-PL10, libttf 無し) では、すでに報
告されている CC=gcc じゃないと上手くいかない問題の他に、

| ./missing/snprintf.c: In function `vsnprintf':
| ./missing/snprintf.c:53: structure has no member named `_bufsiz'
| *** Error code 1
| make: Fatal error: Command failed for target `snprintf.o'

と言われ、make で fail しました。たぶん、

==========
--- missing/snprintf.c,	Sat Sep  5 15:50:35 1998
+++ missing/snprintf.c	Sat Sep  5 15:50:46 1998
@@ -47,7 +47,7 @@
 	fp->_file = -1;
 	fp->_cnt = n;
 	fp->_base = fp->_ptr = (unsigned char *)string;
-#ifdef _bufsiz
+#ifndef _bufsiz
 	_setbufend(fp, string + n);
 #else
 	fp->_bufsiz = n;
==========

ですよね?

-- 
かとぺ / 加藤 貴司