14 Jan 09:55
[PATCH] Fix compilation and bitmap depth on debian sid
Fabio Checconi <fabio <at> gandalf.sssup.it>
2008-01-14 08:55:28 GMT
2008-01-14 08:55:28 GMT
Hi all,
this list seems to be not so active, anyway I've tried zinf after
a long time, and I had several problems building and running it. This
patch fixes the build issues reported here:
http://sourceforge.net/mailarchive/forum.php?thread_name=20070811210027.1d4e2c92%40darkstar.localhost&forum_name=zinf-support
and seems to be a correct fix to this tracker issue:
http://sourceforge.net/tracker/index.php?func=detail&aid=1033026&group_id=51494&atid=463479
Still getting segfaults on theme changes and on exit.
Patch on top of 2.2.5, please consider applying.
I'm posting the patch here and not on the tracker to ask also for the
project status... is anyone still working on zinf?
--
diff -Naurp zinf-2.2.5.orig/base/include/player.h zinf-2.2.5/base/include/player.h
--- zinf-2.2.5.orig/base/include/player.h 2004-02-02 18:39:35.000000000 +0100
+++ zinf-2.2.5/base/include/player.h 2008-01-11 20:01:32.000000000 +0100
@@ -155,13 +155,13 @@ class Player : public EventQueue
#define _EQUALIZER_ENABLE_
#ifdef _EQUALIZER_ENABLE_
- void Player::SetEQData(Event *pEvent);
+ void SetEQData(Event *pEvent);
#endif // _EQUALIZER_ENABLE_
#undef _EQUALIZER_ENABLE_
(Continue reading)
RSS Feed