[Speex-dev] CVS compilation and EVC++ 4.0

Duane Storey duane at counterpath.com
Tue Dec 20 09:57:13 PST 2005


Yeah, MSVC doesn't like that notation.. You can use alloca which allocates
stuff on the stack instead I believe.
 
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On
Behalf Of Ralph Giles
Sent: Tuesday, December 20, 2005 9:52 AM
To: Jean-Marc Valin
Cc: Speex Mailing List
Subject: Re: [Speex-dev] CVS compilation and EVC++ 4.0

On Tue, Dec 20, 2005 at 09:22:36PM +1100, Jean-Marc Valin wrote:

> I'll try fixing that. It's funny "gcc -ansi -Wall" doesn't even complain
> about it despite the fact it's not C89-compliant.

"gcc -ansi -pedantic -Wall" does the trick. Does seem like a bug if 
there are other major compilers that don't implement this though. Does
the non-embedded MSVC also have this limitation?

Note that just "gcc -ansi" doesn't actually build out of the box. 
Configure takes care of defining out use of the 'inline' keyword, 
but there still are a couple of C++-style comments.

 -r
_______________________________________________
Speex-dev mailing list
Speex-dev at xiph.org
http://lists.xiph.org/mailman/listinfo/speex-dev




More information about the Speex-dev mailing list