Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Jaakko S. <jaa...@gm...> - 2008-08-22 20:35:34
|
On Fri, Aug 22, 2008 at 10:57 PM, Guido Scholz <gui...@ba...> wrote: > Am Fri, 22. Aug 2008 um 21:21:30 +0300 schrieb Jaakko Sipari: > > Jaakko, > >> <gui...@ba...> wrote: > >> > if I compile this version I get a huge bunch of compiler warnings (e.g. >> > about "warning: deprecated conversion from string constant to 'char*'" >> > in *.xpm files). > >> Well... getting a warning is not a bug. Especially when the warning is >> only for using deprecated stuff. Of course it becomes a bug when the >> deprecated feature actually gets removed from the compiler :) > > hm, this answer underestimates the consequences a little bit, because it > ignores hints to programming errors. But I understand: Nobody cares. Saying nobody cares is also underestimating the current devs. Most of us (how many are there actually?) are pretty new to seq24 and fixing compiler warnings is usually not the first thing you do when start getting to know a bunch of source code (your view can differ of course. this is just my opinion). I usually don't allow compiler warnings in my own code which I've built from the scratch. >> I agree that the compiler warnings should be kept to a minimum but >> IMHO the xpm files having deprecated stuff is pretty harmless. > > May be, but it swamps the screen and this warnings were only the most > flooding examples; there are more hidden in-between. > > I have once written a patch for the last original seq24 version to get > it running on a Fedora 9. I will dig for it, try if it still matches to > your version and send it to this list. So this will result in a minimum > effort for you. That would be very nice! This is what the first step in getting seq24 development back to speed is: submitting the useful patches that have been lying around in the web. What was the problem with getting seq24 to build & run in Fedora 9 by the way? And about using sourceforge: Is there a need anymore to use sourceforge for anything else than this mailing list since we already have Launchpad? It offers a hosted version control system (Bazaar) and integrated bug tracking & blueprints & "answers" (a miniature question forum). I admit most people are new to Bazaar but it seems to do it's thing ok and is used by lots of projects hosted by Launchpad. You must admit that Launchpad has a nice GUI for all of this stuff :) - Jaakko |