From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_24_48,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from acmey.gatech.edu ([130.207.165.23] ident=root) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15gFto-0008CY-00 for gentoo-dev@gentoo.org; Sun, 09 Sep 2001 19:30:13 -0600 Received: from there (r66h107.res.gatech.edu [128.61.66.107]) by acmey.gatech.edu (8.9.2/8.9.2) with SMTP id VAA14203 for ; Sun, 9 Sep 2001 21:29:42 -0400 (EDT) Message-Id: <200109100129.VAA14203@acmey.gatech.edu> Content-Type: text/plain; charset="utf-8" From: Jeff Bester To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Kde2.2 again (_rc6) X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: jbester@cc.gatech.edu List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Sep 9 19:31:02 2001 X-Original-Date: Sun, 9 Sep 2001 21:28:52 -0400 X-Archives-Salt: 836c1322-09fe-4b7f-a8a8-64003a6ba8de X-Archives-Hash: e59cad1979aeab433997386d6703f793 > 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