Re: [fluid-dev] glib changes checked in

2009-05-01 Thread josh
Quoting Pedro Lopez-Cabanillas : Builds now with msys/mingw32, with a little change to configure.ac (required to link against winsock), but I've not tried yet with MSVC. The executable doesn't work, though: it aborts abruptly after the greeting, without clues. Is it possible to debug or get

Re: [fluid-dev] Coding style (was: More commits)

2009-05-01 Thread Pedro Lopez-Cabanillas
On Wednesday, April 29, 2009, David Henningsson wrote: > I can live with almost everything I'm not very annoyed with people using > different coding styles. But when I write code I will most certainly > make mistakes, how will we solve that? Perhaps I will have to run > "indent" or similar program

Re: [fluid-dev] Documentation

2009-05-01 Thread Pedro Lopez-Cabanillas
On Monday, April 27, 2009, j...@resonance.org wrote: > Quoting Pedro Lopez-Cabanillas : > > The suggestion for Debian compliance was CC-BY-SA 3.0, and I rather like > > it. It is a copyleft license in the spirit of the GPL/LGPL. > > > > http://creativecommons.org/licenses/by-sa/3.0/ > > > > If nobo

Re: [fluid-dev] glib changes checked in

2009-05-01 Thread Pedro Lopez-Cabanillas
On Monday, April 27, 2009, j...@resonance.org wrote: > I just checked in some initial changes which make glib 2.10+ a > dependency for FluidSynth, cleans up a lot of platform specific code > in favor of glib provided functions and adds initial support for WIN32 > TCP server support (not yet tested)

Re: [fluid-dev] Some guidelines for FluidSynth development

2009-05-01 Thread josh
Quoting David Henningsson : I imported the generated Doxygen docs into subversion here: https://resonance.org/svn/fluidsynth/api/index.html This will allow anyone with SVN write access to update the docs. Is that the main reason you decided to put it there? To me it does not seem right to put a

Re: [fluid-dev] Some guidelines for FluidSynth development

2009-05-01 Thread David Henningsson
j...@resonance.org skrev: > Quoting David Henningsson : >> >> I also suggest we put a comment in include/fluidsynth.h with >> instructions of how to make that doxygen target and a pointer to a >> location where it can be browsed online. > Sounds good. I added a README in doc/ with a brief mention

Re: [fluid-dev] Some guidelines for FluidSynth development

2009-05-01 Thread josh
Quoting David Henningsson : I also suggest we put a comment in include/fluidsynth.h with instructions of how to make that doxygen target and a pointer to a location where it can be browsed online. Sounds good. I added a README in doc/ with a brief mention of this same info, which is where I