On Wed, 17 Apr 2013 09:16:00 -0600 Leif Hedstrom <zw...@apple.com> wrote:
> On 4/17/13 5:37 AM, Nick Kew wrote: > > On Mon, 15 Apr 2013 16:35:35 -0600 > > Leif Hedstrom <zw...@apache.org> wrote: > > > >> The goal is to release this on April 18th, so please cast your +, - or 0 > >> votes asap. > > -1. Won't compile for me: > > > > cc1plus: warnings being treated as errors > > RecUtils.cc:79: error: integer constant is too large for ‘long’ type > > RecUtils.cc:101: error: integer constant is too large for ‘long’ type > > make[2]: *** [libreclocal_a-RecUtils.o] Error 1 > > Well, it compiles and runs for me on my 32-bit platform :-/. I use gcc > v4.7.0 on an old (RHEL4) 32-bit machine. Hmm, this is an older gcc: $ gcc --version gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 It's a compiler warning rather than an error. If you build without -Werror you probably wouldn't notice the warnings as they scroll past. > We need a respin for this? Nick can you file a bug for this please? respin? I wouldn't treat it as fatal for a dev release (with release note), but I'll file a bug. -- Nick Kew