Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse CDT ignore my include setting
Eclipse CDT ignore my include setting [message #1699331] Tue, 23 June 2015 12:39 Go to next message
Harry Houdini is currently offline Harry HoudiniFriend
Messages: 142
Registered: February 2010
Senior Member
Hello,

I want to include libpq-fe.h in my code source, as :
include <libpq-fe.h>


This file is located in /usr/include/postgresql/.

In the project properties, I've gone te to C/C++ General > Paths and Symbols.
In the Includes tab, I add for both C and C++ the directory /usr/include/postgresql.

But Eclipse just doesn't care : this directory doesn't appear in the project explorer (Includes item).

What is odd is I did the same for an other library libxml2), and it does work.

Thanks for help.
Re: Eclipse CDT ignore my include setting [message #1699333 is a reply to message #1699331] Tue, 23 June 2015 12:44 Go to previous message
Harry Houdini is currently offline Harry HoudiniFriend
Messages: 142
Registered: February 2010
Senior Member
Sorry : I forgot to check Add to all configurations.

It is resolved.
Previous Topic:The code formatter indent left aligned comments
Next Topic:Error while trying to run callgraph
Goto Forum:
  


Current Time: Tue Apr 23 09:24:26 GMT 2024

Powered by FUDForum. Page generated in 0.02810 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top