Compiler Cpp apvector (apmatrix) errors with C++ 2011 [message #1744264] |
Fri, 23 September 2016 13:16  |
Eclipse User |
|
|
|
We used Metrowerks CodeWarrior for years in our HS Cpp class.
Transitioning to eclipse we've done the MinGW installs, used the right toolchains etc.. Hello World works OK as does OneDWalk project in the attached project folder.
When we added position.h, position.cpp, utils.h, utils.cpp, apstring.h, apstring.cpp we get errors about files not compiling, not found libraries, etc. When we add the files it's looking for , more errors of the same kind happen.
We really want eclipse to work so we can toggle from Cpp to java and back. Python is going to happen here this year, too. These projects should run right out of the box , as is, and they don't. We're using Neon, updated MinGW, Win 7.
All project files are attached as well as the library of files we'd like to use.
FirstCpp is an eclipse project copied right from the workspace that is giving me guff for the last week and a half.
If there's any Eclipse Cpp masters in Western NY, I can arrange a visit.
If there's any awesome HS appropriate Cpp projects , send me some links, please.
Thanks
Adam Z
Attachment: Fish Sim.zip
(Size: 54.13KB, Downloaded 160 times)
Attachment: One Walk.zip
(Size: 21.72KB, Downloaded 180 times)
Attachment: firstCpp.zip
(Size: 108.45KB, Downloaded 199 times)
[Updated on: Tue, 25 October 2016 09:05] by Moderator
|
|
|
|
|
|
|
Re: Compiler Cpp in High SChool class help [message #1746215 is a reply to message #1745173] |
Tue, 25 October 2016 09:03  |
Eclipse User |
|
|
|
Final disposition and report for future searches by anyone else in this situation:
The problem is that apvector (and hence apmatrix) is no// longer supported by C++. (#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=gnu++111 compiler options.)
The Metrowerks IDE is long gone before 2011, it has settings to run certain projects without explicit #include's for every single file.
Thanks for the efforts here.
AZ
|
|
|
Powered by
FUDForum. Page generated in 0.07640 seconds