LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   eclipse CDT issue (https://www.linuxquestions.org/questions/programming-9/eclipse-cdt-issue-775896/)

oakhill 12-15-2009 04:59 PM

eclipse CDT issue
 
I have Ubuntu 9.04, then install eclipse CDT, it works well.
However, g++ is not installed, only gcc is installed in /usr/bin/

Then I did 2 things:
(1) upgrade Ubuntu to 9.10,
(2) sudo apt-get install build-essential; now I g++ is installed in /usr/bin/

After that, Eclipse CDT has following problem:

What I did:
(1) File-> New -> C++ project
(2) fill in the project name, then Select "Hello World C++ Project", then click "Next". Nothing happen.
(3) I tried select project type, same issue. Nothing happen after I click "Next" button.

what's wrong here?

paulsm4 12-16-2009 01:05 AM

Hi -

I'm not clear from your post whether you're new to Eclipse/CDT (and things just aren't working as you'd expect), or if there's a genuine configuration issue on your PC.

SUGGESTION:
Please look at this tutorial. It might help clarify things a bit for you:

http://www.ibm.com/developerworks/op...ibrary/os-ecc/

whk 12-16-2009 11:31 AM

There is a bug in the latest Eclipse.

Check this out.
http://mou.me.uk/2009/10/31/fixing-e...-karmic-koala/

BTW, if you don't want to config your apps then just press <enter> instead of the mouse.
hth


All times are GMT -5. The time now is 05:00 PM.