Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to include external API header
How to include external API header [message #168483] Thu, 20 April 2006 00:36 Go to next message
Eclipse UserFriend
Originally posted by: samantha.abc.com

Hello,

I am using Eclipse SDK 3.1.2 + CDT 3.0.2 + MinGW 3.4.2 for my
developement. I am going to include a external API header for my
developement. I add the include path on "Project" > "Properties" > "C/C++
Include Paths Symbols" > "Add External Include Path...". However, I also
get error "imqi.hpp:No such file or directory" on the line which include
this external header file when building the project. How can I fix this
problem?

Regards
Re: How to include external API header [message #168576 is a reply to message #168483] Thu, 20 April 2006 12:15 Go to previous message
Eclipse UserFriend
Samantha wrote:
> Hello,
>
> I am using Eclipse SDK 3.1.2 + CDT 3.0.2 + MinGW 3.4.2 for my
> developement. I am going to include a external API header for my
> developement. I add the include path on "Project" > "Properties" >
> "C/C++ Include Paths Symbols" > "Add External Include Path...". However,
> I also get error "imqi.hpp:No such file or directory" on the line which
> include this external header file when building the project. How can I
> fix this problem?
>
> Regards
>

It sounds like you've got a regular make project, so you're maintaining
your own Makefile. I believe that Project>properties>C/C++ Include Paths
is for the indexer, which doesn't know anything about your makefile. You
have to separately configure your makefile(s) to use the correct include
paths as well.

dan
Previous Topic:How can I setup code formatter in eclipse cdt?
Next Topic:Configuring CDT with nmake
Goto Forum:
  


Current Time: Mon Jun 02 07:08:49 EDT 2025

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

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

Back to the top