[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenAL
On Sun, Feb 01, 2004 at 01:31:23PM +0100, Marc Espie wrote:
> On Sat, Jan 31, 2004 at 10:10:52PM -0600, Jolan Luff wrote:
> > On Sat, Jan 10, 2004 at 07:39:51PM -0500, Ted Unangst wrote:
> > > thanks guys. updated / fixed.
> > >
> > > uses freebsd distfiles.
> > > deals with the shared library thing correctly.
> > > i added that patch to make sure all ioctl()'s have 3 args, not that it
> > > seemed to matter.
> > > one bugfix, our mixer apparently doesn't like the fcntl() call, so it's
> > > gone now. no real problem, just spat out a warning before.
> > >
> > > update at http://www.zeitbombe.org/openal-port.tgz
> >
> > any ideas on the fixing the include mess here?:
> >
> > /usr/include/unistd.h:63: warning: redundant redeclaration of `cuserid' in same scope
> > /usr/include/stdio.h:274: warning: previous declaration of `cuserid'
> > /usr/include/unistd.h:96: warning: redundant redeclaration of `lseek' in same scope
> > /usr/include/sys/types.h:139: warning: previous declaration of `lseek'
> > /usr/include/unistd.h:148: warning: redundant redeclaration of `ftruncate' in same scope
> > /usr/include/sys/types.h:140: warning: previous declaration of `ftruncate'
> > /usr/include/unistd.h:224: warning: redundant redeclaration of `truncate' in same scope
> > /usr/include/sys/types.h:141: warning: previous declaration of `truncate'
> I think matthieu fixed that in -current.
Doesn't appear to be fixed, unfortunately.
Also, it would be nice if openal was compiled with vorbis support. I
have some stuff that depends on openal+vorbis.