Your message dated Wed, 15 Mar 2006 01:59:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line bogus
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)

--- Begin Message ---
Package: vdk2
Version: 2.4.0-3
Severity: important
Tags: patch

Your package makes other packages fail to build with G++ 4.1.  I'm
filing this bug as important for now, but when 4.1 will be the default
compiler in unstable (probably in a few weeks) I'll upgrade this to
serious.

A patch is below.


> Automatic build of langdrill_0.3-5 on bigsur by sbuild/mips 1.80
...
> /usr/include/vdk2/vdk/vdkcomboentry.h:54: error: extra qualification 
> 'VDKComboEntry::' on member 'FocusOutEvent'
> /usr/include/vdk2/vdk/vdkcomboentry.h:55: error: extra qualification 
> 'VDKComboEntry::' on member 'FocusInEvent'


--- ./base/include/player.h~    2006-03-09 05:56:46.000000000 +0000
+++ ./base/include/player.h     2006-03-09 05:56:56.000000000 +0000
@@ -155,13 +155,13 @@
     
     #define _EQUALIZER_ENABLE_
     #ifdef  _EQUALIZER_ENABLE_
-    void Player::SetEQData(Event *pEvent);
+    void SetEQData(Event *pEvent);
     #endif // _EQUALIZER_ENABLE_
     #undef  _EQUALIZER_ENABLE_    
 
     #define _VISUAL_ENABLE_
     #ifdef  _VISUAL_ENABLE_
-    void Player::SendVisBuf(Event *pEvent); 
+    void SendVisBuf(Event *pEvent); 
     #endif // _VISUAL_ENABLE_
     #undef  _VISUAL_ENABLE_  
 

I don't know for sure if there are any other problems.  I found this
while building langdrill_0.3-5.  Okay, now I built your package and
that has no other problems, so I assume this patch is enough.
-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Wrong patch included, and duplicate bug report.  Sorry.
-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to