public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [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 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

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