Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2004 10:15:27 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        Eric De la Cruz Lugo <eric@iteso.mx>
Cc:        freebsd_questions@freebsd.org
Subject:   Re: Compilation problems...
Message-ID:  <20040407171527.GB74509@xor.obsecurity.org>
In-Reply-To: <1081345339.4074053b58bd0@iteso.mx>
References:  <1081345339.4074053b58bd0@iteso.mx>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040407171527.GB74509>