[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] FluidSynth 1.1.2 release planning
From: |
Pedro Lopez-Cabanillas |
Subject: |
Re: [fluid-dev] FluidSynth 1.1.2 release planning |
Date: |
Thu, 15 Jul 2010 18:57:50 +0200 |
User-agent: |
KMail/1.9.6 (enterprise 20070904.708012) |
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 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 anything else than Linux and Windows), or you
> feel somewhat responsible for a specific platform.
Compiling in Windows with VS2008, I've found the following errors:
rvoice\fluid_rvoice_mixer.c(162) : error C2057: expected constant expression
rvoice\fluid_rvoice_mixer.c(162) : error C2466: cannot allocate an array of
constant size 0
rvoice\fluid_rvoice_mixer.c(162) : error C2133: 'local_buf' : unknown size
rvoice\fluid_rvoice_mixer.c(337) : error C2057: expected constant expression
rvoice\fluid_rvoice_mixer.c(337) : error C2466: cannot allocate an array of
constant size 0
rvoice\fluid_rvoice_mixer.c(337) : error C2133: 'bufs' : unknown size
rvoice\fluid_rvoice_mixer.c(630) : error C2057: expected constant expression
rvoice\fluid_rvoice_mixer.c(630) : error C2466: cannot allocate an array of
constant size 0
rvoice\fluid_rvoice_mixer.c(630) : error C2133: 'bufs' : unknown size
rvoice\fluid_rvoice_mixer.c(724) : error C2057: expected constant expression
rvoice\fluid_rvoice_mixer.c(724) : error C2466: cannot allocate an array of
constant size 0
rvoice\fluid_rvoice_mixer.c(724) : error C2133: 'bufs' : unknown size
Regards,
Pedro