Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread David Henningsson
2010-07-15 21:36, Pedro Lopez-Cabanillas skrev: > On Thursday, July 15, 2010, David Henningsson wrote: >> Okay, so after eleven years MSVC still does not support standard C99 >> features. Oh well, > Correct, it is C90 with a few features of C99. After many commits you still > keep forgetting :-)

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Pedro Lopez-Cabanillas
On Thursday, July 15, 2010, Graham Goode wrote: > Hi, > > Thanks to Pedro's help with CMake I now have a workable VS2008 > project, and I get the same errors as Pedro has reported. > > GrahamG You can update the SVN tree, and try again. Regards, Pedro

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Pedro Lopez-Cabanillas
On Thursday, July 15, 2010, David Henningsson wrote: > Okay, so after eleven years MSVC still does not support standard C99 > features. Oh well, Correct, it is C90 with a few features of C99. After many commits you still keep forgetting :-) > I did a commit which will hopefully solve it. If you

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread David Henningsson
2010-07-15 18:57, Pedro Lopez-Cabanillas skrev: >> * Testing, testing, testing! That's always appreciated to make sure will >> be 1.1.2 is our best and most stable release so far! In particular, >> please test the new cmake build system, especially if you use a little >> less common platform (i e a

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Graham Goode
Hi, Thanks to Pedro's help with CMake I now have a workable VS2008 project, and I get the same errors as Pedro has reported. GrahamG ___ fluid-dev mailing list fluid-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Looking for help before I start pulling out my hair

2010-07-15 Thread Graham Goode
Thanks Pedro, these instructions helped me figure out where everything needed to go. I have been able to generate a VS2008 build environment and will now give it a trial build. Thanks again, GrahamG ___ fluid-dev mailing list fluid-dev@nongnu.org http://

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Pedro Lopez-Cabanillas
On Wednesday, July 14, 2010, David Henningsson wrote: > * Does releasing in 1 - 3 weeks sound good to you as well? Yes, if there are enough test on all the platforms. I'm not going to do anything else than polishing the CMake build system. > * Testing, testing, testing! That's always appreciated

Re: [fluid-dev] Looking for help before I start pulling out my hair

2010-07-15 Thread Pedro Lopez-Cabanillas
On Thursday, July 15, 2010, Graham Goode wrote: > I was informed that CMake would create the necessary configuration to > build with MSVS, so I downloaded and installed CMake, ran the Windows > GUI, configured it for the VS2008 compiler and then got a whole load > of errors and red lines. Most of t

[fluid-dev] Looking for help before I start pulling out my hair

2010-07-15 Thread Graham Goode
Hi, So, I'm trying, again (I've been trying off and on to get this right for more than two years now), to get fluidsynth working with portaudio ASIO. I recently got the latest SVN of PortAudio building with ASIO in MSVS thanks to a new tutorial from their team, and thought I'd attempt doing the la

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Sven Meier
Hi Pedro, yes, I'm building fluidsynth on Windows with CMake and mingw. I don't really care about the library name, it should just stay consistent for the next releases. Sven On 07/15/2010 10:06 AM, Pedro Lopez-Cabanillas wrote: On Wednesday, July 14, 2010, Sven Meier wrote: building f

Re: [fluid-dev] FluidSynth 1.1.2 release planning

2010-07-15 Thread Pedro Lopez-Cabanillas
On Wednesday, July 14, 2010, Sven Meier wrote: > building fluidsynth with MinGW results in "libfluidsynth.dll", > previously the library was named "libfluidsynth-1.dll". Is this change > intended? I suppose that you are testing the CMake build system in windows with the mingw compiler. I didn't r