CDT is an Eclipse component that provides an IDE for C and C++.

learn more… | top users | synonyms

39
votes
10answers
69k views

GCC C++ Linker errors: Undefined reference to 'vtable for XXX', Undefined reference to 'ClassName::ClassName()'

I'm setting up a C++ project, on Ubuntu x64, using Eclipse-CDT. I'm basically doing a hello world and linking to a commerical 3rd party library. I've included the header files, linked to their ...
15
votes
2answers
23k views

undefined reference to `WinMain@16'

When I try to build a program using Eclipse CDT, I get the following: /mingw/lib/libmingw32.a(main.o):main.c:(.text+0x106): undefined reference to `WinMain@16 Why is that? And, how can I solve ...
15
votes
6answers
22k views

Eclipse CDT: Symbol 'cout' could not be resolved

The error is as above. I have what should be all the necessary files include in the eclipse project: /usr/include/c++/4.6 /usr/include /usr/include/linux /usr/local/include etc. I tried std::cout ...
41
votes
5answers
26k views

Work on a remote project with Eclipse via SSH

I have the following boxes: a) A Windows box with Eclipse CDT, b) A Linux box, accessible for me only via SSH. Both the compiler and the hardware required to build and run my project is only on ...
4
votes
1answer
1k views

Enable C++11 in Eclipse CDT (Juno) indexer [duplicate]

How do I enable support for the new C++ standard on the Eclipse CDT indexer in Juno?
11
votes
3answers
26k views

Remote debugging with Eclipse CDT

We're using the Eclipse CDT 5 C++ IDE on Windows to develop a C++ application on a remote AIX host. Eclipse CDT has the ability to perform remote debugging using gdbserver. Unfortunately, gdbserver ...
7
votes
5answers
7k views

Eclipse CDT shows semantic errors, but compilation is ok

I have installed Eclipse Indigo for C/C++ Linux developers on Ubuntu 10.04 x86. When I use common predefined macro __BASE_FILE__ Eclipse says Symbol '__BASE_FILE__' could not be resolved, but ...
8
votes
1answer
767 views

Customizing include-guard for Eclipse CDT

I want an automatically generated include-guard by creating a new C++-class with Eclipse/CDT, but I don't find any way to change the ${include_guard_symbol} attribute. My wish is an include-guard ...
7
votes
2answers
8k views

How to add a library to an Eclipse project

I'm trying to add a Library to Eclipse Galileo and it won't work out. Library: gdi32.lib -> In MinGW: libgdi32.a What ever I try, it doesn't work. Can anyone tell me EXACTLY where to enter what, to ...
6
votes
9answers
11k views

C++ program Cannot display output to Console view in eclipse

I'm using Windows 7 64bit. I installed eclipse version 3.6.2, cdt, and MinGW. I can write C++ console program in eclipse now. For example #include <iostream> #include <cstdio> using ...
5
votes
3answers
4k views

Create an Eclipse project on the command line?

I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I'm willing to generate the .project and .cproject files myself, but I'd like something ...
8
votes
4answers
8k views

OpenGL and GLUT in Eclipse on OS X

I have been trying to setup the OpenGL and GLUT libraries in Eclipse, with CDT, on OS X with not very much success. I cannot seem to get eclipse to actually realize where GLUT is. It is currently ...
11
votes
2answers
1k views

Eclipse-CDT: Use Namespace in automatic generated include-guards

Is it possible (and how) to add the namespace in the name of the automatic generated include guards in Eclipse CDT, when creating a new class using the .hpp/.cpp templates? For me Eclipse generates a ...
2
votes
2answers
320 views

Turn off eclipse errors (that arent really errors) [duplicate]

Possible Duplicate: Disable Eclipse’s error discovery. (c++11 false positives) With GCC 4.8/Clang 3.3 C++ support so far ahead of what Eclipse is doing with syntax checking (in terms of ...
0
votes
1answer
174 views

Need help compiling jpegtran.c code from libjpeg

See bottom for updates I am running into a number of odd problems. For starters, I'm using the latest Eclipse CDT and before implementing do_rot_180, the compiler linked the folder ...
25
votes
6answers
20k views

Eclipse CDT Invalid Project Path

I have a C project that is built using a makefile, Eclipse constantly warns about "Invalid project path: Duplicate path entries", but I cannot figure out what the hell it wants me to do. I would like ...
16
votes
6answers
18k views

How to build a c++ project on a remote computer in Eclipse?

I have a Windows pc with Eclipse Ganymede installed, and a Linux pc where my C++ project files are located. I use Eclipse to edit the files through SMB, and would like to build the project using ...
7
votes
2answers
2k views

How to process Boost.Test output with Eclipse

I'm using Eclipse CDT and Boost.Test(with Boost.Build). I would like Eclipse to parse output of Boost.Test generated during by run of test suites during build. Does anybody know how to achieve this? ...
22
votes
11answers
15k views

How to force Eclipse to ask for default workspace?

I noticed that after installing cdt, Eclipse always loads the default workspace. The workspace listed in the config.ini in osgi.instance.area.default. Eclipse does not ask which workspace to open ...
7
votes
2answers
1k views

Eclipse CDT not building project on header file change

I have Eclipse Platform 3.7.2 and CDT 8.0.2. When I want to do 'Build All' headers from other workspace projects are not counted as dependencies, and nothing is rebuilt. I have a hello world ...
3
votes
3answers
3k views

Eclipse, QT and “C++ project”: is it possible?

Need your help: I want to use Eclipse CDT and QT without creating a "Qt gui project". Is it possible? How to include QT libraries to my C++ project, and how to call qmake/make to compile the program? ...
12
votes
7answers
11k views

Why does Eclipse CDT ignore breakpoints?

My problem is that I set some breakpoints in my code and some of them aren't working. In some places it complains about "Unresolved Breakpoint". Does anyone have any clue why this is happening? I am ...
7
votes
3answers
2k views

Why can't Codan find size_t

I've just started using Eclipse Indigo (coming from Galileo) and I'm getting little red bugs in the gutter for every use of size_t. The code compiles without issue but I suspect I have to ...
6
votes
3answers
9k views

Eclipse CDT: How to reference 3rd party includes via a Relative path

I'm new to Eclipse-CDT, setting up a new project for the first time. I'm trying to reference Boost without hardcoding an absolute path. I've put boost in my workspace folder, e.g. ...
4
votes
4answers
2k views

Eclipse CDT: hieroglyphs in console and problem list

Recently, I switched from Visual Studio to Eclipse CDT. I've set it up beautifully such that the G++ compiler from my Cygwin installation can locate and compile my code without ado. There is a minor ...
4
votes
4answers
5k views

Referencing 3rd party Libraries using *relative* paths in Eclipse-CDT

what is the best practice to reference 3rd party C++ components (e.g. includes, libraries) using relative paths in Eclipse-CDT? I'm trying to reference Boost and Google protobuf. I've put them each ...
1
vote
3answers
5k views

How to deal with Eclipse CDT+Cygwin?

Recently I installed Eclipse Indigo Service Release 2(for JAVA EE) and installed CDT 8 online.Then I installed Cygwin with gcc,g++,gdb,make,binutils,automake,etc at the latest version.I had also made ...
7
votes
2answers
3k views

Eclipse: how to hide custom files in Project Explorer

I have a custom builder in CDT, which adds alot of files into project directory. I want those files to be filtered out from Project Explorer, but cannot figure out how (the file mask is *.ooj). Is it ...
5
votes
1answer
4k views

Can not compile boost::signal tutorial using gcc 4.5 on ubuntu 11.04

I'm trying to complete the boost::signal tutorial at http://www.boost.org/doc/libs/1_47_0/doc/html/signals/tutorial.html#id2850736 However Eclipse CDT shows parsing errors with whichever syntax I use ...
5
votes
2answers
2k views

Passing End of Transmission (Ctrl + D) character in Eclipse CDT console

I have a C++ application, to which i need to send an End of Transmission signal. I can do a Ctrl+D on the console, but when I try that within Eclipse, it doesn't work. I am using Eclipse Galileo ...
0
votes
2answers
316 views

Name mangling problems when using GNU linker to link to VC++ compiled library

In asking this question, I'm looking for either better understanding of the situation or preferably a solution. I'm created C++ code and I would like to be able to use the Eclipse CDT IDE rather than ...
6
votes
3answers
2k views

Debugging ncurses with Eclipse CDT

I'm writing a C++ application using ncurses in Eclipse CDT however I can't run/debug my app in eclipse because the console in eclipse does not work with curses. My app runs fine if I run it from a ...
3
votes
1answer
5k views

Eclipse CDT does not find either Cygwin or MinGW toolchain

I am having hard times to configure Eclipse Juno to for C/C++. I am a Windows user, so I have installed Cygwin and MinGW, and CDT under Eclipse. Also configured the PATH variable correctly, though I ...
3
votes
2answers
3k views

How to customize eclipse CDT code templates

I need the code I am writing for a project to match some style guidelines. However the standard templates included with CDT don't match this style. Especially the layout of the header guards is not ...
2
votes
1answer
649 views

What files belong to a build target in CDT managed build?

In CDT's managed builder, how are individual files assigned to build configurations? Specifically, how can I: indicate that configuration A has to build and link sources from folders A and B, while ...
2
votes
3answers
3k views

eclipse cdt command line input

I'm new to eclipse cdt. I'm wondering how can i add command line argument (e.g.-lm) for compiling
0
votes
1answer
808 views

Eclipse CDT indexer lost after system update

I am using Eclipse on Ubuntu for C++ development. After updating from Ubuntu 11.04 to Ubuntu 11.10, Eclipse indexer no longer is able to find my C/C++ system headers and annoys me filling the whole ...
12
votes
5answers
14k views

Getting Clang to work on windows

I have followed the following step by step guide:http://clang.llvm.org/get_started.html and I've managed, after a bit of fiddling, to get clang to compile using code:blocks and MinGW. Great, so now I ...
19
votes
4answers
7k views

Change doxygen comment style in Eclipse

Does anyone know how to edit the style used for Doxygen comments in Eclipse CDT? In other words type /** and pressing enter on a line before a function currently gives me something like: /** * * ...
9
votes
4answers
8k views

where is the makefile generated by Eclipse CDT

I build a hello world C++ project with Eclipse(helios) CDT. It compiled fine. But I would like to take a look at the makefile CDT generated. I cannot find it in project folder/debug/release folders or ...
2
votes
1answer
4k views

Dubious error messages in Eclipse (CDT) while build succeeds

Using the Eclipse IDE for C/C++ Linux Developers (Version: Indigo Release) with g++ 4.1.2 (on Scientific Linux CERN 5 = RHEL 5), I currently work on a project where I make use of a Qt4 GUI as well as ...
8
votes
5answers
7k views

IBM Clearcase plugin installation issue with Eclipse Juno

I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse Juno CDT. I am using Install New Software > Add with the ...
6
votes
1answer
5k views

Eclipse Juno's “Preprocessor Include Paths, Macros etc.” symbol scanner for CDT

So there has been an overhaul of the scanner discovery as worked on here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg24345.html However, I ...
4
votes
4answers
2k views

Importing list of source files into an Eclipse project

We have a topdirectory containing code for lots of different projects. I would like to create an Eclipse CDT-project that contains only the source needed to work on and compile a specific project. I ...
19
votes
2answers
10k views

How to use clang/llvm with Eclipse CDT

Is it possible to use Clang/LLVM with Eclipse CDT and if so, how is it configured to actually make it work?
8
votes
1answer
3k views

Refactoring C++ in Eclipse CDT

I've installed the Galileo release (Eclipse 3.5/CDT 5.1) in hopes of utilizing the better refactoring support mentioned in ...
7
votes
1answer
5k views

How Do I Use Eclipse to Debug a C++ Program on Linux?

I don't use Eclipse as an IDE, and have no interest in doing so. However, I do like its source-level debugging. Is there any way I can use it to debug a C++ Linux app without going through the ...
5
votes
2answers
2k views

Eclipse and Gtkmm - “undefined reference to”

I use Eclipse and I wanted to use Gtkmm in it. I have following code: #include <gtkmm.h> #include <iostream> int main(int argc, char *argv[]) { Gtk::Main kit(argc, argv); ...
8
votes
5answers
10k views

Launch Failed. Binary not found. CDT on Eclipse Helios

Hey, I'm using Eclipse Helios on Ubuntu 10.04, and I'm trying to install CDT plugin on it. I download it from here ...
6
votes
2answers
749 views

Format(line wrapping) constructor initializer list in Eclipse CDT

I tried to find a solution for now ~30min and couldn't find any. I am trying to set up the code style in CDT so it gives me: MyClass::MyClass() : var1(1), var2(2), var3(3){ } instead of ...

1 2 3