From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3ed0f5f3e13abce134cb9bc328d28a68@quintile.net> From: "Steve Simon" Date: Tue, 3 Jan 2012 17:39:02 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first Topicbox-Message-UUID: 538eab06-ead7-11e9-9d60-3106f5b1d025 > pcc -c /sys/src/cmd/gs/zlib/gzio.c /sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked: fdopen > /sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: "INT" and "VOID" for op "AS" pcc: cpp: 8c 29761: error Again, plan9 has moved a little since /sys/src/ape/z/mkfile was written, this should sort out these two errors: hugo% yesterday -D mkfile diff -n /n/dump/2012/0103/sys/src/ape/lib/z/mkfile /sys/src/ape/lib/z/mkfile /n/dump/2012/0103/sys/src/ape/lib/z/mkfile:39 c /sys/src/ape/lib/z/mkfile:39 < CFLAGS=-c --- > CFLAGS=-c -D_C99_SNPRINTF_EXTENSION -D_POSIX_SOURCE -Steve