Gentoo Archives: gentoo-dev

From: Dan Nelson <taligent@××××××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] another kdemultimedia bug?
Date: Sun, 14 Oct 2001 20:52:21
Message-Id: 200110150247.VAA33699@mail.clearsail.net
In Reply to: Re: [gentoo-dev] another kdemultimedia bug? by Dan Armak
1 On Wednesday 10 October 2001 4:29, you wrote:
2 > This same error was reported by chadh recently, thread "KDE Problems", but
3 > remains unresolved. I (the primary kde packager) haven't encountered it, so
4 > there's little I can do.
5 >
6 > Suggestion: post diff for your mods that bypassed the problem. Let chadh
7 > test it and see if it helps, and I can test it to see it doesn't create any
8 > problems where there aren't any. If everything's OK, we can add the diff to
9 > portage.
10 >
11 > However, it'd be much nicer to find out what's actually causing this. ;-)
12 >
13 > The kdemultimedia ebuild has optional fnuctionality for the folloing USE
14 > flags: alsa, nas, esd, motif, gtk, slang.
15 > I have these on: motif, gtk, slang
16 > You: alsa, esd, motif, gtk, slang
17 >
18 > So it might well be due either to alsa or to esd optional functionality.
19
20 Okay, I have the same problem Grant has. It is probably related to Alsa. I
21 modified the motif _p source file to include sys/errno.h. The later errors
22 are as follows:
23
24 alsa_a.cpp: In function `int set_playback_info(void *, uint32 *, uint32 *,
25 const long int *)':
26 alsa_a.cpp:287: ANSI C++ forbids implicit conversion from `void *' in
27 argument passing
28 alsa_a.cpp:429: ANSI C++ forbids implicit conversion from `void *' in
29 argument passing
30 alsa_a.cpp:435: ANSI C++ forbids implicit conversion from `void *' in
31 argument passing
32 alsa_a.cpp:451: ANSI C++ forbids implicit conversion from `void *' in
33 argument passing
34 alsa_a.cpp:459: ANSI C++ forbids implicit conversion from `void *' in
35 argument passing
36 alsa_a.cpp:469: ANSI C++ forbids implicit conversion from `void *' in
37 argument passing
38 make[3]: *** [alsa_a.o] Error 1
39
40 I'm an RPG programmer on the AS400. I can pursue this further, but I am
41 hoping someone else may know what the problem is.

Replies

Subject Author
Re: [gentoo-dev] another kdemultimedia bug? Dan Nelson <dan.nelson@×××××.com>