Gentoo Archives: gentoo-dev

From: Tom von Schwerdtner <tvon@×××××.org>
To: gentoo-dev@××××××××××.org
Cc: tvon@×××××.org
Subject: Re: [gentoo-dev] kdemultimedia-2.2.1 patch?
Date: Sat, 22 Sep 2001 00:27:04
Message-Id: 1896.209.244.211.98.1001139956.squirrel@thinktank.mediafarm.ch
In Reply to: [gentoo-dev] kdemultimedia-2.2.1 patch? by Tom von Schwerdtner
1 > Hey all,
2 >
3 > I have seen mention of build errors with kdemultimedia-2.2.1 in
4 > #gentoo, but I havent heard of a solution. Anyone have anything?
5
6 Ok, its not a patch, but the problem seems to be:
7
8 alsa_a.cpp:287:
9
10 The line:
11 tmp = snd_pcm_plugin_info (handle__, &playback_info);
12
13 should be:
14 tmp = snd_pcm_plugin_info ((snd_pcm_t *)handle__, &playback_info);
15
16 whoever made the diff for gentoo made this chage everywhere else (it
17 seems) but missed this spot.
18
19 HTH,
20 -Tom