public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Jeff Bester <gte525u@cc.gatech.edu>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Kde2.2 again (_rc6)
Date: Sun Sep  9 19:31:02 2001	[thread overview]
Message-ID: <200109100129.VAA14203@acmey.gatech.edu> (raw)

> 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



             reply	other threads:[~2001-09-10  1:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-09 19:31 Jeff Bester [this message]
2001-09-09 23:25 ` [gentoo-dev] Kde2.2 again (_rc6) Dan Armak
2001-09-10 15:48   ` Collins Richey
  -- strict thread matches above, loose matches on Subject: below --
2001-09-09  8:49 Collins Richey
2001-09-09 11:08 ` Viktor Lakics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200109100129.VAA14203@acmey.gatech.edu \
    --to=gte525u@cc.gatech.edu \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox