Closed zborowa closed 4 years ago
@zborowa Just wanted to let you know that this isn't being ignored. We're going to take a deeper look at this tutorial part of the manual and see if it can be made more straightforward.
@joshua-henderson thanks for the notice. Would it be possible to help me with the errors? I've been busy with this for a while and I'm considering switching to something else if I can't get this to work this week.
@zborowa what is version of c++ compiler ? looks like OS: CentOS7-1908 is using old version of gcc (4.8.2) that doesn't support C++ 11 features. Please update the compiler.
The eclipse section of the programmer's manual has been reviewed and tested for the up and coming 1.0 release. If there is still an issue, feel free to re-open or create another issue.
System information: OS: CentOS7-1908 Kernel: 3.10.0-1062.9.1.el7.x86_64
I'm currently trying to reproduce your Eclipse IDE Setup guide but it seems that the guide or my setup is missing some components.
In the current version of the Eclipse IDE, 2019-12, and the current version, 2019-06, there is no option to be found to set the g++ parameter for the "-std=c++11" flag. Is there some way to do this which is not specified in the guide?
and:
I skipped then all the remote debugging chapters and went to "Build libegt on Host Machine":
When adding a new project with the name "libegt" in the cloned directory "egt" Eclipse does not allow you to finish the setup because of an overlapping project called "egt". Does the project name matter?
I also went through the README of this repo but during the
make
command after autogen.sh and configure the make errors onunrecognized command line option '-std=c++14'
while I have nowhere configure it to use 14 or any other version.