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

Alan Somers asomers at freebsd.org
Sat May 28 23:27:30 UTC 2016


On Sat, May 28, 2016 at 4:26 PM, Bryan Drewery <bdrewery at freebsd.org> 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 -std=c++11 *doesn't* show now.  Whatever though, the
> problem is reproducible with GCC toolchains which always get -std=c++11
> added in.
>
> I'm committing a fix.
>
> --
> Regards,
> Bryan Drewery

It didn't show only because ohartman pasted the wrong context in his
original email.  He pasted the compile command for a .c file, followed
the the error message from a .cc file.  Thanks for fixing it, Bryan.

-Alan


More information about the freebsd-current mailing list