Gentoo Archives: gentoo-user

From: Michael Schreckenbauer <grimlog@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge freealut fails.
Date: Mon, 21 May 2007 11:54:05
Message-Id: 200705211348.37222.grimlog@gmx.de
In Reply to: Re: [gentoo-user] emerge freealut fails. by David Harel
1 Hi,
2
3 Am Samstag, 19. Mai 2007 schrieb David Harel:
4 > Sorry for being stupid here but I don't know what else to add to this
5 > problem. The bad file is alutInit.c
6 >
7 > the bad line is:
8 >
9 > if (!alcCloseDevice (device))
10 >
11 >
12 > I couldn't find where the function is but obviously it returns the wrong
13 > data type.
14
15 which is clearly nonsense as "alcCloseDevice" is prototyped "void
16 alcCloseDevice( ALCdevice * deviceHandle)"
17
18 http://www.openal.org/oalspecs-specs/alc.html#AEN1184
19
20 The right way to check for an error would be to use alcGetError.
21 I'd say this is a bug upstream.
22
23 Regards,
24 Michael
25 --
26 gentoo-user@g.o mailing list