From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 20:52:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C4B16A4CE; Wed, 7 Apr 2004 20:52:50 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7984743D68; Wed, 7 Apr 2004 20:52:50 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (502ba77b5fb849bbf56653ef3dbe43f1@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i37HFSnr009378; Wed, 7 Apr 2004 10:15:29 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6335153231; Wed, 7 Apr 2004 10:15:27 -0700 (PDT) Date: Wed, 7 Apr 2004 10:15:27 -0700 From: Kris Kennaway To: Eric De la Cruz Lugo Message-ID: <20040407171527.GB74509@xor.obsecurity.org> References: <1081345339.4074053b58bd0@iteso.mx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <1081345339.4074053b58bd0@iteso.mx> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org cc: freebsd_questions@freebsd.org Subject: Re: Compilation problems... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 03:52:50 -0000 --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 07, 2004 at 08:42:19AM -0500, Eric De la Cruz Lugo wrote: > =20 > HI All, am having problems compiling a code, this is the output from the = make:=20 > =20 > terra# make=20 > make all-recursive=20 > Making all in src=20 > if g++ -I. -I. -I.. -O6 -I/usr/include/bhpos -I'/usr/local/include/ > mysql' -g -O2 -MT servmsg.o -MD -MP -MF ".deps/servmsg.Tpo" -c -o servms= g.o=20 > `test -f 'servmsg.cpp' || echo './'`servmsg.cpp; then mv ".deps/servmsg.= Tpo"=20 > ".deps/servmsg.Po"; else rm -f ".deps/servmsg.Tpo"; exit 1; fi=20 > servmsg.cpp: In function `int serviceSystemWake(PLUServer*, BhPosMsg*)':= =20 > servmsg.cpp:461: error: `SOCK_PACKET' undeclared (first use this function= )=20 > servmsg.cpp:461: error: (Each undeclared identifier is reported only once= for=20 > each function it appears in.)=20 > *** Error code 1=20 > SOCK_PACKET is declared in which header?.=20 kkenn@rot26:~ grep -r SOCK_PACKET /usr/include/ kkenn@rot26:~ i.e. it's defined in no FreeBSD header. Check the documentation for missing dependencies or complain to the author. Kris --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAdDctWry0BWjoQKURAmPvAJ9kR/CUQFrVujz7eY0DDdudB40P4ACfWOmC l+dzVkvKo96dKB3lZervKWA= =/jxD -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H--