Is there anything that could be preventing your build from using C++11 (or higher)?
On Tue, Sep 10, 2019 at 1:31 PM Dan Morin <[email protected]> wrote: > Hello, > > I'm attempting to install Protobuffers Version 3.6.1 on a windows 7 > machine. I've reached the 'nmake' step after the multiline cmake command, > and am using the command prompt from Visual Studio 2017 > > Compiling quickly terminates with many errors saying "error C3646: > 'noexcept' : unknown override specifier" > > The only feedback I've seen related to this mentions that Visual Studio > 2013 can't handle the noexcept identifier. (But that 2015 does. That seems > to imply that 2017 does as well) > > Does anyone have an idea what my problem might be? Has anyone run into a > similar issue? > > Thank you, > > Dan > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/protobuf/125d105c-9d4a-4d83-981c-04d3c4c8ce7f%40googlegroups.com > <https://groups.google.com/d/msgid/protobuf/125d105c-9d4a-4d83-981c-04d3c4c8ce7f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CADqAXr4EvyYvwMCrMzfSVQV0jMJTtuzxyStY-RP8vo_HCnsiQw%40mail.gmail.com.
