adding include path

General questions regarding the usage of CodeLite
lane
CodeLite Curious
Posts: 8
Joined: Wed Feb 17, 2016 1:35 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: adding include path

Post by lane »

Polygon.hpp
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: adding include path

Post by eranif »

Then you see the problem...
Polygon.hpp is looking for Polygon.h which is not there - hence your compile problem.
You need to understand where is the file (Ploygon.h) located and I am afraid that you will have to take this question elsewhere (i.e. to the forum / mailing list of the library that you are using)

Eran
Make sure you have read the HOW TO POST thread
lane
CodeLite Curious
Posts: 8
Joined: Wed Feb 17, 2016 1:35 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: adding include path

Post by lane »

Thank You Very Much! :D

I will check out somewhere else, but I do appreciate the support I have received here.

Thanks,
lane
Post Reply