From owner-freebsd-questions Sun Oct 18 09:12:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05045 for freebsd-questions-outgoing; Sun, 18 Oct 1998 09:12:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05040 for ; Sun, 18 Oct 1998 09:12:42 -0700 (PDT) (envelope-from jdc@milehigh.denver.net) Received: (from jdc@localhost) by milehigh.denver.net (8.8.8/8.8.8) id KAA25272; Sun, 18 Oct 1998 10:12:26 -0600 (MDT) Message-ID: <19981018101225.39910@denver.net> Date: Sun, 18 Oct 1998 10:12:25 -0600 From: John-David Childs To: freebsd-questions@FreeBSD.ORG Subject: trying to compile rwhois-1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to compile rwhois-1.5.2 from ftp.rwhois.net on FreeBSD 2.2.7 (1.09B2 is in the ports and is a tad old). It dies because there is no siginfo_t struct. I was wondering if if 3.0 has the requisite mods to (that's what I'm assuming the problem is...but we all know what they say about assuming :) to fix this or some other workaround patch. Thanks. gcc -g -O2 -I. -I.. -I. -I./../common -I.../tools/tcpd_wrapper -I./../mkdb -I./../regexp -DRWHOIS_SERVER_VERSION=\"1.5.2\" -DUSE_TCP_WRAPPERS -DHAVE_CONFIG_H -I. -I.. -I. -I./../common -I.../tools/tcpd_wrapper -I./../mkdb -I./../regexp -c daemon.c daemon.c: In function `sigchld_handler': daemon.c:99: `siginfo_t' undeclared (first use this function) daemon.c:99: (Each undeclared identifier is reported only once daemon.c:99: for each function it appears in.) daemon.c:99: parse error before `info' daemon.c:103: `P_ALL' undeclared (first use this function) daemon.c:103: `info' undeclared (first use this function) daemon.c:103: `WEXITED' undeclared (first use this function) daemon.c:103: `WTRAPPED' undeclared (first use this function) -- John-David Childs (JC612) Enterprise Internet Solutions Systems Administration @denver.net/internet-coach/@ronan.net & Network Engineering 8707 E. Florida Ave #814 Denver, CO 80231 If you're right 90% of the time, why quibble about the remaining 3%? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message