I\'m making an Eclipse (3.6.2) CDT (7.0.2) Plugin which uses my own wizard page (extending MBSCustomPage). This wizard page shows a Table filled with some TableItems that can be checked or unchecked b
I have a large C++ project, different parts of which are compiled in different ways (bjam/make). I was having trouble getting it to build from within Eclip开发者_JS百科se. Could I build the code exter
I have been trying to do build and use OpenCV 2.3.0 on my Fedora15 Lovelock 64bit machine. Background:
I\'m using Eclipse Galileo with CDT for C development targeting embedded devices. Like so many other compilers targeted at µcontrollers, the IAR compiler uses some non-standard variable types that E
This all is under Mac OS X 10.6 and the libxml librar开发者_Python百科ies seem to be in /usr/local/libxml2/libxml, I added this to the GNU C++ support but still I get errors for the code that uses lib
Eclipse can build my applications for me so far, and I can execute them directly (via Windows 7 Explorer), but I get no results when I use the run command via the CDT perspective. The console tab only
I have a Makefile that based on given target (all/debug) generates executable in release/debug directories on the project folder.
I\'m getting some undefined references when building my project. Here\'s the build log: **** Build of configuration Debug for project test ****
I\'m wonder开发者_运维问答ing if there\'s an easier way using CDT for this refactoring task. Not only a simple renaming, alsoa rename of header and source files, correcting all #include statements, re
What Eclipse specific files should I add to the VCS (Subversion, GIT, etc...) when sharing an Eclipse project?