From owner-freebsd-current Wed Oct 6 1:26:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id 87BC614E05 for ; Wed, 6 Oct 1999 01:26:21 -0700 (PDT) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.9.3/8.9.3) id KAA80470; Wed, 6 Oct 1999 10:26:18 +0200 (CEST) (envelope-from jfh) To: freebsd-current@freebsd.org Subject: try to build xfree under current siginfo_t From: Fritz Heinrichmeyer Date: 06 Oct 1999 10:26:17 +0200 Message-ID: Lines: 21 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Shinjuku) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG as i accidentally deleted my libc.so.3 i thought it would be a good time to rebuild xfree, but i came in a preprocessor hell due to siginfo_t _POSIX_SOURCE or not ... definition at the stage of building makedepend. In file included from main.c:41: /usr/include/signal.h:72: warning: `union sigval' declared inside parameter \ list /usr/include/signal.h:72: warning: its scope is only this definition \ or declaration, /usr/include/signal.h:72: warning: which is probably not what you want. /usr/include/signal.h:72: warning: parameter has incomplete type /usr/include/signal.h:73: syntax error before `siginfo_t' /usr/include/signal.h:74: syntax error before `siginfo_t' the offending code is between an #ifdef _P1003_1B_VISIBLE construct. Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://ES-i2.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message