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/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]