Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

How to set the include paths for gcc in a Managed Make project in Eclipse 3.2.1 and CDT 3.1

How to set the include paths for gcc in a Managed Make project in Eclipse 3.2 and CDT 3.1:
  1. Right click on your project and click "Properties"
  2. Select "C/C++ Build" in the sidebar
  3. In the "Tool Settings" tab, "GCC C++ Compiler" -> "Directories"
  4. Click the Add button to add directories to be included.

1 Comment — feed icon Comments feed for this post


#1 Anonymous commented on 2007-02-23:

Hey, thanks for posting that. It is truly unbelievable how the existing docs do not anticipate that this MIGHT not be obvious!!!

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Linode