[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#226241: marked as done (libming-dev: mingpp.h can't be compiled)



Your message dated Tue, 13 Jan 2004 10:49:53 +0000
with message-id <20040113104953.GA3863@deprecation.cyrius.com>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Jan 2004 12:05:43 +0000
>From benoit.merouze@epita.fr Mon Jan 05 06:05:43 2004
Return-path: <benoit.merouze@epita.fr>
Received: from nan-smtp-19.noos.net (smtp.noos.fr) [212.198.2.119] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AdTHr-0004Mi-00; Mon, 05 Jan 2004 05:52:48 -0600
Received: (qmail 27403 invoked by uid 0); 5 Jan 2004 11:52:46 -0000
Received: from unknown (HELO nathalie.gouarec.com) ([81.65.65.115])
          (envelope-sender <benoit.merouze@epita.fr>)
          by 212.198.2.119 (qmail-ldap-1.03) with SMTP
          for <submit@bugs.debian.org>; 5 Jan 2004 11:52:46 -0000
Date: Mon, 5 Jan 2004 12:52:03 +0100
From: ben- <benoit.merouze@epita.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libming-dev: mingpp.h can't be compiled
Message-Id: <[🔎] 20040105125203.13fc1a31.benoit.merouze@epita.fr>
X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_3 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_3
X-Spam-Level: 

Package: libming-dev
Version: 0.2a.cvs20030716-2
Severity: grave
Tags: sid
Justification: renders package unusable

g++ finds an error in mingpp.h:

/usr/include/mingpp.h: In member function `void=20
   SWFMovie::setSoundStream(SWFSound*)':
/usr/include/mingpp.h:297: error: cannot convert `SWFSound_s*' to `
   SWFSoundStream_s*' for argument `2' to `void=20
   SWFMovie_setSoundStream(SWFMovie_s*, SWFSoundStream_s*)'


I don't need sound in my generated SWF files, but this modification=20
helps g++ to compile mingpp.h:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>=
>>
@@ -293,8 +293,8 @@
   void setBackground(int r, int g, int b)
     { SWFMovie_setBackground(this->movie, r, g, b); }
=20
-  void setSoundStream(SWFSound *sound)
-    { SWFMovie_setSoundStream(this->movie, sound->sound); }
+  void setSoundStream(SWFSoundStream *sound)
+    { SWFMovie_setSoundStream(this->movie, *sound); }
=20
   SWFDisplayItem *add(SWFBlock *character)
     { return new SWFDisplayItem(SWFMovie_add(this->movie,
character->getBlock())); }
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>=
>>


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux nathalie 2.6.0-test5 #1 Fri Sep 19 11:16:11 CEST 2003 i686
Locale: LANG=3Dfr_FR.ISO-8859-1, LC_CTYPE=3Dfr_FR.ISO-8859-1

Versions of packages libming-dev depends on:
ii  libming               0.2a.cvs20030716-2 Library to generate SWF (Flash)
Fi

-- no debconf information


--=20
M=E9rouze Beno=EEt / ben-
benoit.merouze@epita.fr
ben-@libertysurf.fr
" Essayer de faire marche arri=E8re ne fait pas remonter le temps ... "

---------------------------------------
Received: (at 226241-done) by bugs.debian.org; 13 Jan 2004 18:50:59 +0000
>From tbm@cyrius.com Tue Jan 13 12:50:58 2004
Return-path: <tbm@cyrius.com>
Received: from bangpath.uucico.de [195.71.9.197] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AgM7m-0001Hn-00; Tue, 13 Jan 2004 04:50:18 -0600
Received: by bangpath.uucico.de (Postfix, from userid 10)
	id C96CD26B9B; Tue, 13 Jan 2004 11:50:17 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
	id 1D8E5FEEB; Tue, 13 Jan 2004 10:49:53 +0000 (GMT)
Date: Tue, 13 Jan 2004 10:49:53 +0000
From: Martin Michlmayr <tbm@cyrius.com>
To: 226536-done@bugs.debian.org, 226241-done@bugs.debian.org,
	210360-done@bugs.debian.org, 215228-done@bugs.debian.org
Subject: Removed
Message-ID: <20040113104953.GA3863@deprecation.cyrius.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: 226241-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_01_13 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_01_13
X-Spam-Level: 

This package has been removed from Debian unstable.  The reasons are:
orphaned, dead upstream, grave bugs, unused.

-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: