C++11 in Eclipse Mars.1 [message #1712737] |
Tue, 27 October 2015 14:38  |
Eclipse User |
|
|
|
I am trying to update my C++ compiler (I think I've said that right) to comprehend C++11 in Eclipse Mars.1. I've searched the issue online, went through the steps I can find, but still the project fails to build. I have attached the simple little example project I'm trying to get to run if that would help. Any direction is much appreciated. I don't have my brain wrapped around C++ development very well, I'm well versed in Python and MATLAB, and prefer Python so far.
|
|
|
|
|
|
Re: C++11 in Eclipse Mars.1 [message #1712854 is a reply to message #1712852] |
Wed, 28 October 2015 15:41  |
Eclipse User |
|
|
|
I got it running! I changed the dialects, like David Varra instructed, and also added "__GXX_EXPERIMENTAL_CXX0X__" in Properties->C/C++ General->Paths and Symbols->, "# Symbols" tab, click "Add...", and paste"__GXX_EXPERIMENTAL_CXX0X__" into the "Name" text box. Leave the rest blank, click ok, and then apply. I also went into Properties->C/C++ Build->Tool Chain Editor, and clicked "Restore Defaults". Running well now!
|
|
|
Powered by
FUDForum. Page generated in 0.32309 seconds