Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-29 Thread O. Hartmann
Am Sat, 28 May 2016 17:27:29 -0600 Alan Somers schrieb: > On Sat, May 28, 2016 at 4:26 PM, Bryan Drewery wrote: > > On 5/28/16 3:07 PM, O. Hartmann wrote: > >> CXXFLAGS+= -std=c++11 > >> > >> > >> As it has been earlier stated, there is

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Alan Somers
On Sat, May 28, 2016 at 4:26 PM, Bryan Drewery wrote: > On 5/28/16 3:07 PM, O. Hartmann wrote: >> CXXFLAGS+= -std=c++11 >> >> >> As it has been earlier stated, there is no -std=c++11 visible in the cc >> options, only >> -std=gnu99. > > I'm confused why

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Bryan Drewery
On 5/28/16 3:07 PM, O. Hartmann wrote: > CXXFLAGS+= -std=c++11 > > > As it has been earlier stated, there is no -std=c++11 visible in the cc > options, only > -std=gnu99. I'm confused why -std=c++11 *doesn't* show now. Whatever though, the problem is reproducible with GCC

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread O. Hartmann
Am Sat, 28 May 2016 15:20:15 -0600 Alan Somers schrieb: > On Sat, May 28, 2016 at 3:04 PM, O. Hartmann > wrote: > > Recent CURRENT r300912 fails to buildworld with the error shown below: > > > > [...] > > cc -O2 -pipe -O3 -O3 -pipe

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Bryan Drewery
On 5/28/16 2:43 PM, Dimitry Andric wrote: > On 28 May 2016, at 23:20, Alan Somers wrote: >> >> On Sat, May 28, 2016 at 3:04 PM, O. Hartmann >> wrote: >>> Recent CURRENT r300912 fails to buildworld with the error shown below: >>> >>> [...] >>> cc

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Dimitry Andric
On 28 May 2016, at 23:20, Alan Somers wrote: > > On Sat, May 28, 2016 at 3:04 PM, O. Hartmann > wrote: >> Recent CURRENT r300912 fails to buildworld with the error shown below: >> >> [...] >> cc -O2 -pipe -O3 -O3 -pipe -march=native -DNDEBUG

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Alan Somers
On Sat, May 28, 2016 at 3:04 PM, O. Hartmann wrote: > Recent CURRENT r300912 fails to buildworld with the error shown below: > > [...] > cc -O2 -pipe -O3 -O3 -pipe -march=native -DNDEBUG -MD > -MF.depend.alias_skinny.o > -MTalias_skinny.o -std=gnu99

Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal;

2016-05-28 Thread Dimitry Andric
On 28 May 2016, at 23:04, O. Hartmann wrote: > Recent CURRENT r300912 fails to buildworld with the error shown below: > > [...] > cc -O2 -pipe -O3 -O3 -pipe -march=native -DNDEBUG -MD > -MF.depend.alias_skinny.o > -MTalias_skinny.o -std=gnu99