adding include path
-
- CodeLite Curious
- Posts: 8
- Joined: Wed Feb 17, 2016 1:35 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: adding include path
Polygon.hpp
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: adding include path
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
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
-
- CodeLite Curious
- Posts: 8
- Joined: Wed Feb 17, 2016 1:35 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: adding include path
Thank You Very Much!
I will check out somewhere else, but I do appreciate the support I have received here.
Thanks,
lane
I will check out somewhere else, but I do appreciate the support I have received here.
Thanks,
lane