Packages

Ubuntu Packages to Install (Eclipse 3.2 which comes with Gutsy/Hardy is a bit old, but it will work) install:

  • eclipse-cdt
  • eclipse-pydev

for Unit testing:

  • libcppunit-dev

Plugins

IDE Setup

To edit SCons files with the Python syntax color highlighting: General → Editors → File Associations

  • Add “SConscript” file type → Python Editor
  • Add “SConstruct” file type → Python Editor
  • Add “SConstruct.ext” file type → Python Editor

Pydev → Interpreters → Python

  • New python interpreter → /usr/bin/python

Conditional Defines

You have to do this for CDT to provide completion if you are working inside a ifdef block

Project Properties → Include Paths and Symbols

  • Add Preprocessor Symbol → ‾‾LIBDJCONSOLE‾‾ =1

See Also

 
eclipse.txt · Last modified: 2008/04/06 01:00 by ironstorm
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki