Summary: | compilation of alsa_a.cpp fails because of unallowed typecasts | ||
---|---|---|---|
Product: | [Unmaintained] kmidi | Reporter: | F Bachmann <f_bachmann> |
Component: | general | Assignee: | Bernd Wuebben <wuebben> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
F Bachmann
2001-06-16 21:51:58 UTC
This bug was reported against 2.2.0. It is still existing in 2.2.1. The fix is simply to change the function declaration on line 257 of alsa_a.cpp from: static int set_playback_info (void* handle__ ....... ) to: static int set_playback_info (snd_pcm_t* handle__ ....... ) This 30-second change should not slip through the next bugfix release of KDE. ....might be worth puttting the fix in the INSTALL file. Berni Has this change slipped through the next bugfix release of KDE? If so, I apologize. --Russell |