Update for C++17 register keyword error question
This is the error I get when trying to build Boost 1.69.0 with LLVM: "error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]". I've also sent an email about this to the LLVM developer mailing list. I've attached the project-config.jam file to this message. Please let me know how to fix this. Thanks in advance.
Hi, Is this, by any chance, while building the Python support? Python has in 2 files a register keyword... Cheers, Matthieu Le sam. 22 déc. 2018 à 21:27, Osman Zakir via Boost-users < boost-users@lists.boost.org> a écrit :
This is the error I get when trying to build Boost 1.69.0 with LLVM: "error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]". I've also sent an email about this to the LLVM developer mailing list.
I've attached the project-config.jam file to this message. Please let me know how to fix this. Thanks in advance. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Quantitative analyst, Ph.D. Blog: http://blog.audio-tk.com/ LinkedIn: http://www.linkedin.com/in/matthieubrucher
Boost.Python is one of them, but it's not the only one. IIRC, there were more than a thousand targets that failed to build (some were skipped for some reason). Not sure if all of them failed because of this one error, though. Will have to check again.
participants (2)
-
Matthieu Brucher
-
Osman Zakir