Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 08:05:20 -0500 (EST)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        freebsd-current@freebsd.org
Subject:   the nist port
Message-ID:  <Pine.GSO.4.10.9912280804030.2929-100000@rac3.wam.umd.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.9912280804030.2929-100000>