Date: Sun, 18 Oct 1998 10:12:25 -0600 From: John-David Childs <jdc@denver.net> To: freebsd-questions@FreeBSD.ORG Subject: trying to compile rwhois-1.5.2 Message-ID: <19981018101225.39910@denver.net>
next in thread | raw e-mail | index | archive | help
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 <signals.h> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981018101225.39910>
