* [gentoo-dev] Kde2.2 again (_rc6)
@ 2001-09-09 8:49 Collins Richey
2001-09-09 11:08 ` Viktor Lakics
0 siblings, 1 reply; 5+ messages in thread
From: Collins Richey @ 2001-09-09 8:49 UTC (permalink / raw
To: gentoo
I've seen several problems reported about kde2.2. Here's another one.
Any hopes at getting a kde2.2 ebuild that will actually work?
I tried to merge kdemultimedia. All ot the prereqs (including qt,
kde-env, kdelibs) emerged ok, but the merge of kdebase is not
successful. It dies in
alsa_a.cpp: In function `int set_playback_info(void *, uint32 *,
uint32 *, const long int *)':
alsa_a.cpp:287: ANSI C++ forbids implicit conversion from `void *' in
argument passing
make[3]: *** [alsa_a.o] Error 1
Any clues?
I did an emerge rsync to be sure that I have the latest.
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Kde2.2 again (_rc6)
2001-09-09 8:49 [gentoo-dev] Kde2.2 again (_rc6) Collins Richey
@ 2001-09-09 11:08 ` Viktor Lakics
0 siblings, 0 replies; 5+ messages in thread
From: Viktor Lakics @ 2001-09-09 11:08 UTC (permalink / raw
To: gentoo-dev
Same is here, but after leaving out alsa from the make.conf use variables, it
compiled. But as a consequence I do not have sound in KDE (not even after
merging kdemultimedia).
Viktor
On Sunday 09 September 2001 4:00 pm, you wrote:
> I've seen several problems reported about kde2.2. Here's another one.
> Any hopes at getting a kde2.2 ebuild that will actually work?
>
> I tried to merge kdemultimedia. All ot the prereqs (including qt,
> kde-env, kdelibs) emerged ok, but the merge of kdebase is not
> successful. It dies in
>
> alsa_a.cpp: In function `int set_playback_info(void *, uint32 *,
> uint32 *, const long int *)':
> alsa_a.cpp:287: ANSI C++ forbids implicit conversion from `void *' in
> argument passing
> make[3]: *** [alsa_a.o] Error 1
>
> Any clues?
>
> I did an emerge rsync to be sure that I have the latest.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Kde2.2 again (_rc6)
@ 2001-09-09 19:31 Jeff Bester
2001-09-09 23:25 ` Dan Armak
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Bester @ 2001-09-09 19:31 UTC (permalink / raw
To: gentoo-dev
> I tried to merge kdemultimedia. All ot the prereqs (including qt,
> kde-env, kdelibs) emerged ok, but the merge of kdebase is not
> successful. It dies in
> alsa_a.cpp: In function `int set_playback_info(void *, uint32 *,
> uint32 *, const long int *)':
> alsa_a.cpp:287: ANSI C++ forbids implicit conversion from `void *' in
> argument passing
> make[3]: *** [alsa_a.o] Error 1
> Any clues?
do ebuild fetch/unpack etc.
Then you can fix this by type casting handle__ on line 287 to (snd_pcm_t * )
e.g. line should read
tmp = snd_pcm_plugin_info ((snd_pcm_t *)handle__, &playback_info);
It'll compile cleanly (at least on my system after that.
-------
Jeffrey Bester
jbester@cc.gatech.edu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Kde2.2 again (_rc6)
2001-09-09 19:31 Jeff Bester
@ 2001-09-09 23:25 ` Dan Armak
2001-09-10 15:48 ` Collins Richey
0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2001-09-09 23:25 UTC (permalink / raw
To: gentoo-dev
Interesting. I don't use alsa myself, so I can't test it. Is this a bug in
KDE? If so, it's probably fixed in 2.2.1 released yesterday :-). What exactly
occasions it, and should we put a fix in our ebuilds?
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Kde2.2 again (_rc6)
2001-09-09 23:25 ` Dan Armak
@ 2001-09-10 15:48 ` Collins Richey
0 siblings, 0 replies; 5+ messages in thread
From: Collins Richey @ 2001-09-10 15:48 UTC (permalink / raw
To: gentoo-dev
On Mon, 10 Sep 2001 08:23:29 +0300 Dan Armak <danarmak@gentoo.org>
wrote:
> Interesting. I don't use alsa myself, so I can't test it. Is this a
> bug in
> KDE? If so, it's probably fixed in 2.2.1 released yesterday :-).
> What exactly
> occasions it, and should we put a fix in our ebuilds?
>
I would assume the problem is a tightening of the rules by later gcc
compilers; otherwise, there's no way the code could have compiled for
KDE developers. Since 2.2.1 is out, there's probably no need to patch
the 2.2 code.
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-09-10 21:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-09 8:49 [gentoo-dev] Kde2.2 again (_rc6) Collins Richey
2001-09-09 11:08 ` Viktor Lakics
-- strict thread matches above, loose matches on Subject: below --
2001-09-09 19:31 Jeff Bester
2001-09-09 23:25 ` Dan Armak
2001-09-10 15:48 ` Collins Richey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox