From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KKOZS-0000Se-ON for garchives@archives.gentoo.org; Sun, 20 Jul 2008 02:22:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D7BE04ED; Sun, 20 Jul 2008 02:22:45 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C944E04ED for ; Sun, 20 Jul 2008 02:22:45 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id m34so474582wag.10 for ; Sat, 19 Jul 2008 19:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=C7nLt09nxlpndW5Fbrr5kJgBpeKxhKB/fyQ9MmU2EIc=; b=ZDYYFOvdfEyJKiRnTA0beHw7QnJ/2TL/2qYQLESiWbgwW5u5EuUcz+43GGkDHd65C3 zuNJdSnhAGb6uaQ33Qtx9V+Q1lKMZDHrHyXbM8OY+9TiSwkcSWtgKVGq90T3i96qAF9c lkreEjLEwz4E+yrt5w6aHbc3l+L/ioZ+0CDaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=bDee79QcuXw9seq3W+hb3FG42WvWQZET1Axlabnn6pk0zcVCofAI7YFdeHCW4cCmT2 AM66Gt7fSXA9KymOY1NdKy8/j1PL/lDDgNlUvU/mORFJfeo06FaB8uB8TcupWrgqLalM G1RPiENAgQ/4kQw4fxvLonZwXHViqA2aJkSOc= Received: by 10.114.130.1 with SMTP id c1mr1546751wad.152.1216520564849; Sat, 19 Jul 2008 19:22:44 -0700 (PDT) Received: by 10.115.110.19 with HTTP; Sat, 19 Jul 2008 19:22:44 -0700 (PDT) Message-ID: <49bf44f10807191922l7468518h470cc1e0ccd8471@mail.gmail.com> Date: Sat, 19 Jul 2008 19:22:44 -0700 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] GtkMozEmbed error Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 21acdc18-4491-4a11-bc99-fc21f79b7f87 X-Archives-Hash: 86dba62b46c292cc5d056e55d306d56a I'm really struggling with the error I get when trying to compile miro via the bugs.gentoo.org ebuild. It used to work but something happened a while ago that prevents it from compiling now. I've tried quite a few things to fix it. Does this tell anybody anything? /usr/include/xulrunner-1.9/unstable/gtkmozembed.h:63:1: warning: this is the location of the previous definition /var/tmp/portage/media-tv/miro-1.2.3/work/Miro-1.2.3/platform/gtk-x11/platform/frontends/html/MozillaBrowser.c: In function 'void log_warning(char*)': /var/tmp/portage/media-tv/miro-1.2.3/work/Miro-1.2.3/platform/gtk-x11/platform/frontends/html/MozillaBrowser.c:246: error: invalid conversion from 'long int' to 'PyGILState_STATE' /var/tmp/portage/media-tv/miro-1.2.3/work/Miro-1.2.3/platform/gtk-x11/platform/frontends/html/MozillaBrowser.c: In function 'gint __pyx_f_8platform_9frontends_4html_14MozillaBrowser_new_window_cb(GtkMozEmbed*, GtkMozEmbed**, guint, PyObject*)': /var/tmp/portage/media-tv/miro-1.2.3/work/Miro-1.2.3/platform/gtk-x11/platform/frontends/html/MozillaBrowser.c:1435: error: cannot convert 'GtkWidget*' to 'GtkMozEmbed*' in assignment /var/tmp/portage/media-tv/miro-1.2.3/work/Miro-1.2.3/platform/gtk-x11/platform/frontends/html/MozillaBrowser.c:1438: error: cannot convert 'GtkWidget*' to 'GtkContainer*' for argument '1' to 'void gtk_container_add(GtkContainer*, GtkWidget*)' error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 - Grant