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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to