From owner-freebsd-current Tue Dec 28 5: 5:27 1999 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 86DFD14C49 for ; Tue, 28 Dec 1999 05:05:24 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac3.wam.umd.edu (root@rac3.wam.umd.edu [128.8.10.143]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA20585 for ; Tue, 28 Dec 1999 08:05:18 -0500 (EST) Received: from rac3.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac3.wam.umd.edu (8.9.3/8.9.3) with SMTP id IAA03021 for ; Tue, 28 Dec 1999 08:05:20 -0500 (EST) Received: from localhost (culverk@localhost) by rac3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA03017 for ; Tue, 28 Dec 1999 08:05:20 -0500 (EST) X-Authentication-Warning: rac3.wam.umd.edu: culverk owned process doing -bs Date: Tue, 28 Dec 1999 08:05:20 -0500 (EST) From: Kenneth Wayne Culver To: freebsd-current@freebsd.org Subject: the nist port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't get the nist port to compile: c++ -g -O2 -Wall -DDO_NIST -DPACKAGE=\"ac3dec\" -DVERSION=\"0.5.5\" -I../../inc -c bitstream.c -o bitstream.o In file included from decode.h:24, from bitstream.c:27: ../../inc/athread.hh: In function `int athr_setschedparam(pthread *, int, sched_param *)': ../../inc/athread.hh:150: implicit declaration of function `int pthread_setschedparam(...)' ../../inc/athread.hh: In function `int athr_getschedparam(pthread *, int *, sched_param *)': ../../inc/athread.hh:151: implicit declaration of function `int pthread_getschedparam(...)' bitstream.c: In function `uint_32 bitstream_get(bitstream_t *, long unsigned int)': bitstream.c:47: warning: unused variable `uint_32 bits_to_go' bitstream.c:46: warning: unused variable `uint_32 bits_read' bitstream.c: At top level: bitstream.c:39: warning: `void bitstream_load(bitstream_t *)' declared `static' but never defined gmake[3]: *** [bitstream.o] Error 1 gmake[3]: Leaving directory `/usr/home/culverk/dl_temp/nist/src/ac3' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/culverk/dl_temp/nist/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/culverk/dl_temp/nist' gmake: *** [all-recursive-am] Error 2 Any help Soren? ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgRSkaterq | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message